ABS	Macros.h	/^#define ABS(v)    ((v)<0\?-(v):(v))$/
ASSERTS	Macros.h	/^#define ASSERTS(cond) \\$/
A_FUN	defun.h	/^#	define A_FUN(Func,ArgList)	extern Func ArgList$/
BITBLK	regex.c	/^#define BITBLK	MAXCHR\/CHRBIT$/
BITWISE_AND	Macros.h	/^#define BITWISE_AND(a,b)	((a)&(b))$/
BITWISE_NOT	Macros.h	/^#define BITWISE_NOT(a)	(~(a))$/
BITWISE_OR	Macros.h	/^#define BITWISE_OR(a,b)	((a)|(b))$/
BITWISE_XOR	Macros.h	/^#define BITWISE_XOR(a,b)	((a)\^(b))$/
Boolean	Macros.h	/^typedef enum Boolean { False, True} Boolean;$/
CHAR	regex.c	/^typedef \/*unsigned*\/ char CHAR;$/
CLIP	Macros.h	/^#	define CLIP(var,low,high)	if((var)<(low)){\\$/
CLIP_EXPR	Macros.h	/^#define CLIP_EXPR(var,expr,low,high)	if(((var)=(ex/
CLRBIT	Macros.h	/^#define CLRBIT(s,n)     (s[(n)\/16] &= ~(1 << ((n) /
CONTROL	less.h	/^#define	CONTROL(c)		((c)&037)$/
CheckChar	resize.c	/^long CheckChar(FILE *fp)$/
CheckEndianness	edit.c	/^CheckEndianness()$/
Compressor_Type	less.h	/^typedef enum Compressor_Type {$/
Compressors	less.h	/^} Compressors;$/
DEFMETHOD	defun.h	/^#	define DEFMETHOD(Func,ArgList,Type)	Type (*Func)/
DEFUN	defun.h	/^#	define DEFUN(Func,ArgList,Type)	extern Type Func/
DIM	Macros.h	/^#define DIM(a)          (sizeof(a) \/ sizeof(a[0]))/
ESC	less.h	/^#define	ESC			CONTROL('[')$/
FABS	Macros.h	/^#define FABS(v)   (((v)<0\.0)\?-(v):(v))$/
FUNCTION	defun.h	/^#define FUNCTION(Func,ArgList,Type)	Type Func ArgL/
HANDLER	less.h	/^#define	HANDLER		void$/
HP_APOLLO	cpu.h	/^#define HP_APOLLO$/
IDENTIFY	Macros.h	/^#	define IDENTIFY(s)	__IDENTIFY(s," (gcc)")$/
IFILE	less.h	/^#define	IFILE		VOID_POINTER$/
ISPIPE	edit.c	/^#define	ISPIPE(fd)	((fd)==0)$/
LOGIC_AND	Macros.h	/^#define LOGIC_AND(a,b)	((a)&&(b))$/
LOGIC_OR	Macros.h	/^#define LOGIC_OR(a,b)	((a)||(b))$/
LOGIC_XOR	Macros.h	/^#define LOGIC_XOR(a,b)	(((int)(a)!=0)\^((int)(b)!=0/
LOGIG_NOT	Macros.h	/^#define LOGIG_NOT(a)	(!(a))$/
LONG_JUMP	os.c	/^#define LONG_JUMP	_longjmp$/
LOOPDN	Macros.h	/^#define LOOPDN(v, n)    for ((v) = (n); --(v) != -/
MAX	Macros.h	/^#define MAX(a,b)                (((a)>(b))\?(a):(b)/
MAXINT	Macros.h	/^#define MAXINT		INT_MAX		\/* works with 16 and 32 b/
MAXLONG	Macros.h	/^#define MAXLONG	LONG_MAX$/
MAXSHORT	Macros.h	/^#define MAXSHORT	SHRT_MAX$/
MAXUINT	Macros.h	/^#define MAXUINT	UINT_MAX$/
MAXULONG	Macros.h	/^#define MAXULONG	ULONG_MAX$/
MAXUSHORT	Macros.h	/^#define MAXUSHORT	USHRT_MAX$/
MAXp	Macros.h	/^#define MAXp(a,b)				(((a)&&(a)>(b))\?(a):(b))	\/* m/
METHODTYPE	defun.h	/^#	define METHODTYPE(Type,ArgList)		(Type(*) ArgLis/
MIN	Macros.h	/^#define MIN(a,b)                (((a)<(b))\?(a):(b)/
MINp	Macros.h	/^#define MINp(a,b)				(((a)&&(a)<(b))\?(a):(b))	\/* m/
MOD	Macros.h	/^#define MOD(v,d)  ( (v) >= 0  \? (v) % (d) : (d) - /
Mmain	main.c	/^main(argc, argv)$/
Mresize	resize.c	/^main( argc, argv)$/
PARG	less.h	/^} PARG;$/
POP_STACK	cpu.h	/^#define POP_STACK(stack,element)	(*((element*)stac/
POSITION	less.h	/^typedef long		POSITION;$/
PROCEDURE	defun.h	/^#define PROCEDURE(Func,ArgList)	Func ArgList$/
PROTOTYPES	cpu.h	/^#	define PROTOTYPES$/
REGISTER	regex.c	/^#define REGISTER	\/* *\/$/
Resize	resize.c	/^static int Resize( int argc, char **argv, int *Row/
SETBIT	Macros.h	/^#define SETBIT(s,n)     (s[(n)\/16] |=  (1 << ((n) /
SET_JUMP	os.c	/^#define SET_JUMP	_setjmp$/
SHIFT_STACK	cpu.h	/^#	define SHIFT_STACK(stack,element)	(stack-=sizeof/
SIGN	Macros.h	/^#	define SIGN(x)		(((x)<0)\?-1:1)$/
SIGNAL	less.h	/^#define	SIGNAL(sig,func)	signal(sig,func)$/
SIGNAL_T	resize.c	/^#	define SIGNAL_T int$/
SRCH_DIR	less.h	/^#define	SRCH_DIR(t)	((t) & 01)$/
SRCH_REVERSE	less.h	/^#define	SRCH_REVERSE(t)	((t) \^ 01)$/
STACKUP	cpu.h	/^#define STACKUP$/
STOREC	line.c	/^#define	STOREC(c,a)	if (storec((c),(a))) return (1/
SWAP	edit.c	/^#define SWAP(a,b,type)	{type c= (a); (a)= (b); (b)/
SYS_ERRLIST	Macros.h	/^#define SYS_ERRLIST	_sys_errlist$/
SYS_NERR	Macros.h	/^#define SYS_NERR	_sys_nerr$/
S_ISDIR	filename.c	/^#		define S_ISDIR(_M)  ((_M & 0170000)==0040000) \//
SinCos	Macros.h	/^#define SinCos(a,s,c)	{(s)=sin((a));(c)=cos((a));}/
SwapEndian	edit.c	/^char *SwapEndian( char *data, int size, int N)$/
TSTBIT	Macros.h	/^#define TSTBIT(s,n)     (s[(n)\/16] &   (1 << ((n) /
Timeout	resize.c	/^Timeout(sig)$/
VOID_POINTER	defines.h	/^#define	VOID_POINTER	void *$/
WHITESP	tags.c	/^#define	WHITESP(c)	((c)==' ' || (c)=='\\t')$/
WinCh	signal.c	/^WinCh(type)$/
XORBIT	Macros.h	/^#define XORBIT(s,n)     (s[(n)\/16] \^=  (1 << ((n) /
_IDENTIFY	Macros.h	/^#		define _IDENTIFY(s,i)	static char *ident= "$Id:/
_MACRO_H	Macros.h	/^#define _MACRO_H$/
_UNIX_C_	cpu.h	/^#define _UNIX_C_$/
_Usage	resize.c	/^_Usage()$/
__IDENTIFY	Macros.h	/^#define __IDENTIFY(s,i)\\$/
_emulations	resize.c	/^} _emulations;$/
_error	output.c	/^_error(fmt, parg, is_error)$/
_putenv	resize.c	/^static _putenv( s)$/
add_back_pos	position.c	/^add_back_pos(pos)$/
add_cmdtable	decode.c	/^add_cmdtable(filename)$/
add_forw_pos	position.c	/^add_forw_pos(pos)$/
add_hometable	decode.c	/^add_hometable()$/
add_line	screen.c	/^add_line()$/
add_lnum	linenum.c	/^add_lnum(lno, pos)$/
adjsline	position.c	/^adjsline(sline)$/
anchor	linenum.c	/^static struct linenum anchor;		\/* Anchor of the li/
ap_int	prompt.c	/^ap_int(n)$/
ap_pos	prompt.c	/^ap_pos(pos)$/
ap_quest	prompt.c	/^ap_quest()$/
ap_str	prompt.c	/^ap_str(s)$/
attr_ewidth	line.c	/^attr_ewidth(a)$/
attr_swidth	line.c	/^attr_swidth(a)$/
back	forwback.c	/^back(n, pos, force, only_last)$/
back_line	input.c	/^back_line(curr_pos)$/
back_raw_line	line.c	/^back_raw_line(curr_pos, linep)$/
backc	line.c	/^backc()$/
backspace	screen.c	/^backspace()$/
backward	forwback.c	/^backward(n, force, only_last)$/
bad_file	filename.c	/^bad_file(filename)$/
badmark	mark.c	/^badmark(c)$/
badpat	regex.c	/^#define badpat(x)	return(*dfa = END, x)$/
basename	main.c	/^char *basename( name, suffix, strip_dirname)$/
bell	screen.c	/^bell()$/
bignum	cpu.h	/^typedef long bignum;$/
bin_file	filename.c	/^bin_file(f, filename)$/
binary_char	charset.c	/^binary_char(c)$/
bl_enter	screen.c	/^bl_enter()$/
bl_exit	screen.c	/^bl_exit()$/
bo_enter	screen.c	/^bo_enter()$/
bo_exit	screen.c	/^bo_exit()$/
buf	ch.c	/^struct buf {$/
buf_head	ch.c	/^#define	buf_head	thisfile->next$/
buf_tail	ch.c	/^#define	buf_tail	thisfile->prev$/
buffered	ch.c	/^buffered(block)$/
bzero	resize.c	/^#	define	bzero(s, n)	memset(s, 0, n)$/
calcgap	linenum.c	/^calcgap(p)$/
calloc2d_error	Macros.h	/^#define calloc2d_error(p,t,x,y)  ((p=(t*)lcalloc((/
calloc3d_error	Macros.h	/^#define calloc3d_error(p,t,x,y,z)  ((p=(t*)lcalloc/
calloc4d_error	Macros.h	/^#define calloc4d_error(p,t,a,b,c,d)  ((p=(t*)lcall/
calloc_error	Macros.h	/^#define calloc_error(p,t,n)  ((p=(t*)lcalloc((unsi/
cannot	screen.c	/^cannot(s)$/
cat_file	edit.c	/^cat_file()$/
ch_addbuf	ch.c	/^ch_addbuf(nnew)$/
ch_back_get	ch.c	/^ch_back_get()$/
ch_beg_seek	ch.c	/^ch_beg_seek()$/
ch_block	ch.c	/^#define	ch_block	thisfile->block$/
ch_end_seek	ch.c	/^ch_end_seek()$/
ch_flush	ch.c	/^ch_flush()$/
ch_forw_get	ch.c	/^ch_forw_get()$/
ch_fpos	ch.c	/^#define	ch_fpos		thisfile->fpos$/
ch_fsize	ch.c	/^#define	ch_fsize	thisfile->fsize$/
ch_get	ch.c	/^#define	ch_get()   ((ch_block == buf_head->block &/
ch_length	ch.c	/^ch_length()$/
ch_nbuf	ch.c	/^ch_nbuf(want_nbufs)$/
ch_nbufs	ch.c	/^#define	ch_nbufs	thisfile->nbufs$/
ch_nonpipe	ch.c	/^ch_nonpipe()$/
ch_offset	ch.c	/^#define	ch_offset	thisfile->offset$/
ch_pipe	ch.c	/^ch_pipe()$/
ch_seek	ch.c	/^ch_seek(pos)$/
ch_set_wrapped	ch.c	/^public void ch_set_wrapped(char *buf)$/
ch_tell	ch.c	/^ch_tell()$/
ch_zero	less.h	/^#define	ch_zero()	((POSITION)0)$/
char	regex.c	/^typedef \/*unsigned*\/ char CHAR;$/
char_append	input.c	/^static int char_append(int *c, int *wrap, POSITION/
char_method	Macros.h	/^typedef char (*char_method)();$/
charset	charset.c	/^struct charset {$/
charsets	charset.c	/^} charsets[] = {$/
cheaper	screen.c	/^cheaper(t1, t2, doit, def)$/
checkdigits	resize.c	/^checkdigits(str)$/
chset	regex.c	/^chset(c) REGISTER CHAR c; { bittab[((c)&BLKIND)>>3/
clear_eol	screen.c	/^clear_eol()$/
clear_the_screen	screen.c	/^clear_the_screen()$/
clr_linenum	linenum.c	/^clr_linenum()$/
cmd_char	cmdbuf.c	/^cmd_char(c)$/
cmd_decode	decode.c	/^cmd_decode(cmd, sp)$/
cmd_erase	cmdbuf.c	/^cmd_erase()$/
cmd_exec	command.c	/^cmd_exec()$/
cmd_int	cmdbuf.c	/^cmd_int()$/
cmd_putstr	cmdbuf.c	/^cmd_putstr(s)$/
cmd_reset	cmdbuf.c	/^cmd_reset()$/
cmd_search	decode.c	/^cmd_search(cmd, table, endtable, sp)$/
commands	command.c	/^commands()$/
comp_query	optfunc.c	/^comp_query(type, s)$/
cond	prompt.c	/^cond(c, where)$/
control_char	charset.c	/^control_char(c)$/
cost	screen.c	/^cost(t)$/
curr_byte	prompt.c	/^curr_byte(where)$/
currline	linenum.c	/^currline(where)$/
deftable	decode.c	/^static struct tablelist deftable = $/
degrees	Macros.h	/^#define degrees(a)		((a)*57\.295779512)$/
deinit	screen.c	/^deinit()$/
do_append	line.c	/^do_append(c)$/
double	Macros.h	/^typedef double (*double_method)();$/
double_method	Macros.h	/^typedef double (*double_method)();$/
ecalloc	main.c	/^ecalloc(count, size)$/
edit	edit.c	/^edit(filename,	just_looking)$/
edit_first	edit.c	/^edit_first()$/
edit_index	edit.c	/^edit_index(n)$/
edit_last	edit.c	/^edit_last()$/
edit_list	edit.c	/^edit_list(list)$/
edit_next	edit.c	/^edit_next(n)$/
edit_prev	edit.c	/^edit_prev(n)$/
empty_lines	position.c	/^empty_lines(s, e)$/
empty_screen	position.c	/^empty_screen()$/
end_logfile	ch.c	/^end_logfile()$/
eof_bell	forwback.c	/^eof_bell()$/
eof_check	forwback.c	/^eof_check()$/
eq_message	prompt.c	/^eq_message()$/
errno_message	os.c	/^errno_message(filename)$/
error	output.c	/^error(fmt, parg)$/
exec_mca	command.c	/^exec_mca()$/
ext_ifile	ifile.c	/^#define ext_ifile(h)	((IFILE)(h))$/
fake_interrupt	signal.c	/^fake_interrupt()$/
fch_get	ch.c	/^fch_get()$/
fexpand	filename.c	/^fexpand(s)$/
filesize	filename.c	/^filesize(f)$/
filestate	ch.c	/^struct filestate {$/
find_helpfile	filename.c	/^find_helpfile()$/
find_ifile	ifile.c	/^find_ifile(filename)$/
find_linenum	linenum.c	/^find_linenum(pos)$/
find_pos	linenum.c	/^find_pos(lno)$/
findopt	opttbl.c	/^findopt(c)$/
findtag	tags.c	/^findtag(tag)$/
fixnum	cpu.h	/^typedef short fixnum;$/
flip_triple	option.c	/^flip_triple(val, lc)$/
flonum	cpu.h	/^typedef double	flonum;$/
flush	output.c	/^flush()$/
forw	forwback.c	/^forw(n, pos, force, only_last, nblank)$/
forw_line	input.c	/^forw_line(curr_pos)$/
forw_raw_line	line.c	/^forw_raw_line(curr_pos, linep)$/
forward	forwback.c	/^forward(n, force, only_last)$/
freelist	linenum.c	/^static struct linenum *freelist;	\/* Anchor of the /
from_status	screen.c	/^int from_status()$/
get_back_scroll	forwback.c	/^get_back_scroll()$/
get_cmdbuf	cmdbuf.c	/^get_cmdbuf()$/
get_filename	ifile.c	/^get_filename(ifile)$/
get_ifile	ifile.c	/^get_ifile(filename, prev)$/
get_index	ifile.c	/^get_index(ifile)$/
get_pos	ifile.c	/^get_pos(ifile, scrpos)$/
get_scrpos	position.c	/^get_scrpos(scrpos)$/
get_term	screen.c	/^get_term(int call_resize)$/
get_time	os.c	/^get_time()$/
getcc	command.c	/^getcc()$/
getchr	ttyin.c	/^getchr()$/
getmark	mark.c	/^getmark(c)$/
getnum	option.c	/^getnum(sp, c, errp)$/
getpwuid	resize.c	/^extern struct passwd *getpwuid();	\/* does ANYBODY /
getumark	mark.c	/^getumark(c)$/
gline	line.c	/^gline(i, ap)$/
glob	filename.c	/^glob(filename)$/
gomark	mark.c	/^gomark(c)$/
help	help.c	/^help()$/
home	screen.c	/^home()$/
homefile	filename.c	/^homefile(filename)$/
ichardef	charset.c	/^ichardef(s)$/
icharset	charset.c	/^icharset(name)$/
ierror	output.c	/^ierror(fmt, parg)$/
if	command.c	/^			if (number <= 0)$/
ifile	ifile.c	/^struct ifile {$/
in_status	screen.c	/^int in_status()$/
inascii	regex.c	/^#define inascii(x)	(0177&(x))$/
inc_costcount	screen.c	/^inc_costcount(c)$/
index	resize.c	/^#	define index(s,c)	strchr((s),(c))$/
inform	output.c	/^inform(fmt,parg)$/
init	screen.c	/^init()$/
init_charset	charset.c	/^init_charset()$/
init_compressors	edit.c	/^init_compressors()$/
init_mark	mark.c	/^init_mark()$/
init_option	opttbl.c	/^init_option()$/
init_prompt	prompt.c	/^init_prompt()$/
init_signals	signal.c	/^init_signals(on)$/
initial_scrpos	command.c	/^extern struct scrpos initial_scrpos;$/
int	Macros.h	/^	typedef int (*int_method)();$/
int_ifile	ifile.c	/^#define int_ifile(h)	((struct ifile *)(h))$/
int_method	Macros.h	/^	typedef int (*int_method)();$/
intread	os.c	/^intread()$/
iprintf	output.c	/^iprintf(fmt, parg)$/
iprintnum	output.c	/^iprintnum(num, radix)$/
iread	os.c	/^iread(fd, buf, len)$/
isinset	regex.c	/^#define isinset(x,y) 	((x)[((y)&BLKIND)>>3] & (1<</
isoptpending	option.c	/^isoptpending()$/
iswordc	regex.c	/^#define iswordc(x) 	chrtyp[inascii(x)]$/
jump_back	jump.c	/^jump_back(n)$/
jump_forw	jump.c	/^jump_forw()$/
jump_line_loc	jump.c	/^jump_line_loc(pos, sline)$/
jump_loc	jump.c	/^jump_loc(pos, sline)$/
jump_percent	jump.c	/^jump_percent(percent)$/
lastmark	mark.c	/^lastmark()$/
lcalloc	Macros.h	/^#define lcalloc clalloc$/
lcalloc2d_error	Macros.h	/^#define lcalloc2d_error calloc2d_error$/
lcalloc3d_error	Macros.h	/^#define lcalloc3d_error calloc3d_error$/
lcalloc4d_error	Macros.h	/^#define lcalloc4d_error calloc4d_error$/
lcalloc_error	Macros.h	/^#define lcalloc_error calloc_error$/
len_cmdbuf	cmdbuf.c	/^len_cmdbuf()$/
lineLength	line.c	/^int lineLength()$/
linenum	linenum.c	/^struct linenum$/
lmark	mark.c	/^static struct mark lmark;$/
long	Macros.h	/^typedef long (*long_method)();$/
long_method	Macros.h	/^typedef long (*long_method)();$/
longish	linenum.c	/^longish()$/
longloopmessage	linenum.c	/^longloopmessage()$/
lower_left	screen.c	/^lower_left()$/
lsystem	lsystem.c	/^lsystem(cmd, restore)$/
map2d	Macros.h	/^#define map2d(x,y,X,Y)          ((long)y*X+(long)x/
map3d	Macros.h	/^#define map3d(x,y,z,X,Y,Z)      (((long)z*Y+(long)/
map4d	Macros.h	/^#define map4d(a,b,c,d,A,B,C,D)  ((((long)d*C+(long/
mark	mark.c	/^struct mark {$/
markpos	mark.c	/^markpos(c)$/
marks	mark.c	/^static struct mark marks[NMARKS];$/
match	search.c	/^match(pattern, buf)$/
match_brac	brac.c	/^match_brac(obrac, cbrac, forwdir, n)$/
mca_char	command.c	/^mca_char(c)$/
mca_search	command.c	/^mca_search()$/
method_method	Macros.h	/^typedef pointer_method (*method_method)();$/
multi_search	command.c	/^multi_search(pattern, n)$/
new_ifile	ifile.c	/^new_ifile(filename, prev)$/
next_ifile	ifile.c	/^next_ifile(h)$/
nifile	ifile.c	/^nifile()$/
nonpipefile	ch.c	/^static struct filestate nonpipefile = $/
nopendopt	option.c	/^nopendopt()$/
nostring	option.c	/^nostring(c)$/
null_line	line.c	/^null_line()$/
offset_t	defines.h	/^#define	offset_t	off_t$/
onintr	resize.c	/^onintr(sig)$/
onscreen	position.c	/^onscreen(pos)$/
open_getchr	ttyin.c	/^open_getchr()$/
opt_M	optfunc.c	/^opt_M(type, s)$/
opt_W	optfunc.c	/^opt_W(type, s)$/
opt__L	optfunc.c	/^opt__L(type, s)$/
opt__O	optfunc.c	/^opt__O(type, s)$/
opt__P	optfunc.c	/^opt__P(type, s)$/
opt__T	optfunc.c	/^opt__T(type, s)$/
opt_b	optfunc.c	/^opt_b(type, s)$/
opt_k	optfunc.c	/^opt_k(type, s)$/
opt_l	optfunc.c	/^opt_l(type, s)$/
opt_o	optfunc.c	/^opt_o(type, s)$/
opt_p	optfunc.c	/^opt_p(type, s)$/
opt_prompt	option.c	/^opt_prompt(c)$/
opt_query	optfunc.c	/^opt_query(type, s)$/
opt_t	optfunc.c	/^opt_t(type, s)$/
opt_v	optfunc.c	/^opt_v(type, s)$/
option	option.c	/^static struct option *pendopt;$/
optstring	option.c	/^optstring(s, c)$/
pappend	line.c	/^pappend(c)$/
parg	less.h	/^typedef union parg$/
passwd	resize.c	/^extern struct passwd *getpwuid();	\/* does ANYBODY /
pdone	line.c	/^pdone(endline, wrap)$/
pendopt	option.c	/^static struct option *pendopt;$/
pipe_data	lsystem.c	/^pipe_data(cmd, spos, epos)$/
pipe_mark	lsystem.c	/^pipe_mark(c, cmd)$/
pipefile	ch.c	/^static struct filestate pipefile =$/
plinenum	line.c	/^plinenum(pos)$/
pmatch	regex.c	/^static char *pmatch( char *lp,  char *ap)$/
pointer	cpu.h	/^typedef void* pointer;$/
pointer_method	Macros.h	/^typedef void* (*pointer_method)();$/
pool	linenum.c	/^static struct linenum pool[NPOOL];	\/* The pool its/
pos_clear	position.c	/^pos_clear()$/
pos_init	position.c	/^pos_init()$/
position	position.c	/^position(where)$/
pr_expand	prompt.c	/^pr_expand(proto, maxwidth)$/
pr_string	prompt.c	/^pr_string()$/
prchar	charset.c	/^prchar(c)$/
prev	ifile.c	/^	struct ifile *prev;$/
prev_ifile	ifile.c	/^prev_ifile(h)$/
prewind	line.c	/^prewind()$/
prompt	command.c	/^prompt()$/
propt	option.c	/^propt(c)$/
protochar	prompt.c	/^protochar(c, where)$/
psignals	signal.c	/^psignals()$/
public	less.h	/^#define	public		\/* PUBLIC FUNCTION *\/$/
put_line	output.c	/^put_line()$/
putbs	screen.c	/^putbs()$/
putchr	output.c	/^putchr(c)$/
putenv	resize.c	/^#	define putenv _putenv$/
putstr	output.c	/^putstr(s)$/
pwidth	line.c	/^pwidth(c, a)$/
query	output.c	/^query(fmt, parg)$/
quit	main.c	/^quit(status)$/
radians	Macros.h	/^#define radians(a)		((a)\/57\.295779512)$/
raw_mode	screen.c	/^raw_mode(on)$/
re_comp	regex.c	/^char *re_comp(const char *pat)$/
re_exec	regex.c	/^int re_exec( const char *lp)$/
re_exec_len	regex.c	/^char *re_exec_len( char *lp)$/
readstring	resize.c	/^void readstring(fp, buf, buflen, str)$/
reg	Macros.h	/^#define reg     register$/
register	defines.h	/^#	define register \/**\/$/
repaint	jump.c	/^repaint()$/
resize	resize.c	/^int resize()$/
resize2	resize.c	/^int resize2(int *rows, int *cols)$/
rindex	resize.c	/^#	define rindex(s,c)	strrchr((s),(c))$/
save	main.c	/^save(s)$/
scan_option	option.c	/^scan_option(s)$/
scrpos	command.c	/^extern struct scrpos initial_scrpos;$/
scrsize	screen.c	/^scrsize(p_height, p_width, call_resize)$/
search	search.c	/^search(search_type, pattern, n)$/
seek_filesize	filename.c	/^seek_filesize(f)$/
serror	Macros.h	/^#	define serror() ((errno>0&&errno<sys_nerr)\?sys_e/
set_filename	ifile.c	/^set_filename(ifile, name)$/
setmark	mark.c	/^setmark(c)$/
setmp	prompt.c	/^setmp()$/
sgorig	resize.c	/^struct sgttyb sgorig;$/
sgttyb	resize.c	/^struct sgttyb sgorig;$/
shell_list	resize.c	/^} shell_list[] = {$/
short	Macros.h	/^typedef short (*short_method)();$/
short_method	Macros.h	/^typedef short (*short_method)();$/
single_char_option	option.c	/^single_char_option(c)$/
sizeof	edit.c	/^int n_compressors= sizeof(compressor)\/sizeof(Compr/
skipcond	prompt.c	/^skipcond(p)$/
skipsp	main.c	/^skipsp(s)$/
sleep	Macros.h	/^#	define sleep(x)	Delay(60*x)$/
so_enter	screen.c	/^so_enter()$/
so_exit	screen.c	/^so_exit()$/
spare	linenum.c	/^static struct linenum *spare;		\/* We always keep o/
squish_check	forwback.c	/^squish_check()$/
start_mca	command.c	/^start_mca(action, prompt)$/
stop	signal.c	/^stop(type)$/
store	regex.c	/^#	define store(x)	*mp++ = x;\\$/
store_pos	ifile.c	/^store_pos(ifile, scrpos)$/
storec	line.c	/^storec(c, a)$/
strdup	resize.c	/^static char *strdup(s)$/
strindex	resize.c	/^#define strindex strstr$/
strrstr	main.c	/^char *strrstr(a, b)$/
strstr	resize.c	/^static char *strstr(a, b)$/
strtcpy	main.c	/^strtcpy(to, from, len)$/
sync_logfile	ch.c	/^sync_logfile()$/
tablelist	decode.c	/^struct tablelist$/
tables	decode.c	/^static struct tablelist *tables = &deftable;$/
tagsearch	tags.c	/^tagsearch()$/
tell_compressors	edit.c	/^tell_compressors()$/
tellpos	ch.c	/^#define	tellpos(blk,off)   ((POSITION)((((long)(bl/
termio	resize.c	/^struct termio tioorig;$/
thisfile	ch.c	/^static struct filestate *thisfile;$/
tioorig	resize.c	/^struct termio tioorig;$/
to_status	screen.c	/^int to_status()$/
toggle_option	option.c	/^toggle_option(c, s, how_toggle)$/
toupper	opttbl.c	/^#define	toupper(c)	((c)-'a'+'A')$/
u_interrupt	signal.c	/^u_interrupt(type)$/
ul_enter	screen.c	/^ul_enter()$/
ul_exit	screen.c	/^ul_exit()$/
ungetcc	command.c	/^ungetcc(c)$/
ungetsc	command.c	/^ungetsc(s)$/
unsigned	Macros.h	/^typedef unsigned int (*uint_method)();$/
use_logfile	edit.c	/^use_logfile(filename)$/
vbell	screen.c	/^vbell()$/
void	resize.c	/^	typedef void (*void_method)();$/
void_method	resize.c	/^	typedef void (*void_method)();$/
wherechar	prompt.c	/^wherechar(p, wp)$/
