					option.c	/^							(char_u *)"~"},$/
						option.c	/^							(char_u *)TRUE},$/
AllocBotShadowGC	gui_at_sb.c	/^AllocBotShadowGC (w)$/
AllocTopShadowGC	gui_at_sb.c	/^AllocTopShadowGC (w)$/
AppendCharToRedobuff	getchar.c	/^AppendCharToRedobuff(c)$/
AppendNumberToRedobuff	getchar.c	/^AppendNumberToRedobuff(n)$/
AppendToRedobuff	getchar.c	/^AppendToRedobuff(s)$/
CHECK	memfile.c	/^#define CHECK(c, s)	if (c) printf(s)$/
Chk_Abort	amiga.c	/^Chk_Abort(void)$/
ClassInitialize	gui_at_sb.c	/^static void ClassInitialize()$/
CompareEvents	gui_at_sb.c	/^static Boolean CompareEvents (oldEvent, newEvent)$/
CreateGC	gui_at_sb.c	/^static void CreateGC (w)$/
Destroy	gui_at_sb.c	/^static void Destroy(w)$/
DumpPutS	win32.c	/^DumpPutS($/
EMSG_RETURN	regexp.c	/^#define EMSG_RETURN(m) { emsg(m); rc_did_emsg = TR/
EndScroll	gui_at_sb.c	/^static void EndScroll(w, event, params, num_params/
ExpandBufnames	buffer.c	/^ExpandBufnames(pat, num_file, file, options)$/
ExpandCommands	cmdline.c	/^ExpandCommands(prog, num_file, file)$/
ExpandEvents	option.c	/^ExpandEvents(prog, num_file, file)$/
ExpandFromContext	cmdline.c	/^ExpandFromContext(pat, num_file, file, files_only,/
ExpandOldSetting	option.c	/^ExpandOldSetting(num_file, file)$/
ExpandOne	cmdline.c	/^ExpandOne(str, orig, options, mode)$/
ExpandSettings	option.c	/^ExpandSettings(prog, num_file, file)$/
ExpandWildCards	amiga.c	/^ExpandWildCards(num_pat, pat, num_file, file, file/
ExtractPosition	gui_at_sb.c	/^static void ExtractPosition(event, x, y, state)$/
FD_SET	vms.c	/^#define FD_SET(a,b)	( *b = (1<<a) )$/
FD_ZERO	vms.c	/^#define FD_ZERO(a)	( *a = 0 )$/
FillArea	gui_at_sb.c	/^static void FillArea(sbw, top, bottom, fill, draw_/
FloatInRange	gui_at_sb.c	/^static float FloatInRange(num, small, big)$/
FractionLoc	gui_at_sb.c	/^static float FractionLoc(sbw, x, y)$/
FreeWild	misccmds.c	/^FreeWild(num, file)$/
FullName	amiga.c	/^FullName(fname, buf, len, force)$/
FullName_save	misccmds.c	/^FullName_save(fname)$/
HandleThumb	gui_at_sb.c	/^static void HandleThumb(w, event, params, num_para/
INIT	normal.c	/^#define INIT(x) x$/
ISSPECIAL	edit.c	/^#define ISSPECIAL(c)	((c) < ' ' || (c) >= DEL)$/
Initialize	gui_at_sb.c	/^static void Initialize(request, new, args, num_arg/
LookAhead	gui_at_sb.c	/^static Boolean LookAhead (w, event)$/
MARGIN	gui_at_sb.c	/^#define MARGIN(sbw) (sbw)->scrollbar.thickness + (/
MAX	gui_at_sb.c	/^#define MAX(x,y)	((x) > (y) ? (x) : (y))$/
MIN	gui_at_sb.c	/^#define MIN(x,y)	((x) < (y) ? (x) : (y))$/
ML_SIMPLE	memline.c	/^#define ML_SIMPLE(x)	(x & 0x10)	\/* DEL, INS or FIN/
MP	amiga.c	/^#define MP(xx)	((struct MsgPort *)((struct FileHan/
Maddcr	addcr.c	/^main(argc, argv)
$/
Magic	regexp.c	/^#define Magic(x)	((x)|('\\\\'<<8))$/
Mmain	main.c	/^main(argc, argv)$/
Mmk_os2pd	mk_os2pd.c	/^main(argc, argv)$/
Mmkcmdtab	mkcmdtab.c	/^main(argc, argv)$/
Mmms_vim	mms_vim.c	/^int main(int argc, char *argv\[\])$/
MoveThumb	gui_at_sb.c	/^static void MoveThumb(w, event, params, num_params/
NEXT	regexp.c	/^#define NEXT(p) (((*((p)+1)&0377)<<8) + (*((p)+2)&/
NotifyScroll	gui_at_sb.c	/^static void NotifyScroll(w, event, params, num_par/
NotifyThumb	gui_at_sb.c	/^static void NotifyThumb(w, event, params, num_para/
OP	regexp.c	/^#define OP(p)	(*(p))$/
OPERAND	regexp.c	/^#define OPERAND(p)		((p) + 3)$/
Offset	gui_at_sb.c	/^#define Offset(field) XtOffsetOf(ScrollbarRec, fie/
OpenPTY	pty.c	/^OpenPTY(ttyn)$/
Opencmd	misccmds.c	/^Opencmd(dir, redraw, del_spaces)$/
PICKLENGTH	gui_at_sb.c	/^#define PICKLENGTH(widget, x, y) \\$/
PaintArrows	gui_at_sb.c	/^static void PaintArrows(sbw)$/
PaintThumb	gui_at_sb.c	/^static void PaintThumb(sbw)$/
PeekChr	regexp.c	/^#define PeekChr() curchr	\/* shortcut only when las/
PeekNotifyEvent	gui_at_sb.c	/^static Bool PeekNotifyEvent (dpy, event, args)$/
PlatformId	win32.c	/^PlatformId()$/
RET_WIN_BUF_CHARTABSIZE	charset.c	/^#define RET_WIN_BUF_CHARTABSIZE(wp, buf, c, col) \\/
Read	archie.c	/^Read(buf, maxlen)$/
RealWaitForChar	archie.c	/^RealWaitForChar(ticks)$/
Realize	gui_at_sb.c	/^static void Realize(w, valueMask, attributes)$/
Redisplay	gui_at_sb.c	/^static void Redisplay(w, event, region)$/
RepeatNotify	gui_at_sb.c	/^static void RepeatNotify(client_data, idp)$/
ResetRedobuff	getchar.c	/^ResetRedobuff()$/
Resize	gui_at_sb.c	/^static void Resize (w)$/
ResizeConBufAndWindow	win32.c	/^ResizeConBufAndWindow($/
SIGDEFARG	unix.c	/^sig_winch SIGDEFARG(sigarg)$/
SetDimensions	gui_at_sb.c	/^static void SetDimensions(sbw)$/
SetValues	gui_at_sb.c	/^static Boolean SetValues(current, request, desired/
TGETENT	term.c	/^# define TGETENT(b, t)	tgetent((char *)(b), (char /
TGETSTR	term.c	/^# define TGETSTR(s, p)	(char_u *)tgetstr((s), (cha/
UCHARAT	regexp.c	/^#define UCHARAT(p)		((int)*(unsigned char *)(p))$/
WaitForChar	archie.c	/^WaitForChar(ticks)$/
_Xaw3dDrawShadows	gui_at_sb.c	/^_Xaw3dDrawShadows(gw, event, region, out)$/
__ARGS	regsub.c	/^# define __ARGS(a)	a$/
__chkabort	amiga.c	/^void __regargs __chkabort(void)$/
_addfmt	termlib.c	/^_addfmt(buf, fmt, val)             \/* add val to b/
_find	termlib.c	/^_find(s, set)   \/* finds next c in s that's a memb/
_match	termlib.c	/^_match(s1, s2)                 \/* returns length o/
add_buff	getchar.c	/^add_buff(buf, s)$/
add_char_buff	getchar.c	/^add_char_buff(buf, c)$/
add_completion	edit.c	/^add_completion(str, len, fname, dir)$/
add_completion_and_infercase	edit.c	/^add_completion_and_infercase(str, len, fname, dir)/
add_long_to_buf	term.c	/^add_long_to_buf(val, dst)$/
add_num_buff	getchar.c	/^add_num_buff(buf, n)$/
add_termcap_entry	term.c	/^add_termcap_entry(name, force)$/
add_termcode	term.c	/^add_termcode(name, string)$/
add_to_history	cmdline.c	/^add_to_history(histype, new_entry)$/
add_to_input_buf	unix.c	/^add_to_input_buf(s, len)$/
add_to_showcmd	normal.c	/^add_to_showcmd(c, display_always)$/
addfile	msdos.c	/^addfile(fl, f, isdir)$/
addstar	cmdline.c	/^addstar(fname, len)$/
adjust_cursor	linefunc.c	/^adjust_cursor()$/
after_label	misccmds.c	/^after_label(l)$/
alloc	alloc.c	/^alloc(size)$/
alloc_check	alloc.c	/^alloc_check(size)$/
alloc_cmdbuff	cmdline.c	/^alloc_cmdbuff(len)$/
append_arg_number	buffer.c	/^append_arg_number(buf, add_file, maxlen)$/
apply_autocmds	option.c	/^apply_autocmds(event, fname, fname_io)$/
ask_yesno	misccmds.c	/^ask_yesno(str, direct)$/
ass_tty	vms.c	/^static void ass_tty(void)$/
autowrite	cmdline.c	/^autowrite(buf, forceit)$/
autowrite_all	cmdline.c	/^autowrite_all()$/
b0_magic_wrong	memline.c	/^b0_magic_wrong(b0p)$/
back_in_line	search.c	/^back_in_line()$/
backslash_halve	cmdline.c	/^backslash_halve(p, expand_wildcards)$/
bck_word	search.c	/^bck_word(count, type, stop)$/
bckend_word	search.c	/^bckend_word(count, type, eol)$/
beep_flush	misccmds.c	/^beep_flush()$/
beginline	edit.c	/^beginline(flag)$/
block_prep	ops.c	/^block_prep(bd, lnum, is_del)$/
buf_check_timestamp	fileio.c	/^buf_check_timestamp(buf)$/
buf_clear	buffer.c	/^buf_clear(buf)$/
buf_copy_options	option.c	/^buf_copy_options(bp_from, bp_to, entering, always)/
buf_freeall	buffer.c	/^buf_freeall(buf)$/
buf_modname	fileio.c	/^buf_modname(buf, fname, ext)$/
buf_valid	buffer.c	/^buf_valid(buf)$/
buf_write	fileio.c	/^buf_write(buf, fname, sfname, start, end, append, /
buf_write_all	cmdline.c	/^buf_write_all(buf)$/
buflist_add	buffer.c	/^buflist_add(fname)$/
buflist_altlnum	buffer.c	/^buflist_altlnum()$/
buflist_findlnum	buffer.c	/^buflist_findlnum(buf)$/
buflist_findname	buffer.c	/^buflist_findname(fname)$/
buflist_findnr	buffer.c	/^buflist_findnr(nr)$/
buflist_findpat	buffer.c	/^buflist_findpat(pattern, pattern_end)$/
buflist_getfile	buffer.c	/^buflist_getfile(n, lnum, options, forceit)$/
buflist_getlnum	buffer.c	/^buflist_getlnum()$/
buflist_list	buffer.c	/^buflist_list()$/
buflist_match	buffer.c	/^buflist_match(prog, buf)$/
buflist_name_nr	buffer.c	/^buflist_name_nr(fnum, fname, lnum)$/
buflist_new	buffer.c	/^buflist_new(fname, sfname, lnum, use_curbuf)$/
buflist_nr2name	buffer.c	/^buflist_nr2name(n, fullname, helptail)$/
buflist_setlnum	buffer.c	/^buflist_setlnum(buf, lnum)$/
call_shell	amiga.c	/^call_shell(cmd, options)$/
can_end_termcap_mode	win32.c	/^can_end_termcap_mode($/
canonicalize_filename	win32.c	/^canonicalize_filename($/
catch_cbrk	msdos.c	/^catch_cbrk()$/
catch_cint	msdos.c	/^catch_cint(bp, di, si, ds, es, dx, cx, bx, ax)$/
catch_signals	unix.c	/^catch_signals(func)$/
cbrk_handler	msdos.c	/^cbrk_handler()$/
ccheck_abbr	cmdline.c	/^ccheck_abbr(c)$/
change_drive	msdos.c	/^change_drive(drive)$/
change_indent	edit.c	/^change_indent(type, amount, round)$/
change_warning	misccmds.c	/^change_warning(col)$/
char_avail	getchar.c	/^char_avail()$/
char_class	gui_x11.c	/^#define char_class(c)	(c <= ' ' ? ' ' : iswordchar/
char_to_long	memline.c	/^char_to_long(s)$/
charsize	charset.c	/^charsize(c)$/
chartabsize	charset.c	/^chartabsize(c, col)$/
check_abbr	getchar.c	/^check_abbr(c, ptr, col, mincol)$/
check_arg_idx	cmdline.c	/^check_arg_idx()$/
check_buf_options	option.c	/^check_buf_options(buf)$/
check_changed	cmdline.c	/^check_changed(buf, checkaw, mult_win, forceit)$/
check_changed_any	cmdline.c	/^check_changed_any()$/
check_col	gui.c	/^check_col(col)$/
check_cursor	screen.c	/^check_cursor()$/
check_fname	cmdline.c	/^check_fname()$/
check_map_keycodes	getchar.c	/^check_map_keycodes()$/
check_mark	mark.c	/^check_mark(pos)$/
check_marks_read	fileio.c	/^check_marks_read()$/
check_more	cmdline.c	/^check_more(message, forceit)$/
check_options	option.c	/^check_options()$/
check_readonly	cmdline.c	/^check_readonly(forceit)$/
check_row	gui.c	/^check_row(row)$/
check_shifted_spec_key	tables.c	/^check_shifted_spec_key(c)$/
check_status	misccmds.c	/^check_status(buf)$/
check_termcode	term.c	/^check_termcode(max_offset)$/
check_timestamps	fileio.c	/^check_timestamps()$/
check_winsize	term.c	/^check_winsize()$/
checkclearop	normal.c	/^checkclearop()$/
checkclearopq	normal.c	/^checkclearopq()$/
checkpcmark	mark.c	/^checkpcmark()$/
chk_modeline	buffer.c	/^chk_modeline(lnum)$/
cleanup_jumplist	mark.c	/^cleanup_jumplist()$/
clear_chars	win32.c	/^clear_chars($/
clear_screen	win32.c	/^clear_screen()$/
clear_showcmd	normal.c	/^clear_showcmd()$/
clear_termcodes	term.c	/^clear_termcodes()$/
clear_termoptions	option.c	/^clear_termoptions()$/
clear_to_end_of_display	win32.c	/^clear_to_end_of_display()$/
clear_to_end_of_line	win32.c	/^clear_to_end_of_line()$/
clearop	normal.c	/^clearop()$/
clearopbeep	normal.c	/^clearopbeep()$/
close_buffer	buffer.c	/^close_buffer(win, buf, free_buf, del_buf)$/
close_others	window.c	/^close_others(message)$/
close_window	window.c	/^close_window(win, free_buf)$/
close_windows	window.c	/^close_windows(buf)$/
clrallmarks	mark.c	/^clrallmarks(buf)$/
cls	search.c	/^cls()$/
cmdline_paste	ops.c	/^cmdline_paste(c)$/
col_print	buffer.c	/^col_print(buf, col, vcol)$/
coladvance	linefunc.c	/^coladvance(wcol)$/
command_height	window.c	/^command_height()$/
commentorempty	misccmds.c	/^commentorempty(s)$/
comp_Botline	screen.c	/^comp_Botline(wp)$/
comp_Botline_all	screen.c	/^comp_Botline_all()$/
comp_Botline_sub	screen.c	/^comp_Botline_sub(wp, lnum, done)$/
comp_col	option.c	/^comp_col()$/
complete_dictionaries	edit.c	/^complete_dictionaries(pat, dir)$/
compute_cmdrow	cmdline.c	/^compute_cmdrow()$/
concat_fnames	misccmds.c	/^concat_fnames(fname1, fname2, sep)$/
copy_option_part	alloc.c	/^copy_option_part(option, buf, maxlen, sep_chars)$/
copy_redo	getchar.c	/^copy_redo(old_redo)$/
copy_screen_buffer_text	win32.c	/^copy_screen_buffer_text($/
copy_spaces	alloc.c	/^copy_spaces(ptr, count)$/
copy_viminfo_marks	mark.c	/^copy_viminfo_marks(line, fp_in, fp_out, count, eof/
count_completions	edit.c	/^count_completions()$/
cstrchr	regexp.c	/^cstrchr(s, c)$/
cstrncmp	regexp.c	/^cstrncmp(s1, s2, n)$/
current_block	search.c	/^current_block(what, count)$/
current_par	search.c	/^current_par(type, count)$/
current_sent	search.c	/^current_sent(count)$/
current_word	search.c	/^current_word(count, type)$/
curs_columns	screen.c	/^curs_columns(scroll)$/
curs_rows	screen.c	/^curs_rows()$/
cursor_correct	screen.c	/^cursor_correct()$/
cursor_down	edit.c	/^cursor_down(n)$/
cursor_off	term.c	/^cursor_off()$/
cursor_on	term.c	/^cursor_on()$/
cursor_pos_info	buffer.c	/^cursor_pos_info()$/
cursor_up	edit.c	/^cursor_up(n)$/
cursor_visible	win32.c	/^cursor_visible($/
cursorcmd	cmdline.c	/^cursorcmd()$/
cursupdate	screen.c	/^cursupdate()$/
debug	pty.c	/^#define debug(x)$/
dec	linefunc.c	/^dec(lp)$/
dec_cursor	linefunc.c	/^dec_cursor()$/
decl	linefunc.c	/^decl(lp)$/
decode_key_event	win32.c	/^decode_key_event($/
decode_mouse_event	win32.c	/^decode_mouse_event($/
default_shell	win32.c	/^default_shell()$/
define	vms.c	/^int define(char *lnm, char *tab, char *eq0, char */
del_autocmd	option.c	/^del_autocmd(ap)$/
del_autocmd_cmds	option.c	/^del_autocmd_cmds(ap)$/
del_from_showcmd	normal.c	/^del_from_showcmd(len)$/
del_termcode	term.c	/^del_termcode(name)$/
del_trailing_spaces	alloc.c	/^del_trailing_spaces(ptr)$/
del_typebuf	getchar.c	/^del_typebuf(len, offset)$/
delchar	misccmds.c	/^delchar(fixpos)$/
delete_lines	win32.c	/^delete_lines($/
dellines	misccmds.c	/^dellines(nlines, dowindow, undo)$/
delmode	screen.c	/^delmode()$/
dirname	archie.c	/^dirname(buf, len)$/
dis_msg	ops.c	/^dis_msg(p, skip_esc)$/
display_dollar	screen.c	/^display_dollar(col)$/
display_showcmd	normal.c	/^display_showcmd()$/
djgpp_rename	msdos.c	/^djgpp_rename(const char *OldFile, const char *NewF/
do_Lower	regsub.c	/^do_Lower(d, c)$/
do_Upper	regsub.c	/^do_Upper(d, c)$/
do_addsub	ops.c	/^do_addsub(command, Prenum1)$/
do_align	cmdcmds.c	/^do_align(start, end, width, type)$/
do_arg_all	buffer.c	/^do_arg_all(count)$/
do_arglist	cmdline.c	/^do_arglist(str)$/
do_ascii	cmdcmds.c	/^do_ascii()$/
do_autocmd	option.c	/^do_autocmd(arg, forceit)$/
do_autocmd_event	option.c	/^do_autocmd_event(event, pat, cmd, forceit)$/
do_bang	cmdcmds.c	/^do_bang(addr_count, line1, line2, forceit, arg, do/
do_bufdel	buffer.c	/^do_bufdel(command, arg, addr_count, start_bnr, end/
do_buffer	buffer.c	/^do_buffer(action, start, dir, count, forceit)$/
do_buffer_all	buffer.c	/^do_buffer_all(count, all)$/
do_change	ops.c	/^do_change()$/
do_cmdline	cmdline.c	/^do_cmdline(cmdline, sourcing, repeating)$/
do_copy	cmdcmds.c	/^do_copy(line1, line2, n)$/
do_delete	ops.c	/^do_delete()$/
do_digraph	digraph.c	/^do_digraph(c)$/
do_dis	ops.c	/^do_dis(arg)$/
do_do_join	ops.c	/^do_do_join(count, insert_space, redraw)$/
do_doautocmd	option.c	/^do_doautocmd(arg)$/
do_ecmd	cmdline.c	/^do_ecmd(fnum, fname, sfname, command, newlnum, fla/
do_execbuf	ops.c	/^do_execbuf(c, colon, addcr)$/
do_file	cmdcmds.c	/^do_file(arg, forceit)$/
do_filter	cmdcmds.c	/^do_filter(line1, line2, buff, do_in, do_out)$/
do_fixdel	cmdcmds.c	/^do_fixdel()$/
do_format	ops.c	/^do_format()$/
do_gd	normal.c	/^do_gd(nchar)$/
do_glob	csearch.c	/^do_glob(type, lp, up, cmd)$/
do_help	help.c	/^do_help(arg)$/
do_join	ops.c	/^do_join(insert_space, redraw)$/
do_jumps	mark.c	/^do_jumps()$/
do_lower	regsub.c	/^do_lower(d, c)$/
do_make	cmdline.c	/^do_make(arg)$/
do_map	getchar.c	/^do_map(maptype, keys, mode)$/
do_marks	mark.c	/^do_marks(arg)$/
do_modelines	buffer.c	/^do_modelines()$/
do_mouse	normal.c	/^do_mouse(c, dir, count, fix_indent)$/
do_move	cmdcmds.c	/^do_move(line1, line2, n)$/
do_one_cmd	cmdline.c	/^do_one_cmd(cmdlinep, cmdlinelenp, sourcing)$/
do_outofmem_msg	alloc.c	/^do_outofmem_msg()$/
do_pending_operator	normal.c	/^do_pending_operator(c, nchar, finish_op, searchbuf/
do_put	ops.c	/^do_put(dir, count, fix_indent)$/
do_record	ops.c	/^do_record(c)$/
do_reindent	ops.c	/^do_reindent(how)$/
do_retab	cmdcmds.c	/^do_retab(start, end, new_ts, forceit)$/
do_search	search.c	/^do_search(dirc, str, count, options)$/
do_set	option.c	/^do_set(arg)$/
do_shell	cmdcmds.c	/^do_shell(cmd)$/
do_shift	ops.c	/^do_shift(op, curs_top, amount)$/
do_source	cmdline.c	/^do_source(fname, check_other)$/
do_sub	csearch.c	/^do_sub(lp, up, cmd, nextcommand, use_old)$/
do_sub_msg	csearch.c	/^do_sub_msg()$/
do_tag	tag.c	/^do_tag(tag, type, count, forceit)$/
do_tags	tag.c	/^do_tags()$/
do_tilde	ops.c	/^do_tilde()$/
do_upper	regsub.c	/^do_upper(d, c)$/
do_version	version.c	/^do_version(arg)$/
do_viminfo	cmdcmds.c	/^do_viminfo(fp_in, fp_out, want_info, want_marks, f/
do_window	window.c	/^do_window(nchar, Prenum)$/
do_write	cmdline.c	/^do_write(fname, line1, line2, append, forceit)$/
do_yank	ops.c	/^do_yank(deleting, mess)$/
dos_packet	amiga.c	/^dos_packet(pid, action, arg)$/
echeck_abbr	edit.c	/^echeck_abbr(c)$/
edit	edit.c	/^edit(initstr, startln, count)$/
emsg	message.c	/^emsg(s)$/
emsg2	message.c	/^emsg2(s, a1)$/
emsgn	message.c	/^emsgn(s, n)$/
end_visual_mode	normal.c	/^end_visual_mode()$/
end_word	search.c	/^end_word(count, type, stop, empty)$/
enter_buffer	buffer.c	/^enter_buffer(buf)$/
event_name2nr	option.c	/^event_name2nr(start, end)$/
event_nr2name	option.c	/^event_nr2name(event)$/
expand_env	misccmds.c	/^expand_env(src, dst, dstlen)$/
expand_rel_name	tag.c	/^expand_rel_name(fname, tag_fname)$/
expandpath	msdos.c	/^expandpath(fl, path, fonly, donly, notf)$/
file_name_at_cursor	window.c	/^file_name_at_cursor(options)$/
file_pat_to_reg_pat	option.c	/^file_pat_to_reg_pat(pat, pat_end, allow_directorie/
fileinfo	buffer.c	/^fileinfo(fullname, shorthelp, dont_truncate)$/
filemess	fileio.c	/^filemess(buf, name, s)$/
fill_breakat_flags	option.c	/^fill_breakat_flags()$/
fill_inbuf	archie.c	/^fill_inbuf()$/
find_builtin_term	term.c	/^find_builtin_term(term)$/
find_end_event	option.c	/^find_end_event(arg)$/
find_end_of_word	normal.c	/^find_end_of_word(pos)$/
find_first_blank	search.c	/^find_first_blank(posp)$/
find_help_tags	help.c	/^find_help_tags(arg, num_matches, matches)$/
find_ident_under_cursor	normal.c	/^find_ident_under_cursor(string, find_type)$/
find_key_option	option.c	/^find_key_option(arg)$/
find_last_paren	misccmds.c	/^find_last_paren(l)$/
find_match	misccmds.c	/^find_match(lookfor, ourscope, ind_maxparen, ind_ma/
find_match_paren	misccmds.c	/^find_match_paren(ind_maxparen, ind_maxcomment)		\/*/
find_pattern_in_path	search.c	/^find_pattern_in_path(ptr, len, whole, skip_comment/
find_special_key_in_table	tables.c	/^find_special_key_in_table(c)$/
find_start_brace	misccmds.c	/^find_start_brace(ind_maxcomment)			\/* XXX *\/$/
find_start_comment	misccmds.c	/^find_start_comment(ind_maxcomment)			\/* XXX *\/$/
find_start_of_word	normal.c	/^find_start_of_word(pos)$/
find_tags	tag.c	/^find_tags(tag, prog, num_file, file, help_only, fo/
find_termcode	term.c	/^find_termcode(name)$/
findenv	pty.c	/^findenv(name)$/
findmatch	search.c	/^findmatch(initc)$/
findmatchlimit	search.c	/^findmatchlimit(initc, flags, maxtravel)$/
findoption	option.c	/^findoption(arg)$/
findpar	search.c	/^findpar(dir, count, what, both)$/
findsent	search.c	/^findsent(dir, count)$/
findswapname	memline.c	/^findswapname(buf, dirp, old_fname)$/
finish_viminfo_history	cmdline.c	/^finish_viminfo_history()$/
fix_fname	buffer.c	/^fix_fname(fname)$/
fixthisline	edit.c	/^fixthisline(get_the_indent)$/
flush_buffers	getchar.c	/^flush_buffers(typeahead)$/
flushbuf	term.c	/^flushbuf()$/
fm_getname	mark.c	/^fm_getname(fmark)$/
fmarks_check_names	mark.c	/^fmarks_check_names(buf)$/
fmt_end_block	ops.c	/^fmt_end_block(lnum, leader_len, leader_flags)$/
fname_case	amiga.c	/^fname_case(name)$/
fname_expand	buffer.c	/^fname_expand(fname, sfname)$/
fnamecmp_ino	memline.c	/^fnamecmp_ino(fname_c, fname_s, ino_block0)$/
free_buf_options	buffer.c	/^free_buf_options(buf)$/
free_buff	getchar.c	/^free_buff(buf)$/
free_completions	edit.c	/^free_completions()$/
free_string_option	option.c	/^free_string_option(p)$/
free_yank	ops.c	/^free_yank(n)$/
free_yank_all	ops.c	/^free_yank_all()$/
freefiles	amiga.c	/^freefiles()$/
fstatfs	memfile.c	/^# define fstatfs(fd, buf, len, nul) fstat((fd), (b/
fullpathcmp	misccmds.c	/^fullpathcmp(s1, s2)$/
fwd_word	search.c	/^fwd_word(count, type, eol)$/
gather_termleader	term.c	/^gather_termleader()$/
gchar	misccmds.c	/^gchar(pos)$/
gchar_cursor	misccmds.c	/^gchar_cursor()$/
get_address	cmdline.c	/^get_address(ptr)$/
get_bufcont	getchar.c	/^get_bufcont(buffer, dozero)$/
get_bytes_from_buf	term.c	/^get_bytes_from_buf(buf, bytes, num_bytes)$/
get_c_indent	misccmds.c	/^get_c_indent()$/
get_fib	amiga.c	/^get_fib(fname)$/
get_file_in_dir	memline.c	/^get_file_in_dir(fname, dirname)$/
get_file_name_in_path	window.c	/^get_file_name_in_path(ptr, col, options)$/
get_highlight_default	option.c	/^get_highlight_default()$/
get_indent	misccmds.c	/^get_indent()$/
get_indent_lnum	misccmds.c	/^get_indent_lnum(lnum)$/
get_indent_nolabel	misccmds.c	/^get_indent_nolabel(lnum)				\/* XXX *\/$/
get_indent_str	misccmds.c	/^get_indent_str(ptr)$/
get_inserted	getchar.c	/^get_inserted()$/
get_key_name	tables.c	/^get_key_name(i)$/
get_last_insert	edit.c	/^get_last_insert()$/
get_leader_len	misccmds.c	/^get_leader_len(line, flags)$/
get_lisp_indent	misccmds.c	/^get_lisp_indent()$/
get_literal	edit.c	/^get_literal()$/
get_long_from_buf	term.c	/^get_long_from_buf(buf, val)$/
get_mouse_button	tables.c	/^get_mouse_button(code, is_click, is_drag)$/
get_mouse_class	normal.c	/^get_mouse_class(c)$/
get_names	memline.c	/^get_names(names, fname)$/
get_number	misccmds.c	/^get_number()$/
get_past_head	misccmds.c	/^get_past_head(path)$/
get_pseudo_mouse_code	tables.c	/^get_pseudo_mouse_code(button, is_click, is_drag)$/
get_recorded	getchar.c	/^get_recorded()$/
get_register_name	ops.c	/^get_register_name(num)$/
get_special_key_code	tables.c	/^get_special_key_code(name)$/
get_special_key_name	tables.c	/^get_special_key_name(c, modifiers)$/
get_stty	unix.c	/^get_stty()$/
get_tagfname	tag.c	/^get_tagfname(first, buf)$/
get_termcode	term.c	/^get_termcode(i)$/
get_tt_width	vms.c	/^int get_tt_width(char *dev)$/
get_tty	vms.c	/^static TT_MODE get_tty(void)$/
get_varp	option.c	/^get_varp(p)$/
get_viminfo_parameter	option.c	/^get_viminfo_parameter(type)$/
get_x11_icon	unix.c	/^get_x11_icon(test_only)$/
get_x11_title	unix.c	/^get_x11_title(test_only)$/
get_x11_windis	unix.c	/^get_x11_windis()$/
get_yank_buffer	ops.c	/^get_yank_buffer(writing)$/
getargcmd	cmdline.c	/^getargcmd(argp)$/
getchr	regexp.c	/^getchr()$/
getcmdline	cmdline.c	/^getcmdline(firstc, count)$/
getdigits	misccmds.c	/^getdigits(pp)$/
getdigraph	digraph.c	/^getdigraph(char1, char2, meta)$/
getent	termlib.c	/^getent(tbuf, term, termcap, buflen)$/
getexactdigraph	digraph.c	/^getexactdigraph(char1, char2, meta)$/
getfile	cmdline.c	/^getfile(fnum, fname, sfname, setpm, lnum, forceit)/
gethostname	unix.c	/^#  define gethostname(nam, len) sysinfo(SI_HOSTNAM/
getlinecol	term.c	/^getlinecol()$/
getmark	mark.c	/^getmark(c, changefile)$/
getout	main.c	/^getout(r)$/
getperm	amiga.c	/^getperm(name)$/
gettail	misccmds.c	/^gettail(fname)$/
getvcol	charset.c	/^getvcol(wp, pos, start, cursor, end)$/
give_warning	search.c	/^give_warning(message)$/
gotchars	getchar.c	/^gotchars(s, len)$/
goto_endofbuf	misccmds.c	/^goto_endofbuf(pos)$/
gotocmdline	cmdline.c	/^gotocmdline(clr)$/
gotoxy	win32.c	/^gotoxy($/
gui_ExpandMenuNames	gui.c	/^gui_ExpandMenuNames(prog, num_file, file)$/
gui_add_menu_path	gui.c	/^gui_add_menu_path(path_name, modes, call_back, cal/
gui_athena_pullright_action	gui_athena.c	/^gui_athena_pullright_action(w, event, args, nargs)/
gui_athena_reorder_menus	gui_athena.c	/^gui_athena_reorder_menus()$/
gui_athena_scroll_cb_jump	gui_athena.c	/^gui_athena_scroll_cb_jump(w, client_data, call_dat/
gui_athena_scroll_cb_scroll	gui_athena.c	/^gui_athena_scroll_cb_scroll(w, client_data, call_d/
gui_auto_select	gui.c	/^gui_auto_select()$/
gui_check_screen	gui.c	/^gui_check_screen()$/
gui_convert_selection	ops.c	/^gui_convert_selection(str, len)$/
gui_copy_selection	gui.c	/^gui_copy_selection()$/
gui_create_initial_menus	gui.c	/^gui_create_initial_menus(menu, parent)$/
gui_do_horiz_scroll	gui.c	/^gui_do_horiz_scroll()$/
gui_do_menu	gui.c	/^gui_do_menu(cmd, arg, forceit)$/
gui_do_scroll	gui.c	/^gui_do_scroll()$/
gui_exit	gui.c	/^gui_exit()$/
gui_free_menu	gui.c	/^gui_free_menu(menu)$/
gui_free_menu_string	gui.c	/^gui_free_menu_string(menu, idx)$/
gui_free_selection	ops.c	/^gui_free_selection()$/
gui_get_max_horiz_scroll	gui.c	/^gui_get_max_horiz_scroll()$/
gui_get_menu_cmd_modes	gui.c	/^gui_get_menu_cmd_modes(cmd, forceit, noremap, unme/
gui_get_menu_index	gui.c	/^gui_get_menu_index(menu, state)$/
gui_get_selection	ops.c	/^gui_get_selection()$/
gui_get_x11_windis	gui_x11.c	/^gui_get_x11_windis(win, dis)$/
gui_init	gui.c	/^gui_init()$/
gui_init_font	gui.c	/^gui_init_font()$/
gui_init_which_components	gui.c	/^gui_init_which_components(oldval)$/
gui_lose_selection	gui.c	/^gui_lose_selection()$/
gui_mch_add_menu	gui_athena.c	/^gui_mch_add_menu(menu, parent)$/
gui_mch_add_menu_item	gui_athena.c	/^gui_mch_add_menu_item(menu, parent)$/
gui_mch_beep	gui_x11.c	/^gui_mch_beep()$/
gui_mch_clear_block	gui_x11.c	/^gui_mch_clear_block(row1, col1, row2, col2)$/
gui_mch_clear_selection	gui_x11.c	/^gui_mch_clear_selection()$/
gui_mch_create_which_components	gui_athena.c	/^gui_mch_create_which_components()$/
gui_mch_create_widgets	gui_athena.c	/^gui_mch_create_widgets()$/
gui_mch_delete_lines	gui_x11.c	/^gui_mch_delete_lines(row, num_lines)$/
gui_mch_destroy_menu	gui_athena.c	/^gui_mch_destroy_menu(menu)$/
gui_mch_destroy_scrollbar	gui_athena.c	/^gui_mch_destroy_scrollbar(wp)$/
gui_mch_draw_cursor	gui_x11.c	/^gui_mch_draw_cursor()$/
gui_mch_exit	gui_x11.c	/^gui_mch_exit()$/
gui_mch_flash	gui_x11.c	/^gui_mch_flash()$/
gui_mch_flush	gui_x11.c	/^gui_mch_flush()$/
gui_mch_get_wid	gui_athena.c	/^gui_mch_get_wid()$/
gui_mch_get_winsize	gui_athena.c	/^gui_mch_get_winsize()$/
gui_mch_haskey	gui_x11.c	/^gui_mch_haskey(name)$/
gui_mch_iconify	gui_x11.c	/^gui_mch_iconify()$/
gui_mch_init	gui_x11.c	/^gui_mch_init()$/
gui_mch_init_font	gui_x11.c	/^gui_mch_init_font(font_name)$/
gui_mch_insert_lines	gui_x11.c	/^gui_mch_insert_lines(row, num_lines)$/
gui_mch_lose_selection	gui_x11.c	/^gui_mch_lose_selection()$/
gui_mch_outstr_nowrap	gui_x11.c	/^gui_mch_outstr_nowrap(s, len, wrap_cursor, is_curs/
gui_mch_own_selection	gui_x11.c	/^gui_mch_own_selection()$/
gui_mch_prepare	gui_x11.c	/^gui_mch_prepare(argc, argv)$/
gui_mch_reorder_scrollbars	gui_athena.c	/^gui_mch_reorder_scrollbars(which_sb)$/
gui_mch_set_winsize	gui_athena.c	/^gui_mch_set_winsize()$/
gui_mch_update	gui_x11.c	/^gui_mch_update()$/
gui_mch_update_horiz_scrollbar	gui_athena.c	/^gui_mch_update_horiz_scrollbar(value, size, max)$/
gui_mch_update_scrollbars	gui_athena.c	/^gui_mch_update_scrollbars(worst_update, which_sb)$/
gui_mch_wait_for_chars	gui_x11.c	/^gui_mch_wait_for_chars(wtime)$/
gui_menu_cb	gui.c	/^gui_menu_cb(menu)$/
gui_menu_name_skip	gui.c	/^gui_menu_name_skip(name)$/
gui_outstr	gui.c	/^gui_outstr(s, len)$/
gui_own_selection	gui.c	/^gui_own_selection()$/
gui_prepare	gui.c	/^gui_prepare(argc, argv)$/
gui_redraw	gui.c	/^gui_redraw(x, y, w, h)$/
gui_redraw_block	gui.c	/^gui_redraw_block(row1, col1, row2, col2)$/
gui_remove_menu	gui.c	/^gui_remove_menu(menup, name, modes)$/
gui_request_selection	gui_x11.c	/^gui_request_selection()$/
gui_reset_scroll_region	gui.c	/^gui_reset_scroll_region()$/
gui_resize_window	gui.c	/^gui_resize_window(pixel_width, pixel_height)$/
gui_send_mouse_event	gui.c	/^gui_send_mouse_event(button, x, y, repeated_click,/
gui_set_context_in_menu_cmd	gui.c	/^gui_set_context_in_menu_cmd(cmd, arg, forceit)$/
gui_set_cursor	gui.c	/^gui_set_cursor(row, col)$/
gui_show_menus	gui.c	/^gui_show_menus(path_name, modes)$/
gui_show_menus_recursive	gui.c	/^gui_show_menus_recursive(menu, modes, depth)$/
gui_start	gui.c	/^gui_start()$/
gui_start_highlight	gui.c	/^gui_start_highlight(mask)$/
gui_stop_highlight	gui.c	/^gui_stop_highlight(mask)$/
gui_undraw_cursor	gui.c	/^gui_undraw_cursor()$/
gui_update_cursor	gui.c	/^gui_update_cursor()$/
gui_update_horiz_scrollbar	gui.c	/^gui_update_horiz_scrollbar()$/
gui_update_scrollbars	gui.c	/^gui_update_scrollbars()$/
gui_update_selection	gui.c	/^gui_update_selection()$/
gui_write	gui.c	/^gui_write(s, len)$/
gui_x11_check_copy_area	gui_x11.c	/^gui_x11_check_copy_area()$/
gui_x11_compare_pos	gui_x11.c	/^gui_x11_compare_pos(row1, col1, row2, col2)$/
gui_x11_convert_selection_cb	gui_x11.c	/^gui_x11_convert_selection_cb(w, selection, target,/
gui_x11_expose_cb	gui_x11.c	/^gui_x11_expose_cb(w, dud, event, bool)$/
gui_x11_focus_change_cb	gui_x11.c	/^gui_x11_focus_change_cb(w, data, event, bool)$/
gui_x11_get_color	gui_x11.c	/^gui_x11_get_color(name)$/
gui_x11_get_line_end	gui_x11.c	/^gui_x11_get_line_end(row)$/
gui_x11_get_word_boundaries	gui_x11.c	/^gui_x11_get_word_boundaries(gs, row, col)$/
gui_x11_invert_area	gui_x11.c	/^gui_x11_invert_area(row1, col1, row2, col2)$/
gui_x11_key_hit_cb	gui_x11.c	/^gui_x11_key_hit_cb(w, dud, event, bool)$/
gui_x11_lose_ownership_cb	gui_x11.c	/^gui_x11_lose_ownership_cb(w, selection)$/
gui_x11_menu_cb	gui_x11.c	/^gui_x11_menu_cb(w, client_data, call_data)$/
gui_x11_mouse_cb	gui_x11.c	/^gui_x11_mouse_cb(w, dud, event, bool)$/
gui_x11_process_selection	gui_x11.c	/^gui_x11_process_selection(button, x, y, repeated_c/
gui_x11_redraw_selection	gui_x11.c	/^gui_x11_redraw_selection(x, y, w, h)$/
gui_x11_request_selection_cb	gui_x11.c	/^gui_x11_request_selection_cb(w, success, selection/
gui_x11_resize_window_cb	gui_x11.c	/^gui_x11_resize_window_cb(w, dud, event, bool)$/
gui_x11_set_color	gui_x11.c	/^gui_x11_set_color(gc, pixel)$/
gui_x11_set_font	gui_x11.c	/^gui_x11_set_font(gc, fid)$/
gui_x11_start_selection	gui_x11.c	/^gui_x11_start_selection(button, x, y, repeated_cli/
gui_x11_timer_cb	gui_x11.c	/^gui_x11_timer_cb(timed_out, interval_id)$/
gui_x11_update_menus	gui_x11.c	/^gui_x11_update_menus(modes)$/
gui_x11_update_menus_recurse	gui_x11.c	/^gui_x11_update_menus_recurse(menu, mode)$/
gui_x11_update_selection	gui_x11.c	/^gui_x11_update_selection(gs, row1, col1, row2, col/
gui_x11_use_resize_callback	gui_x11.c	/^gui_x11_use_resize_callback(widget, enabled)$/
gui_x11_visibility_cb	gui_x11.c	/^gui_x11_visibility_cb(w, dud, event, bool)$/
gui_x11_wm_protocol_handler	gui_x11.c	/^gui_x11_wm_protocol_handler(w, client_data, event,/
gui_x11_yank_selection	gui_x11.c	/^gui_x11_yank_selection(row1, col1, row2, col2)$/
gui_yank_selection	ops.c	/^gui_yank_selection(type, str, len)$/
halfpage	edit.c	/^halfpage(flag, Prenum)$/
handler_routine	win32.c	/^handler_routine($/
has_format_option	option.c	/^has_format_option(x)$/
have_dollars	unix.c	/^have_dollars(num, file)$/
have_wildcard	archie.c	/^have_wildcard(num, file)$/
help_compare	help.c	/^help_compare(s1, s2)$/
help_heuristic	help.c	/^help_heuristic(matched_string, offset)$/
hkmap	edit.c	/^hkmap(c)$/
home_replace	misccmds.c	/^home_replace(buf, src, dst, dstlen)$/
home_replace_save	misccmds.c	/^home_replace_save(buf, src)$/
horiz_scroll_cb	gui_motif.c	/^horiz_scroll_cb(w, client_data, call_data)$/
illegal_char	option.c	/^illegal_char(errbuf, c)$/
in_cinkeys	edit.c	/^in_cinkeys(keytyped, when, line_is_empty)$/
inc	linefunc.c	/^inc(lp)$/
inc_cursor	linefunc.c	/^inc_cursor()$/
inchar	getchar.c	/^inchar(buf, maxlen, wait_time)$/
incl	linefunc.c	/^incl(lp)$/
inindent	misccmds.c	/^inindent(extra)$/
init_chartab	charset.c	/^init_chartab()$/
init_history	cmdline.c	/^init_history()$/
init_homedir	misccmds.c	/^init_homedir()$/
init_typebuf	getchar.c	/^init_typebuf()$/
init_yank	ops.c	/^init_yank()$/
initchr	regexp.c	/^initchr(str)$/
initpty	pty.c	/^initpty(f)$/
inmacro	search.c	/^inmacro(opt, s)$/
ins_char	misccmds.c	/^ins_char(c)$/
ins_str	misccmds.c	/^ins_str(s)$/
ins_typebuf	getchar.c	/^ins_typebuf(str, noremap, offset, nottyped)$/
insert_lines	win32.c	/^insert_lines($/
insert_special	edit.c	/^insert_special(c, allow_modmask)$/
insertbuf	ops.c	/^insertbuf(c)$/
insertchar	edit.c	/^insertchar(c, force_formatting, second_indent)$/
insfile	amiga.c	/^insfile(name, isdir)$/
invert_rectangle	gui_x11.c	/^#define invert_rectangle(r, c, nr, nc)								\\$/
isFullName	amiga.c	/^isFullName(fname)$/
is_backslash	cmdline.c	/^is_backslash(str)$/
is_builtin_term	term.c	/^is_builtin_term(name)$/
is_cinword	misccmds.c	/^is_cinword(line)$/
is_ctrl_x_key	edit.c	/^is_ctrl_x_key(c)$/
is_fastterm	unix.c	/^is_fastterm(name)$/
is_in_history	cmdline.c	/^is_in_history(type, str, move_to_front)$/
is_input_buf_empty	unix.c	/^is_input_buf_empty()$/
is_input_buf_full	unix.c	/^is_input_buf_full()$/
is_iris_ansi	unix.c	/^is_iris_ansi(name)$/
is_xterm	unix.c	/^is_xterm(name)$/
is_yank_buffer	ops.c	/^is_yank_buffer(c, writing)$/
iscase	misccmds.c	/^iscase(s)$/
iscomment	misccmds.c	/^iscomment(p)$/
isdefault	misccmds.c	/^isdefault(s)$/
isdo	misccmds.c	/^isdo(p)$/
iselse	misccmds.c	/^iselse(p)$/
isfilechar	charset.c	/^isfilechar(c)$/
isfuncdecl	misccmds.c	/^isfuncdecl(s)$/
isidchar	charset.c	/^isidchar(c)$/
isif	misccmds.c	/^isif(p)$/
islabel	misccmds.c	/^islabel(ind_maxcomment)			\/* XXX *\/$/
ismult	regexp.c	/^ismult(c)$/
ispathsep	misccmds.c	/^ispathsep(c)$/
ispreproc	misccmds.c	/^ispreproc(s)$/
isprintchar	charset.c	/^isprintchar(c)$/
isterminated	misccmds.c	/^isterminated(s)$/
istermoption	option.c	/^istermoption(p)$/
iswhileofdo	misccmds.c	/^iswhileofdo(p, lnum, ind_maxparen)			\/* XXX *\/$/
iswordchar	charset.c	/^iswordchar(c)$/
jump_to_mouse	screen.c	/^jump_to_mouse(flags)$/
jumpto_tag	tag.c	/^jumpto_tag(lbuf,$/
kbhit	win32.c	/^kbhit()$/
key_down	win32.c	/^key_down($/
key_up	win32.c	/^key_up($/
keyboard_exit	win32.c	/^keyboard_exit()$/
keyboard_init	win32.c	/^keyboard_init()$/
keyboard_threadproc	win32.c	/^keyboard_threadproc($/
keyboard_wndproc	win32.c	/^keyboard_wndproc($/
keystate_down	win32.c	/^keystate_down($/
keystate_up	win32.c	/^keystate_up($/
lalloc	alloc.c	/^lalloc(size, message)$/
langmap_init	option.c	/^langmap_init()$/
langmap_set	option.c	/^langmap_set()$/
last_status	window.c	/^last_status()$/
lbr_chartabsize	charset.c	/^lbr_chartabsize(s, col)$/
line_breakcheck	misccmds.c	/^line_breakcheck()$/
lineclear	screen.c	/^lineclear(p)$/
linetabsize	charset.c	/^linetabsize(s)$/
linewhite	search.c	/^linewhite(lnum)$/
listdigraphs	digraph.c	/^listdigraphs()$/
lock2name	amiga.c	/^lock2name(lock, buf, len)$/
long_to_char	memline.c	/^long_to_char(n, s)$/
make_cyclic	edit.c	/^make_cyclic()$/
make_windows	window.c	/^make_windows(count)$/
makemap	getchar.c	/^makemap(fd)$/
makeset	option.c	/^makeset(fd)$/
makeswapname	memline.c	/^makeswapname(buf, dir_name)$/
maketitle	buffer.c	/^maketitle()$/
map_clear	getchar.c	/^map_clear(modec, forceit, abbr)$/
map_free	getchar.c	/^map_free(mprev)$/
mark_adjust	mark.c	/^mark_adjust(line1, line2, amount, amount_after)$/
may_core_dump	unix.c	/^may_core_dump()$/
may_sync_undo	getchar.c	/^may_sync_undo()$/
mch_avail_mem	amiga.c	/^mch_avail_mem(special)$/
mch_breakcheck	amiga.c	/^mch_breakcheck()$/
mch_can_restore_icon	amiga.c	/^mch_can_restore_icon()$/
mch_can_restore_title	amiga.c	/^mch_can_restore_title()$/
mch_char_avail	amiga.c	/^mch_char_avail()$/
mch_check_input	amiga.c	/^mch_check_input()$/
mch_check_win	amiga.c	/^mch_check_win(argc, argv)$/
mch_delay	amiga.c	/^mch_delay(msec, ignoreinput)$/
mch_dirname	amiga.c	/^mch_dirname(buf, len)$/
mch_get_host_name	amiga.c	/^mch_get_host_name(s, len)$/
mch_get_pid	amiga.c	/^mch_get_pid()$/
mch_get_user_name	amiga.c	/^mch_get_user_name(s, len)$/
mch_get_winsize	amiga.c	/^mch_get_winsize()$/
mch_has_wildcard	amiga.c	/^mch_has_wildcard(p)$/
mch_inchar	amiga.c	/^mch_inchar(buf, maxlen, time)$/
mch_isdir	amiga.c	/^mch_isdir(name)$/
mch_resettitle	archie.c	/^mch_resettitle()$/
mch_resize	unix.c	/^mch_resize()$/
mch_restore_title	amiga.c	/^mch_restore_title(which)$/
mch_screenmode	amiga.c	/^mch_screenmode(arg)$/
mch_set_winsize	amiga.c	/^mch_set_winsize()$/
mch_setmouse	msdos.c	/^mch_setmouse(on)$/
mch_settitle	amiga.c	/^mch_settitle(title, icon)$/
mch_settmode	amiga.c	/^mch_settmode(raw)$/
mch_suspend	amiga.c	/^mch_suspend()$/
mch_windexit	amiga.c	/^mch_windexit(r)$/
mch_windinit	amiga.c	/^mch_windinit()$/
mch_write	amiga.c	/^mch_write(p, len)$/
mf_alloc_bhdr	memfile.c	/^mf_alloc_bhdr(mfp, page_count)$/
mf_close	memfile.c	/^mf_close(mfp, del_file)$/
mf_do_open	memfile.c	/^mf_do_open(mfp, fname, trunc_file)$/
mf_find_hash	memfile.c	/^mf_find_hash(mfp, nr)$/
mf_free	memfile.c	/^mf_free(mfp, hp)$/
mf_free_bhdr	memfile.c	/^mf_free_bhdr(hp)$/
mf_fullname	memfile.c	/^mf_fullname(mfp)$/
mf_get	memfile.c	/^mf_get(mfp, nr, page_count)$/
mf_ins_free	memfile.c	/^mf_ins_free(mfp, hp)$/
mf_ins_hash	memfile.c	/^mf_ins_hash(mfp, hp)$/
mf_ins_used	memfile.c	/^mf_ins_used(mfp, hp)$/
mf_need_trans	memfile.c	/^mf_need_trans(mfp)$/
mf_new	memfile.c	/^mf_new(mfp, negative, page_count)$/
mf_open	memfile.c	/^mf_open(fname, trunc_file)$/
mf_open_file	memfile.c	/^mf_open_file(mfp, fname)$/
mf_put	memfile.c	/^mf_put(mfp, hp, dirty, infile)$/
mf_read	memfile.c	/^mf_read(mfp, hp)$/
mf_release	memfile.c	/^mf_release(mfp, page_count)$/
mf_release_all	memfile.c	/^mf_release_all()$/
mf_rem_free	memfile.c	/^mf_rem_free(mfp)$/
mf_rem_hash	memfile.c	/^mf_rem_hash(mfp, hp)$/
mf_rem_used	memfile.c	/^mf_rem_used(mfp, hp)$/
mf_set_xfname	memfile.c	/^mf_set_xfname(mfp)$/
mf_statistics	memfile.c	/^mf_statistics()$/
mf_sync	memfile.c	/^mf_sync(mfp, all, check_char, do_fsync)$/
mf_trans_add	memfile.c	/^mf_trans_add(mfp, hp)$/
mf_trans_del	memfile.c	/^mf_trans_del(mfp, old_nr)$/
mf_write	memfile.c	/^mf_write(mfp, hp)$/
min_rows	window.c	/^min_rows()$/
ml_add_stack	memline.c	/^ml_add_stack(buf)$/
ml_append	memline.c	/^ml_append(lnum, line, len, newfile)$/
ml_append_int	memline.c	/^ml_append_int(buf, lnum, line, len, newfile)$/
ml_clearmarked	memline.c	/^ml_clearmarked()$/
ml_close	memline.c	/^ml_close(buf, del_file)$/
ml_close_all	memline.c	/^ml_close_all(del_file)$/
ml_close_notmod	memline.c	/^ml_close_notmod()$/
ml_delete	memline.c	/^ml_delete(lnum, message)$/
ml_delete_int	memline.c	/^ml_delete_int(buf, lnum, message)$/
ml_find_line	memline.c	/^ml_find_line(buf, lnum, action)$/
ml_firstmarked	memline.c	/^ml_firstmarked()$/
ml_flush_line	memline.c	/^ml_flush_line(buf)$/
ml_get	memline.c	/^ml_get(lnum)$/
ml_get_buf	memline.c	/^ml_get_buf(buf, lnum, will_change)$/
ml_get_curline	memline.c	/^ml_get_curline()$/
ml_get_cursor	memline.c	/^ml_get_cursor()$/
ml_get_pos	memline.c	/^ml_get_pos(pos)$/
ml_has_mark	memline.c	/^ml_has_mark(lnum)$/
ml_line_alloced	memline.c	/^ml_line_alloced()$/
ml_lineadd	memline.c	/^ml_lineadd(buf, count)$/
ml_new_data	memline.c	/^ml_new_data(mfp, negative, page_count)$/
ml_new_ptr	memline.c	/^ml_new_ptr(mfp)$/
ml_open	memline.c	/^ml_open()$/
ml_open_file	memline.c	/^ml_open_file(buf)$/
ml_open_files	memline.c	/^ml_open_files()$/
ml_preserve	memline.c	/^ml_preserve(buf, message)$/
ml_recover	memline.c	/^ml_recover()$/
ml_replace	memline.c	/^ml_replace(lnum, line, copy)$/
ml_setmarked	memline.c	/^ml_setmarked(lnum)$/
ml_setname	memline.c	/^ml_setname()$/
ml_sync_all	memline.c	/^ml_sync_all(check_file, check_char)$/
ml_timestamp	memline.c	/^ml_timestamp(buf)$/
modname	fileio.c	/^modname(fname, ext)$/
moreenv	pty.c	/^moreenv()$/
mouse_area	msdos.c	/^mouse_area()$/
mouse_has	term.c	/^mouse_has(c)$/
movemark	mark.c	/^movemark(count)$/
movetail	tag.c	/^#define movetail(here, tail)  vim_memmove(here, ta/
msg	message.c	/^msg(s)$/
msg_add_eol	fileio.c	/^msg_add_eol()$/
msg_add_fname	fileio.c	/^msg_add_fname(buf, fname)$/
msg_add_lines	fileio.c	/^msg_add_lines(insert_space, lnum, nchars)$/
msg_add_textmode	fileio.c	/^msg_add_textmode(textmode)$/
msg_check	message.c	/^msg_check()$/
msg_check_screen	message.c	/^msg_check_screen()$/
msg_clr_eos	message.c	/^msg_clr_eos()$/
msg_end	message.c	/^msg_end()$/
msg_home_replace	message.c	/^msg_home_replace(fname)$/
msg_moremsg	message.c	/^msg_moremsg(full)$/
msg_outchar	message.c	/^msg_outchar(c)$/
msg_outnum	message.c	/^msg_outnum(n)$/
msg_outstr	message.c	/^msg_outstr(s)$/
msg_outtrans	message.c	/^msg_outtrans(str)$/
msg_outtrans_len	message.c	/^msg_outtrans_len(str, len)$/
msg_outtrans_special	message.c	/^msg_outtrans_special(str, all)$/
msg_pos	message.c	/^msg_pos(row, col)$/
msg_prt_line	message.c	/^msg_prt_line(s)$/
msg_screen_outchar	message.c	/^msg_screen_outchar(c)$/
msg_start	message.c	/^msg_start()$/
msg_trunc	message.c	/^msg_trunc(s)$/
msgmore	misccmds.c	/^msgmore(n)$/
myregcomp	search.c	/^myregcomp(pat, sub_cmd, which_pat, options)$/
name_to_mod_mask	tables.c	/^name_to_mod_mask(c)$/
newenv	pty.c	/^newenv()$/
nextent	termlib.c	/^nextent(tbuf, termcap, buflen)         \/* Read 1 e/
nextwild	cmdline.c	/^nextwild(type)$/
no_viminfo	cmdcmds.c	/^no_viminfo()$/
normal	normal.c	/^normal()$/
normvideo	win32.c	/^normvideo()$/
one_adjust	mark.c	/^#define one_adjust(add) \\$/
one_adjust_nodel	mark.c	/^#define one_adjust_nodel(add) \\$/
oneleft	edit.c	/^oneleft()$/
onepage	edit.c	/^onepage(dir, count)$/
oneright	edit.c	/^oneright()$/
only_one_window	window.c	/^only_one_window()$/
open_buffer	buffer.c	/^open_buffer()$/
openscript	getchar.c	/^openscript(name)$/
option_changed	option.c	/^option_changed(p)$/
option_expand	option.c	/^option_expand(opt_idx)$/
option_value2string	option.c	/^option_value2string(op)$/
otherfile	buffer.c	/^otherfile(fname)$/
outchar	term.c	/^outchar(c)$/
outchar_nf	term.c	/^outchar_nf(c)$/
outnum	term.c	/^outnum(n)$/
outstr	term.c	/^outstr(s)$/
outstrn	term.c	/^outstrn(s)$/
p_compatible_set	option.c	/^p_compatible_set()$/
parse_builtin_tcap	term.c	/^parse_builtin_tcap(term)$/
parse_tag_line	tag.c	/^parse_tag_line(lbuf,$/
paste_option_changed	option.c	/^paste_option_changed()$/
pchar_cursor	misccmds.c	/^pchar_cursor(c)$/
peekchr	regexp.c	/^peekchr()$/
plines	misccmds.c	/^plines(p)$/
plines_m	misccmds.c	/^plines_m(first, last)$/
plines_m_win	misccmds.c	/^plines_m_win(wp, first, last)$/
plines_win	misccmds.c	/^plines_win(wp, p)$/
plural	misccmds.c	/^plural(n)$/
pop_showcmd	normal.c	/^pop_showcmd()$/
prep_redo	normal.c	/^prep_redo(num, pre_char, cmd, c, nchar)$/
prepare_viminfo_history	cmdline.c	/^prepare_viminfo_history(len)$/
preserve_exit	misccmds.c	/^preserve_exit()$/
print_line	cmdcmds.c	/^print_line(lnum, use_number)$/
printdigraph	digraph.c	/^printdigraph(p)$/
pstrcmp	msdos.c	/^pstrcmp(a, b)$/
push_showcmd	normal.c	/^push_showcmd()$/
put_on_cmdline	cmdline.c	/^put_on_cmdline(str, len, redraw)$/
putcmdline	cmdline.c	/^putcmdline(c)$/
putdigraph	digraph.c	/^putdigraph(str)$/
putenv	pty.c	/^putenv(string)$/
putescstr	getchar.c	/^putescstr(fd, str, set)$/
qf_free	quickfix.c	/^qf_free()$/
qf_init	quickfix.c	/^qf_init()$/
qf_jump	quickfix.c	/^qf_jump(dir, errornr, forceit)$/
qf_list	quickfix.c	/^qf_list(all)$/
qf_mark_adjust	quickfix.c	/^qf_mark_adjust(line1, line2, amount, amount_after)/
qf_types	quickfix.c	/^qf_types(c, nr)$/
read_redo	getchar.c	/^read_redo(init, old_redo)$/
read_stuff	getchar.c	/^read_stuff(advance)$/
read_viminfo	cmdcmds.c	/^read_viminfo(file, want_info, want_marks, forceit)/
read_viminfo_filemark	mark.c	/^read_viminfo_filemark(line, fp, force)$/
read_viminfo_history	cmdline.c	/^read_viminfo_history(line, fp)$/
read_viminfo_register	ops.c	/^read_viminfo_register(line, fp, force)$/
read_viminfo_search_pattern	search.c	/^read_viminfo_search_pattern(line, fp, force)$/
read_viminfo_sub_string	csearch.c	/^read_viminfo_sub_string(line, fp, force)$/
read_viminfo_up_to_marks	cmdcmds.c	/^read_viminfo_up_to_marks(line, fp, forceit)$/
readfile	fileio.c	/^readfile(fname, sfname, from, newfile, lines_to_sk/
realloc_cmdbuff	cmdline.c	/^realloc_cmdbuff(len)$/
recover_names	memline.c	/^recover_names(fname, list, nr)$/
recover_old_highlight	screen.c	/^recover_old_highlight()$/
redraw_later	screen.c	/^redraw_later(type)$/
redrawcmd	cmdline.c	/^redrawcmd()$/
redrawcmdline	cmdline.c	/^redrawcmdline()$/
reg	regexp.c	/^reg(paren, flagp)$/
regatom	regexp.c	/^regatom(flagp)$/
regbranch	regexp.c	/^regbranch(flagp)$/
regc	regexp.c	/^regc(b)$/
regdump	regexp.c	/^regdump(r)$/
reginsert	regexp.c	/^reginsert(op, opnd)$/
regmatch	regexp.c	/^regmatch(prog)$/
regnext	regexp.c	/^regnext(p)$/
regnode	regexp.c	/^regnode(op)$/
regoptail	regexp.c	/^regoptail(p, val)$/
regpiece	regexp.c	/^regpiece(flagp)$/
regprop	regexp.c	/^regprop(op)$/
regrepeat	regexp.c	/^regrepeat(p)$/
regtail	regexp.c	/^regtail(p, val)$/
regtilde	regsub.c	/^regtilde(source, magic)$/
regtry	regexp.c	/^regtry(prog, string)$/
remember_highlight	screen.c	/^remember_highlight()$/
removable	mark.c	/^removable(name)$/
rename	unix.c	/^rename(src, dest)$/
replace_flush	edit.c	/^replace_flush()$/
replace_pop	edit.c	/^replace_pop()$/
replace_push	edit.c	/^replace_push(c)$/
replace_termcodes	term.c	/^replace_termcodes(from, bufp, from_part)$/
reset_VIsual	window.c	/^reset_VIsual()$/
reset_signals	unix.c	/^reset_signals()$/
reset_tty	vms.c	/^static void reset_tty(TT_MODE *mode)$/
resettitle	buffer.c	/^resettitle()$/
same_leader	ops.c	/^same_leader(leader1_len, leader1_flags, leader2_le/
screen_char	screen.c	/^screen_char(p, row, col)$/
screen_del_lines	screen.c	/^screen_del_lines(off, row, line_count, end, force)/
screen_fill	screen.c	/^screen_fill(start_row, end_row, start_col, end_col/
screen_ins_lines	screen.c	/^screen_ins_lines(off, row, line_count, end)$/
screen_msg	screen.c	/^screen_msg(text, row, col)$/
screen_new_rows	window.c	/^screen_new_rows()$/
screen_outchar	screen.c	/^screen_outchar(c, row, col)$/
screen_start	screen.c	/^screen_start()$/
screen_valid	screen.c	/^screen_valid(clear)$/
screenalloc	screen.c	/^screenalloc(clear)$/
screenclear	screen.c	/^screenclear()$/
screenclear2	screen.c	/^screenclear2()$/
screengo	edit.c	/^screengo(dir, dist)$/
scroll	win32.c	/^scroll($/
scroll_cb	gui_motif.c	/^scroll_cb(w, client_data, call_data)$/
scroll_cursor_bot	screen.c	/^scroll_cursor_bot(min_scroll, set_topline)$/
scroll_cursor_halfway	screen.c	/^scroll_cursor_halfway(atend)$/
scroll_cursor_top	screen.c	/^scroll_cursor_top(min_scroll, always)$/
scroll_region_reset	term.c	/^scroll_region_reset()$/
scroll_region_set	term.c	/^scroll_region_set(wp, off)$/
scroll_start	term.c	/^scroll_start()$/
scrolldown	screen.c	/^scrolldown(line_count)$/
scrolldown_clamp	screen.c	/^scrolldown_clamp()$/
scrollup	screen.c	/^scrollup(line_count)$/
scrollup_clamp	screen.c	/^scrollup_clamp()$/
search_for_exact_line	search.c	/^search_for_exact_line(pos, dir, pat)$/
searchc	search.c	/^searchc(c, dir, type, count)$/
searchit	search.c	/^searchit(pos, dir, str, count, options, which_pat)/
send_key	win32.c	/^send_key($/
set_Changed	misccmds.c	/^set_Changed()$/
set_b0_fname	memline.c	/^set_b0_fname(b0p, buf)$/
set_context_in_autocmd	option.c	/^set_context_in_autocmd(arg, doautocmd)$/
set_context_in_set_cmd	option.c	/^set_context_in_set_cmd(arg)$/
set_expand_context	cmdline.c	/^set_expand_context(firstc, buff)$/
set_highlight	screen.c	/^set_highlight(context)$/
set_indent	misccmds.c	/^set_indent(size, del_first)$/
set_init_1	option.c	/^set_init_1()$/
set_init_2	option.c	/^set_init_2()$/
set_init_3	option.c	/^set_init_3()$/
set_last_cursor	mark.c	/^set_last_cursor(win)$/
set_last_insert	edit.c	/^set_last_insert(c)$/
set_one_cmd_context	cmdline.c	/^set_one_cmd_context(firstc, buff)$/
set_option_default	option.c	/^set_option_default(opt_idx, dofree)$/
set_options_bin	option.c	/^set_options_bin(oldval, newval)$/
set_redo_ins	getchar.c	/^set_redo_ins()$/
set_reg_ic	search.c	/^set_reg_ic(pat)$/
set_scroll_region	win32.c	/^set_scroll_region($/
set_string_option	option.c	/^set_string_option(name, opt_idx, val, dofree)$/
set_term_defaults	option.c	/^set_term_defaults()$/
set_termname	term.c	/^set_termname(term)$/
set_tty	vms.c	/^static void set_tty(int r, int c)$/
set_window	msdos.c	/^set_window()$/
set_winsize	term.c	/^set_winsize(width, height, mustset)$/
set_x11_icon	unix.c	/^set_x11_icon(icon)$/
set_x11_title	unix.c	/^set_x11_title(title)$/
setaltfname	buffer.c	/^setaltfname(fname, sfname, lnum)$/
setcursor	term.c	/^setcursor()$/
setfname	buffer.c	/^setfname(fname, sfname, message)$/
setmark	mark.c	/^setmark(c)$/
setmouse	term.c	/^setmouse()$/
setpcmark	mark.c	/^setpcmark()$/
setperm	amiga.c	/^setperm(name, perm)$/
settmode	term.c	/^settmode(raw)$/
shift_line	ops.c	/^shift_line(left, round, amount)$/
shortmess	option.c	/^shortmess(x)$/
show_autocmd	option.c	/^show_autocmd(ap, event)$/
show_mouse	msdos.c	/^show_mouse(on)$/
show_one_mark	mark.c	/^show_one_mark(c, arg, p, name)$/
show_one_termcode	term.c	/^show_one_termcode(name, code, printit)$/
show_pat_in_path	search.c	/^show_pat_in_path(line, type, did_show, action, fp,/
show_termcodes	term.c	/^show_termcodes()$/
showmap	getchar.c	/^showmap(mp)$/
showmatch	search.c	/^showmatch()$/
showmatches	cmdline.c	/^showmatches(buff)$/
showmode	screen.c	/^showmode()$/
showoneopt	option.c	/^showoneopt(p)$/
showoptions	option.c	/^showoptions(all)$/
showruler	screen.c	/^showruler(always)$/
sig	vms.c	/^void sig(int x)$/
simplify_filename	tag.c	/^simplify_filename(filename)$/
skip_chars	search.c	/^skip_chars(cclass, dir)$/
skip_label	misccmds.c	/^skip_label(lnum, pp, ind_maxcomment)$/
skip_regexp	regexp.c	/^skip_regexp(p, dirc)$/
skip_string	misccmds.c	/^skip_string(p)$/
skip_to_option_part	misccmds.c	/^skip_to_option_part(p)$/
skipchr	regexp.c	/^skipchr()$/
skipdigits	misccmds.c	/^skipdigits(p)$/
skiptowhite	misccmds.c	/^skiptowhite(p)$/
skiptowhite_esc	misccmds.c	/^skiptowhite_esc(p)$/
skipwhite	misccmds.c	/^skipwhite(p)$/
slash_adjust	msdos.c	/^slash_adjust(p)$/
smsg	message.c	/^smsg(s, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)$/
sortcmp	amiga.c	/^sortcmp(a, b)$/
standend	win32.c	/^standend()$/
standout	win32.c	/^standout()$/
startPS	search.c	/^startPS(lnum, para, both)$/
start_arrow	edit.c	/^start_arrow(end_insert_pos)$/
start_highlight	screen.c	/^start_highlight()$/
start_redo	getchar.c	/^start_redo(count, old_redo)$/
start_redo_ins	getchar.c	/^start_redo_ins()$/
start_stuff	getchar.c	/^start_stuff()$/
start_visual_highlight	normal.c	/^start_visual_highlight()$/
starttermcap	term.c	/^starttermcap()$/
status_redraw_all	screen.c	/^status_redraw_all()$/
stop_arrow	edit.c	/^stop_arrow()$/
stop_highlight	screen.c	/^stop_highlight()$/
stop_insert	edit.c	/^stop_insert(end_insert_pos)$/
stop_redo_ins	getchar.c	/^stop_redo_ins()$/
stoptermcap	term.c	/^stoptermcap()$/
strcspn	regexp.c	/^strcspn(s1, s2)$/
strerror	unix.c	/^strerror(err)$/
strlowcpy	msdos.c	/^strlowcpy(d, s)$/
strnsave	alloc.c	/^strnsave(string, len)$/
strsave	alloc.c	/^strsave(string)$/
strsave_escaped	alloc.c	/^strsave_escaped(string, esc_chars)$/
strsize	charset.c	/^strsize(s)$/
stuffReadbuff	getchar.c	/^stuffReadbuff(s)$/
stuff_empty	getchar.c	/^stuff_empty()$/
stuff_inserted	edit.c	/^stuff_inserted(c, count, no_esc)$/
stuff_yank	ops.c	/^stuff_yank(bufname, p)$/
stuffcharReadbuff	getchar.c	/^stuffcharReadbuff(c)$/
stuffnumReadbuff	getchar.c	/^stuffnumReadbuff(n)$/
swapchar	ops.c	/^swapchar(pos)$/
swapfile_info	memline.c	/^swapfile_info(fname)$/
termcap_mode_end	win32.c	/^termcap_mode_end()$/
termcap_mode_start	win32.c	/^termcap_mode_start()$/
termcapinit	term.c	/^termcapinit(term)$/
test_for_current	tag.c	/^test_for_current(is_etag, fname, fname_end, tag_fn/
test_for_static	tag.c	/^test_for_static(tagname, tagname_end, fname, fname/
textattr	win32.c	/^textattr($/
tgetch	win32.c	/^tgetch()$/
tgetent	termlib.c	/^tgetent(tbuf, term)$/
tgetent_error	term.c	/^tgetent_error(tbuf, term)$/
tgetflag	termlib.c	/^tgetflag(id)$/
tgetnum	termlib.c	/^tgetnum(id)$/
tgetstr	termlib.c	/^tgetstr(id, buf)$/
tgoto	term.c	/^tgoto(cm, x, y)$/
tilde_replace	cmdline.c	/^tilde_replace(orig_pat, num_files, files)$/
tinit	termlib.c	/^tinit(name)$/
tltoa	term.c	/^tltoa(i)$/
tputs	termlib.c	/^tputs(cp, affcnt, outc)$/
trans_characters	charset.c	/^trans_characters(buf, bufsize)$/
transchar	charset.c	/^transchar(c)$/
transchar_nonprint	charset.c	/^transchar_nonprint(buf, c)$/
trash_input_buf	unix.c	/^trash_input_buf()$/
trash_output_buf	term.c	/^trash_output_buf()$/
truncate_line	misccmds.c	/^truncate_line(fixpos)$/
ttest	term.c	/^ttest(pairs)$/
typebuf_typed	getchar.c	/^typebuf_typed()$/
u_alloc_line	undo.c	/^u_alloc_line(size)$/
u_blockalloc	undo.c	/^u_blockalloc(size)$/
u_blockfree	undo.c	/^u_blockfree(buf)$/
u_clearall	undo.c	/^u_clearall(buf)$/
u_clearline	undo.c	/^u_clearline()$/
u_free_line	undo.c	/^u_free_line(ptr)$/
u_freeentry	undo.c	/^u_freeentry(uep, n)$/
u_freelist	undo.c	/^u_freelist(uhp)$/
u_getbot	undo.c	/^u_getbot()$/
u_inssub	undo.c	/^u_inssub(lnum)$/
u_redo	undo.c	/^u_redo(count)$/
u_save	undo.c	/^u_save(top, bot)$/
u_save_cursor	undo.c	/^u_save_cursor()$/
u_save_line	undo.c	/^u_save_line(lnum)$/
u_savecommon	undo.c	/^u_savecommon(top, bot, newbot)$/
u_savedel	undo.c	/^u_savedel(lnum, nlines)$/
u_saveline	undo.c	/^u_saveline(lnum)$/
u_savesub	undo.c	/^u_savesub(lnum)$/
u_sync	undo.c	/^u_sync()$/
u_unchanged	undo.c	/^u_unchanged(buf)$/
u_undo	undo.c	/^u_undo(count)$/
u_undo_end	undo.c	/^u_undo_end()$/
u_undoline	undo.c	/^u_undoline()$/
u_undoredo	undo.c	/^u_undoredo()$/
undefine	vms.c	/^int undefine(char *lnm, char *tab)$/
undisplay_dollar	screen.c	/^undisplay_dollar()$/
ungetchr	regexp.c	/^ungetchr()$/
unregc	regexp.c	/^unregc()$/
unset_Changed	misccmds.c	/^unset_Changed(buf)$/
unshift_special_key	tables.c	/^unshift_special_key(p)$/
updateScreen	screen.c	/^updateScreen(type)$/
updateWindow	screen.c	/^updateWindow(wp)$/
update_curbuf	screen.c	/^update_curbuf(type)$/
updateline	screen.c	/^updateline()$/
updatescript	getchar.c	/^updatescript(c)$/
usage	main.c	/^usage(n, str)$/
version_msg	version.c	/^version_msg(s)$/
vgetc	getchar.c	/^vgetc()$/
vgetorpeek	getchar.c	/^vgetorpeek(advance)$/
vim_XawScrollbarSetThumb	gui_at_sb.c	/^void vim_XawScrollbarSetThumb (w, top, shown, max)/
vim_beep	misccmds.c	/^vim_beep()$/
vim_chdir	msdos.c	/^vim_chdir(path)$/
vim_fexists	misccmds.c	/^vim_fexists(fname)$/
vim_fgets	fileio.c	/^vim_fgets(buf, size, fp)$/
vim_free	alloc.c	/^vim_free(x)$/
vim_getenv	amiga.c	/^vim_getenv(var)$/
vim_isspace	alloc.c	/^vim_isspace(x)$/
vim_memmove	alloc.c	/^vim_memmove(dst_arg, src_arg, len)$/
vim_memset	alloc.c	/^vim_memset(ptr, c, size)$/
vim_regcomp	regexp.c	/^vim_regcomp(exp)$/
vim_regexec	regexp.c	/^vim_regexec(prog, string, at_bol)$/
vim_regsub	regsub.c	/^vim_regsub(prog, source, dest, copy, magic)$/
vim_remove	msdos.c	/^vim_remove(name)$/
vim_rename	fileio.c	/^vim_rename(from, to)$/
vim_strchr	alloc.c	/^vim_strchr(string, n)$/
vim_strncpy	cmdline.c	/^vim_strncpy(to, from, len)$/
vim_strnicmp	alloc.c	/^vim_strnicmp(s1, s2, len)$/
vim_strrchr	alloc.c	/^vim_strrchr(string, n)$/
vim_tempname	fileio.c	/^vim_tempname(extra_char)$/
viminfo_error	cmdcmds.c	/^viminfo_error(message, line)$/
viminfo_filename	cmdcmds.c	/^viminfo_filename(file)$/
viminfo_readstring	cmdcmds.c	/^viminfo_readstring(p)$/
viminfo_writestring	cmdcmds.c	/^viminfo_writestring(fd, p)$/
visual_bell	win32.c	/^visual_bell()$/
vms_flushbuf	vms.c	/^static void vms_flushbuf(void)$/
vms_inchar	vms.c	/^static int vms_inchar(int wtime)$/
vms_outchar	vms.c	/^static void vms_outchar(int c)$/
vms_sys	vms.c	/^static int vms_sys(char *cmd, char *log)$/
vms_vwild	vms.c	/^static char *vms_vwild(char *arg, char *wilds)$/
vms_x	vms.c	/^static int vms_x(unsigned int fun)$/
vpeekc	getchar.c	/^vpeekc()$/
vul_desc	vms.c	/^void vul_desc(DESC *des, char *str)$/
vungetc	getchar.c	/^vungetc(c)		\/* unget one character (can only be do/
wait_return	message.c	/^wait_return(redraw)$/
win32_kbd_patch_key	win32.c	/^win32_kbd_patch_key($/
win95rename	win32.c	/^win95rename($/
win_alloc	window.c	/^win_alloc(after)$/
win_alloc_lsize	window.c	/^win_alloc_lsize(wp)$/
win_append	window.c	/^win_append(after, wp)$/
win_chartabsize	charset.c	/^win_chartabsize(wp, c, col)$/
win_comp_pos	window.c	/^win_comp_pos()$/
win_comp_scroll	window.c	/^win_comp_scroll(wp)$/
win_copy_options	option.c	/^win_copy_options(wp_from, wp_to)$/
win_count	window.c	/^win_count()$/
win_del_lines	screen.c	/^win_del_lines(wp, row, line_count, invalid, maycle/
win_drag_status_line	window.c	/^win_drag_status_line(offset)$/
win_enter	window.c	/^win_enter(wp, undo_sync)$/
win_equal	window.c	/^win_equal(next_curwin, redraw)$/
win_exchange	window.c	/^win_exchange(Prenum)$/
win_free	window.c	/^win_free(wp)$/
win_free_lsize	window.c	/^win_free_lsize(wp)$/
win_init	window.c	/^win_init(wp)$/
win_ins_lines	screen.c	/^win_ins_lines(wp, row, line_count, invalid, maycle/
win_lbr_chartabsize	charset.c	/^win_lbr_chartabsize(wp, s, col, head)$/
win_line	screen.c	/^win_line(wp, lnum, startrow, endrow)$/
win_new_height	window.c	/^win_new_height(wp, height)$/
win_redr_ruler	screen.c	/^win_redr_ruler(wp, always)$/
win_redr_status	screen.c	/^win_redr_status(wp)$/
win_remove	window.c	/^win_remove(wp)$/
win_resize_off	amiga.c	/^win_resize_off()$/
win_resize_on	amiga.c	/^win_resize_on()$/
win_rest_invalid	screen.c	/^win_rest_invalid(wp)$/
win_rotate	window.c	/^win_rotate(upwards, count)$/
win_setheight	window.c	/^win_setheight(height)$/
win_split	window.c	/^win_split(new_height, redraw)$/
win_update	screen.c	/^win_update(wp)$/
win_valid	window.c	/^win_valid(win)$/
windgoto	term.c	/^windgoto(row, col)$/
write_buf	fileio.c	/^write_buf(fd, buf, len)$/
write_chars	win32.c	/^write_chars($/
write_lnum_adjust	fileio.c	/^write_lnum_adjust(offset)$/
write_viminfo	cmdcmds.c	/^write_viminfo(file, forceit)$/
write_viminfo_filemarks	mark.c	/^write_viminfo_filemarks(fp)$/
write_viminfo_history	cmdline.c	/^write_viminfo_history(fp)$/
write_viminfo_marks	mark.c	/^write_viminfo_marks(fp_out)$/
write_viminfo_registers	ops.c	/^write_viminfo_registers(fp)$/
write_viminfo_search_pattern	search.c	/^write_viminfo_search_pattern(fp)$/
write_viminfo_sub_string	csearch.c	/^write_viminfo_sub_string(fp)$/
x_error_check	unix.c	/^x_error_check(dpy, error_event)$/
x_error_handler	unix.c	/^x_error_handler(dpy, error_event)$/
yank_buffer_mline	ops.c	/^yank_buffer_mline()$/
