ARG	init.c	/^#define ARG(i, str)	(argv(i) && strcmp(argv(i), st/
ARGVAL	init.c	/^#define ARGVAL(i)	atol(argv(i))$/
BEGIN_RANGE	pack_name.c	/^#define BEGIN_RANGE(c)	(Class[c] & CL_RANGE(0))$/
CASE	init.c	/^#define CASE(str)	\\$/
CL_RANGE	pack_name.c	/^#define CL_RANGE(c)	0x0800+c	\/* space range, end w/
DISCARD_REMAINDER	term.c	/^#define DISCARD_REMAINDER(x,p) ((x) & ~((p)-1))$/
END_RANGE	pack_name.c	/^#define END_RANGE(c)	(Class[c] & 0xff)$/
FAIL	regexp.c	/^#define	FAIL(m)	{ nn_regerror(m); return(NULL); }$/
HAS_CAP	term.c	/^#define HAS_CAP(str) (str && *str)$/
HOSTNAME	hostname.c	/^YOU LOSE ON GETHOSTNAME -- DEFINE HOSTNAME IN CONF/
IGNORE	pack_name.c	/^#define IGNORE(c)	(c & 0x80 || Class[c] & CL_IGNOR/
ISMULT	regexp.c	/^#define	ISMULT(c)	((c) == '*')$/
IS_HYPHEN	pack_name.c	/^#define IS_HYPHEN(c)	(Class[c] & CL_HYPHEN)$/
IS_OK	pack_name.c	/^#define	IS_OK(c)	(Class[c] & CL_OK)$/
IS_SEPARATOR	pack_name.c	/^#define	IS_SEPARATOR(c)	(Class[c] & (0 CL_SEP 0))$/
IS_SPACE	pack_name.c	/^#define IS_SPACE(c)	(Class[c] & CL_SPACE)$/
IS_STOP	pack_name.c	/^#define IS_STOP(c)	(Class[c] & CL_STOP)$/
IS_VISIBLE	menu.c	/^#define IS_VISIBLE(ah)	(((ah)->flag & (A_CLOSED | /
MATCH_CMP	sort.c	/^#define	MATCH_CMP(table, a, b) (table[a] - table[b/
MATCH_DROP	sort.c	/^#define	MATCH_DROP(table, c) ( c & 0200 || table[c/
MATCH_EQ	sort.c	/^#define MATCH_EQ(table, a, b) ( a == b || table[a]/
MATCH_LS	sort.c	/^#define MATCH_LS(table, a, b) ( a < b || table[a] /
MATCH_LS_EQ	sort.c	/^#define MATCH_LS_EQ(table, a, b) ( a <= b || table/
Maccount	account.c	/^main(argc, argv)$/
Mcvt-help	cvt-help.c	/^main()$/
Mmaster	master.c	/^main(argc, argv)$/
Mnn	nn.c	/^main(argc, argv)$/
Mnnmail	nnmail.c	/^main(argc, argv)$/
Mpack_date	pack_date.c	/^main()$/
Mpack_name	pack_name.c	/^main() {$/
Mprefix	prefix.c	/^main(argc, argv)$/
Msplit	split.c	/^main(argc, argv)$/
Mtst	tst.c	/^main() {$/
Musercheck	usercheck.c	/^main(argc, argv)$/
NEXT	regexp.c	/^#define	NEXT(p)	(((*((p)+1)&0377)<<8) + (*((p)+2)&/
OP	regexp.c	/^#define	OP(p)	(*(p))$/
OPERAND	regexp.c	/^#define	OPERAND(p)	((p) + 3)$/
Option_Description	account.c	/^Option_Description(acct_options) {$/
ROT13_DECODE	more.c	/^#define ROT13_DECODE(c) 	((c & 0x80) ? c : rot13_t/
STREQ	libnov.c	/^#define	STREQ(a, b)	(*(a) == *(b) && strcmp((a), (/
STREQN	sequence.c	/^#define STREQN(a, b, n) ((a)[0] == (b)[0] && strnc/
SWITCH	init.c	/^#define	SWITCH(str)	\\$/
TEST0	digest.c	/^#define TEST0(fmt)	 $/
TEST1	digest.c	/^#define TEST1(fmt, x)    if (Debug & DG_TEST) prin/
TEST2	digest.c	/^#define TEST2(fmt, x, y) if (Debug & DG_TEST) prin/
TR	newsrc.c	/^#define TR(arg) tprintf arg$/
TRC	newsrc.c	/^#define TRC(wh)$/
TSEL	newsrc.c	/^#define TSEL(wh)$/
UCHARAT	regexp.c	/^#define	UCHARAT(p)	((int)*(unsigned char *)(p))$/
_tolower	match.c	/^#define _tolower(c) tolower(c)$/
a_st_flags	more.c	/^static char *a_st_flags(flag)$/
access_group	articles.c	/^access_group(gh, first_article, last_article, flag/
account	nn.c	/^account(option, report)$/
add_article	articles.c	/^add_article(art)$/
add_new_group	master.c	/^group_header *add_new_group(name)$/
add_to_newsrc	newsrc.c	/^add_to_newsrc(gh)$/
add_unread	newsrc.c	/^add_unread(gh, mode)$/
adjust	variable.c	/^adjust(str)$/
admin_confirm	admin.c	/^admin_confirm(action, must_confirm)$/
admin_mode	admin.c	/^admin_mode(input_string)$/
alloc_art	articles.c	/^article_header *alloc_art()$/
alloc_str	articles.c	/^char *alloc_str(len)$/
alt_command	menu.c	/^alt_command()$/
alt_completion	init.c	/^alt_completion(buf, index)$/
alt_to_line	answer.c	/^alt_to_line(t, to, mask)$/
answer	answer.c	/^answer(ah, command, incl)$/
any_key	term.c	/^int any_key(line)$/
append	newsrc.c	/^append(va_alist)$/
append_file	answer.c	/^append_file(name, f)$/
append_range	newsrc.c	/^append_range(pp, delim, rmin, rmax)$/
application_destroyed	tk.c	/^application_destroyed(clientData,interp,argc,argv)/
argv	init.c	/^static char *argv(i)$/
art_collected	db.c	/^art_collected(gh, art_num)$/
art_hdr_field	news.c	/^static char **art_hdr_field(lp, all)$/
article_equal	sort.c	/^static flag_type article_equal(ah1, ah2) \/* ah1.hd/
ask_server	nntp.c	/^static ask_server(va_alist)$/
auto_select_article	kill.c	/^auto_select_article(ah, do_select)$/
aux_param_bool	answer.c	/^aux_param_bool(f, name, on)$/
aux_param_int	answer.c	/^aux_param_int(f, name, i)$/
aux_param_str	answer.c	/^aux_param_str(f, name, str)$/
aux_sh	answer.c	/^aux_sh(ah, script, prog, action, record, sent_fmt,/
awksplit	awksplit.c	/^awksplit(string, fieldsp, nfields, sep)$/
begin_rc_update	newsrc.c	/^begin_rc_update(gh)$/
block_group	expire.c	/^block_group(gh)$/
brief_header_line	more.c	/^brief_header_line(ah, lno)$/
build_hdr	collect.c	/^build_hdr(type)$/
build_master	master.c	/^build_master()$/
build_regexp_kill	kill.c	/^build_regexp_kill()$/
buildfname	fullname.c	/^static void buildfname(p, login, buf)$/
cancel	answer.c	/^cancel(ah)$/
catch_alarm	master.c	/^static sig_type catch_alarm()$/
catch_hangup	global.c	/^sig_type catch_hangup(n)$/
catch_keyboard	global.c	/^static sig_type catch_keyboard(n)$/
catch_pipe	global.c	/^static sig_type catch_pipe(n)$/
catch_suspend	global.c	/^static sig_type catch_suspend(n)$/
catch_up	nn.c	/^catch_up()$/
catch_winch	term.c	/^static sig_type catch_winch(n)$/
change_dir	save.c	/^change_dir(dir, in_init)$/
check_field	more.c	/^*check_field(code, ah)$/
check_sender	answer.c	/^static int check_sender(sender)$/
ckdir_path	save.c	/^static char *ckdir_path(name)$/
clean_cache	nntp.c	/^static void clean_cache()$/
clean_group	master.c	/^clean_group(gh)	\/* does write *\/$/
clean_group_internal	master.c	/^clean_group_internal(gh)	\/* no write *\/$/
close_directory	dir.c	/^close_directory()$/
close_groups	db.c	/^close_groups()$/
close_master	db.c	/^close_master()$/
closed_attr	menu.c	/^static attr_type closed_attr(mi, cbuf)$/
clrdisp	term.c	/^clrdisp()$/
clrline	term.c	/^clrline()$/
clrline_noflush	term.c	/^clrline_noflush()$/
clrmsg	term.c	/^clrmsg(col)$/
clrpage	term.c	/^clrpage()$/
cmd_completion	keymap.c	/^cmd_completion(path, index)$/
collect_article	collect.c	/^collect_article(gh, art_num)$/
collect_group	collect.c	/^static long collect_group(gh)$/
command_name	keymap.c	/^char *command_name(cmd)$/
compile_kill_file	kill.c	/^compile_kill_file()$/
compl_folder_directory	dir.c	/^compl_folder_directory()$/
compl_help_directory	dir.c	/^compl_help_directory()$/
connect_server	nntp.c	/^static connect_server()$/
copy_file	global.c	/^int32 copy_file(src, dest, append)$/
copy_str	global.c	/^char *copy_str(str)$/
copy_text	nntp.c	/^static copy_text(fp)$/
count_selected_articles	menu.c	/^count_selected_articles()$/
count_unread_articles	newsrc.c	/^count_unread_articles()$/
cstrcpy	reroute.c	/^static char *cstrcpy(s1, s2)$/
cstreq	reroute.c	/^static char *cstreq(string, match)$/
cur_time	global.c	/^time_t cur_time()$/
cursor_at_id	menu.c	/^cursor_at_id()$/
date_time	global.c	/^char *date_time(t)$/
db_append_group	db.c	/^db_append_group(gh)$/
db_data_path	db.c	/^char *db_data_path(namebuf, gh, d_or_x)$/
db_expand_master	db.c	/^db_expand_master()$/
db_fixup_cross_postings	db.c	/^db_fixup_cross_postings(dhp, ddp, artp)$/
db_init_group	db.c	/^db_init_group(gh, num)$/
db_parse_group	db.c	/^db_parse_group(gh, trust_master)$/
db_read_art	db.c	/^off_t db_read_art(f)$/
db_read_group	db.c	/^db_read_group(gh)$/
db_read_master	db.c	/^db_read_master()$/
db_read_offset	db.c	/^db_read_offset(f, offset)$/
db_rewrite_groups	db.c	/^db_rewrite_groups(save_groups, group_list)$/
db_write_art	db.c	/^db_write_art(f)$/
db_write_group	db.c	/^db_write_group(gh)$/
db_write_master	db.c	/^db_write_master()$/
db_write_offset	db.c	/^db_write_offset(f, offset)$/
debug_msg	nntp.c	/^static debug_msg(prefix, str)$/
decode_line	decode.c	/^decode_line(buf, len, dont_write)$/
dg_hdr_field	digest.c	/^static char **dg_hdr_field(lp, all)$/
ding	term.c	/^ding()$/
disp_group	group.c	/^disp_group(gh)$/
disp_variables	variable.c	/^disp_variables(all, rexp)$/
display_file	term.c	/^void display_file(name, modes)$/
display_group_list	answer.c	/^display_group_list(get_regexp)$/
display_help	init.c	/^display_help(subject)$/
display_menu	menu.c	/^display_menu()$/
display_motd	nn.c	/^display_motd(check)$/
do_auto_archive	collect.c	/^do_auto_archive(gh, f, num)$/
do_auto_kill	menu.c	/^do_auto_kill()$/
do_auto_select	menu.c	/^do_auto_select(re, mode)$/
do_collect	collect.c	/^do_collect()$/
do_consolidation	menu.c	/^do_consolidation()$/
do_cost	account.c	/^do_cost(ac, ses)$/
do_db_check	nn.c	/^do_db_check()$/
do_expire	expire.c	/^do_expire()$/
do_goback	newsrc.c	/^do_goback()$/
do_grep	newsrc.c	/^do_grep(pat)$/
do_grp_menu	tk.c	/^do_grp_menu(clientData,interp,argc,argv)$/
do_map	init.c	/^do_map(initf)$/
do_nnpost	answer.c	/^do_nnpost(argc, argv)$/
do_nnspew	nn.c	/^do_nnspew()$/
do_report	account.c	/^void do_report(ac, hdr)$/
do_report_all	account.c	/^do_report_all(acctf)$/
do_reread_groups	master.c	/^do_reread_groups()$/
do_set_group	nntp.c	/^static do_set_group()$/
do_show	init.c	/^do_show(table, mode_arg)$/
do_tidy_newsrc	newsrc.c	/^do_tidy_newsrc()$/
do_zero	account.c	/^do_zero()$/
dosplit	split.c	/^dosplit(string, seps)$/
dummy_error	master.c	/^void dummy_error(name)$/
dump_file	newsrc.c	/^dump_file(path, mode)$/
dump_g_flag	admin.c	/^dump_g_flag(gh)$/
dump_global_map	keymap.c	/^dump_global_map()$/
dump_group	admin.c	/^dump_group(gh)$/
dump_key_map	keymap.c	/^dump_key_map(where)$/
dump_kill_list	kill.c	/^dump_kill_list()$/
dump_m_entry	admin.c	/^dump_m_entry(gh)$/
dump_multi_keys	term.c	/^void dump_multi_keys()$/
dump_newsrc	newsrc.c	/^dump_newsrc()$/
dump_options	options.c	/^dump_options(type, tail)$/
dump_select	newsrc.c	/^dump_select()$/
elim_articles	sort.c	/^elim_articles(list, list_lgt)$/
emacs_mode	nn.c	/^emacs_mode()$/
end_header	answer.c	/^end_header(t, extra_headers)$/
end_rc_update	newsrc.c	/^end_rc_update(gh)$/
end_save	save.c	/^end_save()$/
end_sequence	sequence.c	/^end_sequence()$/
enter_kill_file	kill.c	/^enter_kill_file(gh, pattern, flag, days)$/
enter_log	global.c	/^enter_log(type, va_tail)$/
enter_multi_key	term.c	/^void enter_multi_key(code, keys)$/
enter_sequence	sequence.c	/^enter_sequence(mode, gh)$/
error	options.c	/^static void error(message, option_letter)$/
escaped_char	variable.c	/^static char escaped_char(c)$/
exec_kill	kill.c	/^static kill_list_entry *exec_kill(kl, ah, unlessp,/
execute	execute.c	/^execute(path, args, toggle_visual)$/
expand_file_name	folder.c	/^expand_file_name(dest, src, expand_mode)$/
expire_in_database	expire.c	/^static long expire_in_database(gh)$/
expire_sliding	expire.c	/^static long expire_sliding(gh)$/
export	answer.c	/^export char *distribution_follow = "always same de/
faked_entry	sequence.c	/^faked_entry(name, flag)$/
fcancel	folder.c	/^fcancel(ah)$/
fgets_multi	global.c	/^fgets_multi(buf, size, f)$/
fgetstr	global.c	/^fgetstr(f)$/
file_completion	folder.c	/^file_completion(path, index)$/
file_exist	global.c	/^time_t file_exist(name, mode)$/
find_files	admin.c	/^find_files(gh)$/
find_route	reroute.c	/^static find_route(route, remote_user, remote_host,/
find_server	nntp.c	/^static void find_server()$/
flag_admin	admin.c	/^flag_admin(gh, mode_str, set_flag)$/
flush_input	term.c	/^flush_input()$/
flush_newsrc	newsrc.c	/^flush_newsrc()$/
fold_string	match.c	/^fold_string(mask)	\/* convert mask to lower-case *\//
folder_file	news.c	/^char *folder_file(art)$/
folder_header	folder.c	/^folder_header()$/
folder_list	tk.c	/^folder_list() {$/
folder_menu	folder.c	/^folder_menu(path, mode)$/
fput_pattern	kill.c	/^fput_pattern(p, f)$/
free_kill_entries	kill.c	/^free_kill_entries()$/
free_kill_list	kill.c	/^free_kill_list(kl)$/
free_memory	articles.c	/^free_memory()$/
freeart	libnov.c	/^freeart(art)$/
freeup	db.c	/^freeup(key, data, hook)$/
full_name	fullname.c	/^char *full_name()$/
get_article_list	expire.c	/^static article_number *get_article_list(dir)$/
get_c	term.c	/^int get_c()$/
get_cap	term.c	/^get_cap(cap, buf)$/
get_cmd	admin.c	/^get_cmd(prompt1, prompt2)$/
get_data_offset	db.c	/^off_t get_data_offset(gh, art_num)$/
get_digest_article	digest.c	/^get_digest_article(f, hdrbuf)$/
get_dis	answer.c	/^*get_dis(orig, distr, aask)$/
get_distr	answer.c	/^static char *get_distr(orig, distr)$/
get_entry	account.c	/^static get_entry(acctf, user, ac)$/
get_folder_type	digest.c	/^int get_folder_type(f)$/
get_group_search	sequence.c	/^get_group_search()$/
get_groupname	admin.c	/^static char *get_groupname()$/
get_header_field	more.c	/^get_header_field(code, namep, valp, ah)$/
get_index_offset	db.c	/^off_t get_index_offset(gh, art_num)$/
get_k_cmd	menu.c	/^static int get_k_cmd()$/
get_k_cmd_1	menu.c	/^static int get_k_cmd_1()$/
get_last_article	newsrc.c	/^static article_number get_last_article(gh)$/
get_last_new	newsrc.c	/^static time_t get_last_new()$/
get_menu_article	menu.c	/^article_header *get_menu_article()$/
get_pattern	kill.c	/^static char *get_pattern(p, lenp, more)$/
get_purpose	menu.c	/^get_purpose(purpose)$/
get_s	term.c	/^char *get_s(dflt, prefill, break_chars, completion/
get_server	nntp.c	/^static get_server(string, size)$/
get_server_line	nntp.c	/^get_server_line(string, size)$/
get_socket	nntp.c	/^static get_socket()$/
getchset	chset.c	/^struct chset *getchset(name)$/
gettable	decode.c	/^gettable(in)$/
goto_group	group.c	/^goto_group(command, ah, access_mode, grp)$/
gotoxy	term.c	/^gotoxy(c, l)$/
grep_article	articles.c	/^grep_article(gh, ah, pattern, fcn)$/
group	tk.c	/^group(g)$/
group_access	global.c	/^#define group_access(gpid)	in_grplist((GIDSET_TYPE/
group_admin	admin.c	/^group_admin(gh)$/
group_completion	group.c	/^group_completion(hbuf, ix)$/
group_menu	group.c	/^group_menu(gh, first_art, access_mode, mask, menu)/
group_overview	group.c	/^group_overview(amount)$/
group_restriction	master.c	/^group_restriction(gh)$/
grp	tk.c	/^grp(g)$/
grp_list	group.c	/^grp_list () {$/
grp_menu	group.c	/^grp_menu () {$/
grpnumtoname	db.c	/^grpnumtoname(num)$/
hashcreate	hash.c	/^hashcreate(size, hashfunc)$/
hashdef	hash.c	/^hashdef(key)$/
hashdelete	hash.c	/^hashdelete(tbl, key)$/
hashdestroy	hash.c	/^hashdestroy(tbl)$/
hashentry	hash.c	/^hashentry(tbl, key, allocator)$/
hashfetch	hash.c	/^hashfetch(tbl, key)$/
hashstore	hash.c	/^hashstore(tbl, key, data)$/
hashwalk	hash.c	/^hashwalk(tbl, nodefunc, hook)$/
hdbmalloc	hash.c	/^hdbmalloc(key)			\/* hdbm->hash->hdbm allocator tra/
hdbmcreate	hdbm.c	/^hdbmcreate(size, hashfunc)$/
hdbmdef	hdbm.c	/^hdbmdef(key)$/
hdbmdelete	hdbm.c	/^hdbmdelete(tbl, key)$/
hdbmdestroy	hdbm.c	/^hdbmdestroy(tbl)$/
hdbmentry	hdbm.c	/^hdbmentry(tbl, key, allocator)$/
hdbmfetch	hdbm.c	/^hdbmfetch(tbl, key)$/
hdbmfind	hdbm.c	/^hdbmfind(tbl, key)$/
hdbmstore	hdbm.c	/^hdbmstore(tbl, key, data)$/
hdbmtohash	hash.c	/^hdbmtohash(key, data, hook)$/
hdbmwalk	hdbm.c	/^hdbmwalk(tbl, nodefunc, hook)$/
healloc	hdbm.c	/^healloc()					\/* allocate a hash entry *\/$/
hefree	hdbm.c	/^hefree(hp)					\/* free a hash entry *\/$/
highlight	term.c	/^int highlight(on)$/
holiday	account.c	/^static holiday(tm)$/
home	term.c	/^home()$/
home_relative	global.c	/^char *home_relative(dir)$/
host_to_net	db.c	/^#define host_to_net(buf, n)$/
if	expire.c	/^    if (gh->first_a_article <= gh->first_db_articl/
in_grplist	global.c	/^static in_grplist(gid)$/
inet_name	answer.c	/^static char *inet_name()$/
init_answer	answer.c	/^init_answer()$/
init_digest_parsing	digest.c	/^init_digest_parsing()$/
init_execute	execute.c	/^init_execute()$/
init_global	global.c	/^init_global()$/
init_group	db.c	/^init_group(gh)$/
init_key_map	keymap.c	/^init_key_map()$/
init_kill	kill.c	/^init_kill()$/
init_macro	macro.c	/^init_macro()$/
init_message	init.c	/^void init_message(va_alist)$/
init_rctest	newsrc.c	/^init_rctest(gh, r)$/
init_save	save.c	/^char *init_save(command, mode_textp)$/
init_term	term.c	/^void init_term(full)$/
inittbls	decode.c	/^inittbls()$/
io_error	nntp.c	/^static io_error()$/
is_digest	digest.c	/^is_digest()$/
is_header_line	news.c	/^is_header_line(line)$/
is_mail_from_line	digest.c	/^int is_mail_from_line(line, namebuf)$/
is_sequence	init.c	/^is_sequence(cmd)$/
key_name	keymap.c	/^char *key_name(c)$/
keymap_completion	keymap.c	/^keymap_completion(buf, ix)$/
kill_article	kill.c	/^kill_article(ah)$/
kill_master	admin.c	/^kill_master(term)$/
kill_menu	kill.c	/^kill_menu(ah)$/
l_re_query	group.c	/^l_re_query(pr, gh)$/
last_group_maint	nn.c	/^static group_header *last_group_maint(last, upd)$/
leap_year	pack_date.c	/^#define leap_year(y) ((y)&3 == 0  &&  ((y)%100 != /
list_completion	term.c	/^int list_completion(str)$/
list_directory	dir.c	/^list_directory(dir, prefix)$/
load_init_file	init.c	/^static void load_init_file(name, seq_hook_ptr, onl/
lock_variable	variable.c	/^lock_variable(variable)$/
log_admin	admin.c	/^log_admin()$/
log_entry	global.c	/^log_entry(va_alist)$/
log_usage	nn.c	/^log_usage()$/
lookup	db.c	/^group_header *lookup(name)$/
lookup_command	keymap.c	/^lookup_command(command, restriction)$/
lookup_keymap	keymap.c	/^lookup_keymap(name)$/
lookup_no_alias	db.c	/^group_header *lookup_no_alias(name)$/
lookup_regexp	group.c	/^group_header *lookup_regexp(name, pr, flag)$/
lookup_variable	variable.c	/^static struct variable_defs *lookup_variable(varia/
m_advinput	macro.c	/^m_advinput()$/
m_break	macro.c	/^m_break()$/
m_break_entry	macro.c	/^m_break_entry()$/
m_call	macro.c	/^static struct macro *m_call(who)$/
m_define	macro.c	/^char *m_define(id, f)$/
m_endinput	macro.c	/^m_endinput()$/
m_error	macro.c	/^m_error(fmt, arg)$/
m_get_macro	macro.c	/^char *m_get_macro(id)$/
m_getc	macro.c	/^m_getc(cp)$/
m_gets	macro.c	/^m_gets(s)$/
m_invoke	macro.c	/^m_invoke(n)$/
m_new	macro.c	/^m_new(t)$/
m_startinput	macro.c	/^m_startinput()$/
m_time	global.c	/^time_t m_time(f)$/
m_yes	macro.c	/^m_yes()$/
macro_dbg	macro.c	/^macro_dbg()$/
mail_check	sequence.c	/^static mail_check()$/
mail_sys_error	global.c	/^mail_sys_error(err, isfatal)$/
mailbox_format	save.c	/^mailbox_format(f, top)$/
make_keymap	keymap.c	/^make_keymap(name)$/
make_master_copy	db.c	/^static make_master_copy(force_copy)$/
make_nn_prefix	prefix.c	/^make_nn_prefix(flag, f)$/
mark	menu.c	/^mark()$/
mark_article	newsrc.c	/^mark_article(ah, how)$/
mark_memory	articles.c	/^mark_memory(mem_marker)$/
mark_str	articles.c	/^mark_str(str_marker)$/
mark_var_stack	variable.c	/^mark_var_stack()$/
master_admin	admin.c	/^master_admin()$/
master_run_check	admin.c	/^master_run_check()$/
master_status	admin.c	/^master_status()$/
mem_clear	global.c	/^mem_clear(obj, size, nelt)$/
mem_error	global.c	/^mem_error(t, bytes)$/
mem_free	global.c	/^mem_free(obj)$/
mem_obj	global.c	/^char *mem_obj(size, nelt)$/
mem_resize	global.c	/^char *mem_resize(obj, size, nelt)$/
mem_str	global.c	/^char *mem_str(nelt)$/
menu	menu.c	/^menu(print_header)$/
merge_and_read	group.c	/^merge_and_read(access_mode, mask)$/
merge_memory	articles.c	/^merge_memory()$/
merged_header	group.c	/^merged_header()$/
micro_alarm	term.c	/^void micro_alarm(n)$/
mini_inews_header	answer.c	/^static mini_inews_header(t)$/
mk_archive_file	db.c	/^static char *mk_archive_file(gh, cp, logerr)$/
mk_file_name	global.c	/^char *mk_file_name(dir, name)$/
mkdir	global.c	/^mkdir(path, mode)$/
mkdirs_in_path	save.c	/^mkdirs_in_path(name, start)$/
month_days	pack_date.c	/^month_days(year, mon)$/
more	more.c	/^more(ah, mode, screen_offset)$/
more_lines	tk.c	/^more_lines(clientData,interp,argc,argv)$/
mouse_map	menu.c	/^static int mouse_map(map)$/
move_file	global.c	/^move_file(old, new, may_keep_old)$/
msg	master.c	/^void msg() {}$/
named_group_sequence	sequence.c	/^named_group_sequence(groups)$/
net_to_host	db.c	/^#define net_to_host(buf, n)$/
new_cache_slot	nntp.c	/^static struct cache *new_cache_slot()$/
new_file	decode.c	/^new_file()$/
new_temp_file	global.c	/^new_temp_file()$/
new_thunk	articles.c	/^new_thunk(t, ptr, size)$/
news_admin	account.c	/^static news_admin(caller)$/
news_article_filename	news.c	/^char *news_article_filename(art)$/
next_directory	dir.c	/^next_directory(buffer, add_slash)$/
next_header_field	more.c	/^next_header_field(namep, valp, attrp)$/
next_int	pack_date.c	/^next_int(dp)$/
next_root_article	menu.c	/^static article_number next_root_article(root)$/
ng_line	answer.c	/^ng_line(t, use_follow)$/
nn_exit	account.c	/^nn_exit(n)$/
nn_exitmsg	account.c	/^void nn_exitmsg(va_alist)$/
nn_get_var	tk.c	/^nn_get_var(clientData,interp,argc,argv)$/
nn_gethostname	hostname.c	/^nn_gethostname(name, length)$/
nn_locked	nn.c	/^static int nn_locked()$/
nn_raw	term.c	/^nn_raw()$/
nn_regerror	regexp.c	/^void nn_regerror(char *s)$/
nn_set_var	tk.c	/^nn_set_var(clientData,interp,argc,argv)$/
nn_truncate	global.c	/^nn_truncate(path, len)$/
nn_var	variable.c	/^nn_var(var_n)$/
nn_variables	tk.c	/^nn_variables(clientData,interp,argc,argv)$/
nn_vars	variable.c	/^nn_vars(all)$/
nntp_check	nntp.c	/^nntp_check()$/
nntp_cleanup	nntp.c	/^nntp_cleanup()$/
nntp_close_server	nntp.c	/^nntp_close_server()$/
nntp_fgets	nntp.c	/^nntp_fgets(buf, bufsize)$/
nntp_fopen_list	nntp.c	/^nntp_fopen_list(cmd)$/
nntp_get_active	nntp.c	/^nntp_get_active()$/
nntp_get_article	nntp.c	/^FILE *nntp_get_article(article, mode)$/
nntp_get_article_list	nntp.c	/^article_number *nntp_get_article_list(gh)$/
nntp_get_filename	nntp.c	/^char *nntp_get_filename(art, gh)$/
nntp_get_newsgroups	nntp.c	/^FILE *nntp_get_newsgroups()$/
nntp_get_overview	nntp.c	/^nntp_get_overview(gh, first, last)$/
nntp_no_post	nntp.c	/^nntp_no_post()$/
nntp_set_group	nntp.c	/^nntp_set_group(gh)$/
no_raw	term.c	/^no_raw()$/
no_sort_articles	sort.c	/^no_sort_articles()$/
normal_group_sequence	sequence.c	/^normal_group_sequence()$/
novall	libnov.c	/^novall(gp)$/
novartdir	libnov.c	/^novartdir(dir)$/
novclose	libnov.c	/^novclose(gp)$/
novnew	libnov.c	/^novnew()$/
novnext	libnov.c	/^novnext(gp)$/
novopen	libnov.c	/^novopen(grp)					\/* change to group grp *\/$/
novstream	libnov.c	/^novstream(fp)$/
novthread	libnov.c	/^novthread(gp)$/
numvisit	libnov.c	/^numvisit(key, data, hook)$/
only_folder_args	sequence.c	/^only_folder_args(args)$/
open_data_file	db.c	/^FILE *open_data_file(gh, d_or_x, mode)$/
open_file	global.c	/^FILE *open_file(name, mode)$/
open_file_search_path	global.c	/^FILE *open_file_search_path(name, mode)$/
open_gate_file	proto.c	/^FILE *open_gate_file(mode)$/
open_groups	db.c	/^open_groups(mode)$/
open_master	db.c	/^open_master(mode)$/
open_news_article	news.c	/^FILE *open_news_article(art, modes, buffer1, buffe/
open_purpose_file	answer.c	/^FILE *open_purpose_file()$/
opt_cap	term.c	/^opt_cap(cap, buf)$/
opt_nngoback	newsrc.c	/^opt_nngoback(argc, argvp)$/
opt_nngrep	newsrc.c	/^opt_nngrep(argc, argv)$/
opt_nntidy	newsrc.c	/^opt_nntidy(argc, argv)$/
option_values	tk.c	/^option_values(clientData,interp,argc,argv)$/
order_arrival	sort.c	/^order_arrival(a, b)$/
order_date	sort.c	/^order_date(ah1, ah2)$/
order_date_subj_date	sort.c	/^order_date_subj_date(ah1, ah2)$/
order_from_date	sort.c	/^order_from_date(ah1, ah2)$/
order_subj_date	sort.c	/^order_subj_date(ah1, ah2)$/
outc	term.c	/^outc(char c)$/
pack_date	pack_date.c	/^time_stamp pack_date(date)$/
pack_name	pack_name.c	/^pack_name(dest, source, length)$/
pack_subject	pack_subject.c	/^pack_subject(dest, src, re_counter_ptr, max_length/
parse_access_flags	nn.c	/^flag_type parse_access_flags()$/
parse_command	init.c	/^parse_command(cmd, ok_val, initf)$/
parse_digest_header	digest.c	/^parse_digest_header(f, all, hdrbuf)$/
parse_enter_macro	macro.c	/^char *parse_enter_macro(f, c)$/
parse_header	news.c	/^char *parse_header(f, hdr_field, modes, hdrbuf)$/
parse_key	keymap.c	/^key_type parse_key(str)$/
parse_line	macro.c	/^parse_line(lp)$/
parse_on_to_end	init.c	/^parse_on_to_end(f)$/
parse_options	options.c	/^parse_options(ac, av, envname, options, usage)$/
parse_save_files	sequence.c	/^parse_save_files(sf)$/
parse_word	macro.c	/^parse_word(w)$/
pct	menu.c	/^char *pct(start, end, first, last)$/
pg_end	term.c	/^int pg_end()$/
pg_indent	term.c	/^pg_indent(pos)$/
pg_init	term.c	/^void pg_init(first_line, cols)$/
pg_next	term.c	/^int pg_next()$/
pg_scroll	term.c	/^int pg_scroll(n)$/
plural	global.c	/^char *plural(n)$/
policy_check	account.c	/^static policy_check(policy)$/
post_menu	answer.c	/^post_menu()$/
pr_sel	tk.c	/^static char *pr_sel()$/
print	split.c	/^print(nf, nfp, fields)$/
print_command	init.c	/^print_command(str)$/
print_debug_info	init.c	/^print_debug_info()$/
print_header	group.c	/^print_header()$/
print_kill	kill.c	/^print_kill(kl)$/
print_variable_config	variable.c	/^print_variable_config(f, all)$/
program_name	options.c	/^char *program_name(av)$/
prompt	term.c	/^prompt(va_alist)$/
prompt_clear	tk.c	/^prompt_clear() {$/
prompt_delete	tk.c	/^prompt_delete() {$/
proto_lock	proto.c	/^proto_lock(prog, command)$/
prsoverview	libnov.c	/^prsoverview(gp)$/
prsovline	libnov.c	/^prsovline(line, gp, art, prevart)$/
prt_replies	menu.c	/^prt_replies(level)$/
prt_unread	newsrc.c	/^prt_unread(format)$/
prt_version	nn.c	/^prt_version()$/
push_msg	term.c	/^void push_msg(str)$/
push_variable	variable.c	/^push_variable(variable)$/
put_entry	account.c	/^put_entry(acctf, ac)$/
put_server	nntp.c	/^static put_server(string)$/
putp	term.c	/^#define putp(str)	tputs(str, 1, outc)$/
putpc	term.c	/^#define putpc(str, cnt)	tputs(str, 0, outc)$/
quit_preview	menu.c	/^quit_preview(cmd)$/
raw_not_ok_error	term.c	/^static void raw_not_ok_error()$/
rctest	newsrc.c	/^static attr_type rctest(ah, r)$/
rd_timeout	term.c	/^static sig_type rd_timeout(n)$/
read_active_file	active.c	/^read_active_file(act, copy)$/
read_char_kbd	term.c	/^static int read_char_kbd(tmo)$/
read_lock	proto.c	/^static int read_lock(lock)$/
read_news	nn.c	/^read_news(access_mode, mask)$/
readactfile	db.c	/^readactfile()$/
readtimfile	db.c	/^readtimfile()$/
rec_c	tk.c	/^rec_c (cl, interp, argc, argv)$/
receive_admin	master.c	/^receive_admin()$/
ref_line	answer.c	/^ref_line(t)$/
reg	regexp.c	/^static char *reg(paren, flagp)$/
regatom	regexp.c	/^static char *regatom(flagp)$/
regbranch	regexp.c	/^static char  *regbranch(flagp)$/
regc	regexp.c	/^static void regc(b)$/
regcomp	regexp.c	/^regexp *regcomp(exp)$/
regdump	regexp.c	/^void regdump(regexp *r)$/
regexec	regexp.c	/^int regexec(prog, string)$/
regexec_cf	match.c	/^int regexec_cf(prog, string)$/
regexec_fold	match.c	/^int regexec_fold(prog, string)$/
reginsert	regexp.c	/^static void reginsert(op, opnd)$/
regmatch	regexp.c	/^static int regmatch(char *prog)$/
regnext	regexp.c	/^static char *regnext(register char *p)$/
regnode	regexp.c	/^static char *regnode(op)$/
regoptail	regexp.c	/^static void regoptail(p, val)$/
regpiece	regexp.c	/^static char *regpiece(flagp)$/
regprop	regexp.c	/^static char *regprop(char *op)$/
regrepeat	regexp.c	/^static int regrepeat(char *p)$/
regress	split.c	/^regress()$/
regsub	regexp.c	/^void regsub(regexp *prog, char *source, char *dest/
regtail	regexp.c	/^static void regtail(p, val)$/
regtry	regexp.c	/^static int regtry(regexp *prog, char *string)$/
relative	global.c	/^char *relative(dir, name)$/
release_memory	articles.c	/^release_memory(mem_marker)$/
release_str	articles.c	/^release_str(str_marker)$/
rename	nntp.c	/^static rename(old, new)$/
repl_attr	menu.c	/^repl_attr(first, last, old, new, update)$/
repl_attr_all	menu.c	/^repl_attr_all(old, new, update)$/
repl_attr_subject	menu.c	/^repl_attr_subject(old, new, update)$/
reply_to	answer.c	/^reply_to(t, address)$/
reroute	reroute.c	/^reroute(route, address)$/
restore_bak	newsrc.c	/^restore_bak()$/
restore_rc	newsrc.c	/^int32 restore_rc(gh, last)$/
restore_unread	newsrc.c	/^restore_unread(gh)$/
restore_variables	variable.c	/^restore_variables()$/
restore_xy	term.c	/^restore_xy()$/
rewrite_folder	folder.c	/^rewrite_folder()$/
rm_folder_file	news.c	/^rm_folder_file()$/
rm_kill_file	kill.c	/^rm_kill_file()$/
rmgroup	admin.c	/^rmgroup(gh)$/
root_article	menu.c	/^static article_number root_article(root)$/
rot13_line	more.c	/^rot13_line(cp)$/
run_mkdir	save.c	/^char *run_mkdir(dir, name_buf)$/
run_shell	execute.c	/^run_shell(command, clear, init_sh)$/
save	save.c	/^save(ah)$/
save_old_file	global.c	/^save_old_file(name, suffix)$/
save_xy	term.c	/^save_xy()$/
scan_header_fields	more.c	/^scan_header_fields(fields, ah)$/
search_cache	nntp.c	/^static struct cache *search_cache(art, gh)$/
send_master	proto.c	/^send_master(command, gh, opt, arg)$/
set_folder_type	save.c	/^set_folder_type(name)$/
set_group_restrictions	master.c	/^set_group_restrictions(restr, n)$/
set_lock_message	master.c	/^set_lock_message()$/
set_root_if_closed	menu.c	/^set_root_if_closed()$/
set_term_speed	term.c	/^static  void set_term_speed(sp)$/
set_variable	variable.c	/^set_variable(variable, on, val_string)$/
setgrpname	db.c	/^setgrpname(gh)$/
setpos	more.c	/^setpos(ah, art)$/
setup_access	nn.c	/^#define setup_access()	ACC_PARSE_VARIABLES$/
shadeline	term.c	/^int shadeline(on)$/
shell_check	execute.c	/^shell_check()$/
shell_escape	execute.c	/^shell_escape()$/
show_articles	menu.c	/^show_articles()$/
show_config	admin.c	/^show_config()$/
siginterrupt	term.c	/^static siginterrupt(signo, on)$/
skip_digest_body	digest.c	/^skip_digest_body(f)$/
smatch	unshar.c	/^smatch (dat, pat, res)$/
so_end	term.c	/^void so_end()$/
so_gotoxy	term.c	/^int so_gotoxy(c, l, blank)$/
so_printf	term.c	/^void so_printf(va_alist)$/
so_printxy	term.c	/^void so_printxy(va_alist)$/
so_vprintf	term.c	/^void so_vprintf(va_tail)$/
sort_art_list	expire.c	/^sort_art_list(f1, f2)$/
sort_articles	sort.c	/^sort_articles(mode)$/
sort_directory	dir.c	/^sort_directory(f1, f2)		\/* Used by qsort *\/$/
sort_gh	db.c	/^sort_gh(g1, g2)$/
sort_groups	db.c	/^sort_groups()$/
split	split.c	/^split(string, fields, nfields, sep)$/
split_command	init.c	/^split_command(cmd)$/
standout	term.c	/^int standout(on)$/
start_group_search	sequence.c	/^start_group_search(group)$/
stlmatch	unshar.c	/^static int   stlmatch (big, small)$/
stop_usage	nn.c	/^stop_usage()$/
store_header	save.c	/^store_header(ah, f, dir, file)$/
str3save	global.c	/^str3save(s1, s2, s3)$/
strcspn	regexp.c	/^static int strcspn(char *s1, char *s2)$/
streq_fold	match.c	/^streq_fold(mask, str)		\/* mask is prefix of str - /
strip_str	init.c	/^static char *strip_str(cmd)$/
strmatch	match.c	/^strmatch(mask, str)		\/* mask occurs anywhere in st/
strmatch_cf	match.c	/^strmatch_cf(mask, str)		\/* fold if case_fold_searc/
strmatch_fold	match.c	/^strmatch_fold(mask, str)	\/* mask occurs anywhere i/
strncmp_skip	decode.c	/^strncmp_skip(buf, str, n)$/
strsave	global.c	/^strsave(s)$/
subj_line	answer.c	/^subj_line(t, re, subj, prefix)$/
substchr	global.c	/^char *substchr(str, c1, c2)$/
suspend_nn	account.c	/^suspend_nn()$/
sys_error	global.c	/^void sys_error(va_alist)$/
sys_warning	global.c	/^sys_warning(va_alist)$/
syserr	nntp.c	/^#define syserr() (errno >= 0 && errno < sys_nerr ?/
t_alt_command	menu.c	/^t_alt_command(cmd)$/
take_a_nap	master.c	/^static take_a_nap(t)$/
tclrline	term.c	/^tclrline()$/
test_article	newsrc.c	/^attr_type test_article(ah)$/
test_variable	variable.c	/^test_variable(expr)$/
thread_counters	menu.c	/^static article_number thread_counters(art)$/
tick_usage	nn.c	/^time_t tick_usage()$/
tilde_expansion	folder.c	/^static char *tilde_expansion(srcp, compl)$/
tk	tk.c	/^*tk(va_alist)$/
tk_c_normal_prompt	tk.c	/^void tk_c_normal_prompt()$/
tk_clrline	tk.c	/^tk_clrline() $/
tk_get_var	tk.c	/^char *tk_get_var(var)$/
tk_gr_menu	tk.c	/^*tk_gr_menu(txt)$/
tk_init	tk.c	/^tk_init()$/
tk_more_b	tk.c	/^tk_more_b(txt)$/
tk_more_l	tk.c	/^tk_more_l(txt)$/
tk_nn_var	tk.c	/^tk_nn_var(name,str,type,tag)$/
tk_normal_prompt	tk.c	/^void tk_normal_prompt()$/
tk_read_mode	tk.c	/^tk_read_mode(c)$/
tk_result	tk.c	/^tk_result(txt)$/
tk_set_var	tk.c	/^char *tk_set_var(var,n)$/
tk_txt_a	tk.c	/^tk_txt_a(str)$/
tk_txt_c	tk.c	/^tk_txt_c(c)$/
tkb_c	tk.c	/^tkb_c(c)$/
tkb_clear	tk.c	/^tkb_clear()$/
tkb_curr	tk.c	/^tkb_curr()$/
tkb_display	tk.c	/^tkb_display()$/
tkb_menu	tk.c	/^tkb_menu(l,c)$/
tkb_menu_g	tk.c	/^tkb_menu_g()$/
tkb_more	tk.c	/^tkb_more()$/
tkb_s	tk.c	/^tkb_s(s)$/
tkb_so_printf	tk.c	/^tkb_so_printf(va_alist)$/
tkb_tprintf	tk.c	/^tkb_tprintf(va_alist)$/
tkb_ttputc	tk.c	/^tkb_ttputc(c)$/
tkb_txt_a	tk.c	/^tkb_txt_a()$/
tkb_y_prompt	tk.c	/^tkb_y_prompt()$/
to_line	answer.c	/^to_line(t, to)$/
toggle	menu.c	/^toggle()$/
toggle_variable	variable.c	/^toggle_variable(variable)$/
tprintf	term.c	/^void tprintf(va_alist)$/
tputc	term.c	/^void tputc(c)$/
ttprintf	term.c	/^void ttprintf(va_alist)$/
ttputc	term.c	/^void ttputc(c)$/
tvprintf	term.c	/^void tvprintf(va_tail)$/
tzone	pack_date.c	/^static int tzone(date)$/
unblock_group	expire.c	/^unblock_group(gh)$/
underline	term.c	/^int underline(on)$/
unread_char	term.c	/^static void unread_char(c)$/
unread_mail	nn.c	/^unread_mail(t)$/
unset_raw	term.c	/^unset_raw()$/
unshar_position	unshar.c	/^unshar_position (fil)$/
unsubscribe	group.c	/^unsubscribe(gh)$/
update_group	db.c	/^update_group(gh)$/
update_last_new	newsrc.c	/^update_last_new(lastg)$/
update_master	admin.c	/^update_master()$/
update_rc	newsrc.c	/^update_rc(gh)$/
update_rc_all	newsrc.c	/^update_rc_all(gh, unsub)$/
use_newsrc	newsrc.c	/^use_newsrc(gh, mode)$/
user_delay	master.c	/^void user_delay(n) {}$/
user_name	global.c	/^char *user_name()$/
uud_end	decode.c	/^uud_end()$/
uud_start	decode.c	/^uud_start(dir)$/
uudecode	decode.c	/^uudecode(ah, in)$/
valerr	admin.c	/^#define valerr( xxx , tp) { \\$/
validate_group	admin.c	/^validate_group(gh)$/
var_compl_opts	variable.c	/^var_compl_opts(col)$/
var_completion	variable.c	/^var_completion(path, index)$/
var_on_stack	variable.c	/^var_on_stack(var)$/
var_options	variable.c	/^var_options(str, options, res)$/
var_type	variable.c	/^*var_type(typ)$/
var_value	variable.c	/^static char *var_value(var, tag)$/
visit_active_file	master.c	/^visit_active_file()$/
visit_init_file	init.c	/^visit_init_file(only_seq, first_arg)$/
visit_presentation_file	sequence.c	/^visit_presentation_file(directory, seqfile, hook)$/
visit_rc_file	newsrc.c	/^visit_rc_file()$/
visual_off	term.c	/^int visual_off()$/
visual_on	term.c	/^visual_on()$/
vmsg	term.c	/^void vmsg(va_tail)$/
while	expire.c	/^    while (--count >= 0) {$/
write_error	master.c	/^write_error()$/
write_lock	proto.c	/^write_lock(lock, operation)$/
xfile	tk.c	/^xfile(txt)$/
xterm_mouse_off	term.c	/^xterm_mouse_off()$/
xterm_mouse_on	term.c	/^xterm_mouse_on()$/
y_prompt	tk.c	/^y_prompt(va_alist)$/
yes	term.c	/^int yes(must_answer)$/
