1ABSMARK1	../common/mark.h	/^#define	ABSMARK1	'\\''		\/* Absolute mark name. */
2ABSMARK2	../common/mark.h	/^#define	ABSMARK2	'`'		\/* Absolute mark name. *\/$/
3ADDITIONAL_CHARACTERS	../common/key.c	/^#define	ADDITIONAL_CHARACTERS	4$/
4ADD_SPACE_GOTO	../common/mem.h	/^#define	ADD_SPACE_GOTO(sp, bp, blen, nlen) {				\\/
5ADD_SPACE_RET	../common/mem.h	/^#define	ADD_SPACE_RET(sp, bp, blen, nlen) {				\\$/
6AGV_ALL	../ex/ex.h	/^#define	AGV_ALL		(AGV_AT | AGV_AT_NORANGE | AGV_GL/
7AGV_AT	../ex/ex.h	/^#define	AGV_AT		0x01		\/* @ buffer execution. *\/$/
8AGV_AT_NORANGE	../ex/ex.h	/^#define	AGV_AT_NORANGE	0x02		\/* @ buffer executio/
9AGV_GLOBAL	../ex/ex.h	/^#define	AGV_GLOBAL	0x04		\/* global command. *\/$/
10AGV_V	../ex/ex.h	/^#define	AGV_V		0x08		\/* v command. *\/$/
11ARG	../ex/ex_display.c	/^#define	ARG	"buffers"$/
12ARSIZE	../common/msg.c	/^#define	ARSIZE(a)	sizeof(a) \/ sizeof (*a)$/
13A_ALLOCATED	../common/args.h	/^#define	A_ALLOCATED	0x01	\/* If allocated space. */
14BINC_GOTO	../common/mem.h	/^#define	BINC_GOTO(sp, lp, llen, nlen) {					\\$/
15BINC_RET	../common/mem.h	/^#define	BINC_RET(sp, lp, llen, nlen) {					\\$/
16BITS	../common/key.c	/^#define	BITS	(sizeof(CHAR_T) * 8)$/
17BUILD	../ex/ex_subst.c	/^#define	BUILD(sp, l, len) {						\\$/
18CALLOC	../common/mem.h	/^#define	CALLOC(sp, p, cast, nmemb, size) {				\\$/
19CALLOC_GOTO	../common/mem.h	/^#define	CALLOC_GOTO(sp, p, cast, nmemb, size) {			/
20CALLOC_NOMSG	../common/mem.h	/^#define	CALLOC_NOMSG(sp, p, cast, nmemb, size) {		/
21CALLOC_RET	../common/mem.h	/^#define	CALLOC_RET(sp, p, cast, nmemb, size) {				/
22CBNAME	../common/cut.h	/^#define	CBNAME(sp, cbp, nch) {						\\$/
23CB_LMODE	../common/cut.h	/^#define	CB_LMODE	0x01		\/* Cut was in line mode. */
24CHK_INTR	../vi/v_txt.c	/^#define	CHK_INTR							\\$/
25CHLEN	../vi/vs_relative.c	/^#define	CHLEN(val) (ch = *(u_char *)p++) == '\\t' /
26CH_ABBREVIATED	../common/key.h	/^#define	CH_ABBREVIATED	0x01		\/* Character is from/
27CH_BSEARCH	../common/key.h	/^#define	CH_BSEARCH	'?'		\/* Backward search prompt/
28CH_CURSOR	../common/key.h	/^#define	CH_CURSOR	' '		\/* Cursor character. *\/$/
29CH_ENDMARK	../common/key.h	/^#define	CH_ENDMARK	'$'		\/* End of a range. *\/$/
30CH_EXPROMPT	../common/key.h	/^#define	CH_EXPROMPT	':'		\/* Ex prompt. *\/$/
31CH_FSEARCH	../common/key.h	/^#define	CH_FSEARCH	'\/'		\/* Forward search prompt/
32CH_HEX	../common/key.h	/^#define	CH_HEX		'\\030'		\/* Leading hex character/
33CH_LITERAL	../common/key.h	/^#define	CH_LITERAL	'\\026'		\/* ASCII ^V. *\/$/
34CH_MAPPED	../common/key.h	/^#define	CH_MAPPED	0x02		\/* Character is from a ma/
35CH_NO	../common/key.h	/^#define	CH_NO		'n'		\/* No. *\/$/
36CH_NOMAP	../common/key.h	/^#define	CH_NOMAP	0x04		\/* Do not map the characte/
37CH_NOT_DIGIT	../common/key.h	/^#define	CH_NOT_DIGIT	'a'		\/* A non-isdigit() char/
38CH_QUIT	../common/key.h	/^#define	CH_QUIT		'q'		\/* Quit. *\/$/
39CH_QUOTED	../common/key.h	/^#define	CH_QUOTED	0x08		\/* Character is already q/
40CH_YES	../common/key.h	/^#define	CH_YES		'y'		\/* Yes. *\/$/
41CLEAR_EX_CMD	../ex/ex.h	/^#define	CLEAR_EX_CMD(cmdp) {						\\$/
42CLEAR_EX_PARSER	../ex/ex.h	/^#define	CLEAR_EX_PARSER(cmdp)						\\$/
43CLP	../cl/cl.h	/^#define	CLP(sp)		((CL_PRIVATE *)((sp)->gp->cl_priv/
44CLR_INTERRUPT	../common/key.h	/^#define	CLR_INTERRUPT(sp)						\\$/
45CL_IN_EX	../cl/cl.h	/^#define	CL_IN_EX	0x0001	\/* Currently running ex. /
46CL_RENAME	../cl/cl.h	/^#define	CL_RENAME	0x0002	\/* X11 xterm icon\/windo/
47CL_RENAME_OK	../cl/cl.h	/^#define	CL_RENAME_OK	0x0004	\/* User wants the win/
48CL_SCR_EX_INIT	../cl/cl.h	/^#define	CL_SCR_EX_INIT	0x0008	\/* Ex screen initia/
49CL_SCR_VI_INIT	../cl/cl.h	/^#define	CL_SCR_VI_INIT	0x0010	\/* Vi screen initia/
50CL_SIGHUP	../cl/cl.h	/^#define	CL_SIGHUP	0x0020	\/* SIGHUP arrived. *\/$/
51CL_SIGINT	../cl/cl.h	/^#define	CL_SIGINT	0x0040	\/* SIGINT arrived. *\/$/
52CL_SIGTERM	../cl/cl.h	/^#define	CL_SIGTERM	0x0080	\/* SIGTERM arrived. *\//
53CL_SIGWINCH	../cl/cl.h	/^#define	CL_SIGWINCH	0x0100	\/* SIGWINCH arrived. */
54CL_STDIN_TTY	../cl/cl.h	/^#define	CL_STDIN_TTY	0x0200	\/* Talking to a termi/
55CNO	../vi/vs_refresh.c	/^#define	 CNO	sp->cno			\/* Current file column. */
56COL_OFF	../common/util.h	/^#define	COL_OFF(c, stop)	((stop) - ((c) % (stop)))/
57CSCOPE_CMD_FMT	../ex/ex_cscope.c	/^#define	CSCOPE_CMD_FMT		"cd '%s' && exec cscope -d/
58CSCOPE_DBFILE	../ex/ex_cscope.c	/^#define	CSCOPE_DBFILE		"cscope.out"$/
59CSCOPE_NLINES_FMT	../ex/ex_cscope.c	/^#define	CSCOPE_NLINES_FMT	"cscope: %d lines%1[\\n]/
60CSCOPE_PATHS	../ex/ex_cscope.c	/^#define	CSCOPE_PATHS		"cscope.tpath"$/
61CSCOPE_PROMPT	../ex/ex_cscope.c	/^#define	CSCOPE_PROMPT		">> "$/
62CSCOPE_QUERIES	../ex/ex_cscope.c	/^#define	CSCOPE_QUERIES		"sgdct efi"$/
63CSCOPE_RE_SPACE	../ex/ex_subst.c	/^#define	CSCOPE_RE_SPACE		"([ \\t]|\/\\\\*([^*]|\\/
64CS_EMP	../vi/vi.h	/^#define	CS_EMP	1			\/* Empty line. *\/$/
65CS_EOF	../vi/vi.h	/^#define	CS_EOF	2			\/* End-of-file. *\/$/
66CS_EOL	../vi/vi.h	/^#define	CS_EOL	3			\/* End-of-line. *\/$/
67CS_SOF	../vi/vi.h	/^#define	CS_SOF	4			\/* Start-of-file. *\/$/
68CUT_LINEMODE	../common/cut.h	/^#define	CUT_LINEMODE	0x01		\/* Cut in line mode. */
69CUT_NUMOPT	../common/cut.h	/^#define	CUT_NUMOPT	0x02		\/* Numeric buffer: optio/
70CUT_NUMREQ	../common/cut.h	/^#define	CUT_NUMREQ	0x04		\/* Numeric buffer: requi/
71DBG_FATAL	../common/exf.h	/^#define	DBG_FATAL	0x001	\/* If DNE, error message./
72DBG_NOCACHE	../common/exf.h	/^#define	DBG_NOCACHE	0x002	\/* Ignore the front-end/
73DEC	../vi/v_increment.c	/^#define	DEC	0$/
74DEFAULT_NOPRINT	../common/gs.h	/^#define	DEFAULT_NOPRINT	'\\1'		\/* Emergency non-p/
75DIVIDESTR	../vi/vs_msg.c	/^#define	DIVIDESTR	"+=+=+=+=+=+=+=+"$/
76DOT	../vi/vi.c	/^#define	DOT		(&VIP(sp)->sdot)$/
77DOTMOTION	../vi/vi.c	/^#define	DOTMOTION	(&VIP(sp)->sdotmotion)$/
78EC_INTERRUPT	../common/key.h	/^#define	EC_INTERRUPT	0x001		\/* Checking for inter/
79EC_MAPCOMMAND	../common/key.h	/^#define	EC_MAPCOMMAND	0x002		\/* Apply the command/
80EC_MAPINPUT	../common/key.h	/^#define	EC_MAPINPUT	0x004		\/* Apply the input map/
81EC_MAPNODIGIT	../common/key.h	/^#define	EC_MAPNODIGIT	0x008		\/* Return to a digit/
82EC_QUOTED	../common/key.h	/^#define	EC_QUOTED	0x010		\/* Try to quote next cha/
83EC_RAW	../common/key.h	/^#define	EC_RAW		0x020		\/* Any next character. XXX/
84EC_TIMEOUT	../common/key.h	/^#define	EC_TIMEOUT	0x040		\/* Timeout to next char/
85ENDMESSAGE	../tcl_api/tcl.c	/^#define	ENDMESSAGE							\\$/
86ENTIRE_LINE	../common/cut.c	/^#define	ENTIRE_LINE	0$/
87EQUAL	../ex/ex_tag.c	/^#define	EQUAL		0$/
88EXCMD_RUNNING	../common/gs.h	/^#define	EXCMD_RUNNING(gp)	((gp)->ecq.lh_first->cle/
89EXP	../ex/ex.h	/^#define	EXP(sp)	((EX_PRIVATE *)((sp)->ex_private))/
90EXP_CSCINIT	../ex/ex.h	/^#define	EXP_CSCINIT	0x01		\/* Cscope initialized. /
91E_ABSMARK	../ex/ex.h	/^#define	E_ABSMARK	0x00040000	\/* Set the absolute /
92E_ADDR1	../ex/ex.h	/^#define	E_ADDR1		0x00000001	\/* One address. *\/$/
93E_ADDR2	../ex/ex.h	/^#define	E_ADDR2		0x00000002	\/* Two addresses. *\//
94E_ADDR2_ALL	../ex/ex.h	/^#define	E_ADDR2_ALL	0x00000004	\/* Zero\/two addre/
95E_ADDR2_NONE	../ex/ex.h	/^#define	E_ADDR2_NONE	0x00000008	\/* Zero\/two addr/
96E_ADDR_DEF	../ex/ex.h	/^#define	E_ADDR_DEF	0x00080000	\/* Default addresse/
97E_ADDR_ZERO	../ex/ex.h	/^#define	E_ADDR_ZERO	0x00000010	\/* 0 is a legal ad/
98E_ADDR_ZERODEF	../ex/ex.h	/^#define	E_ADDR_ZERODEF	0x00000020	\/* 0 is default/
99E_AUTOPRINT	../ex/ex.h	/^#define	E_AUTOPRINT	0x00000040	\/* Command always /
100E_BLIGNORE	../ex/ex.h	/^#define	E_BLIGNORE	0x00000800	\/* Ignore blank lin/
101E_CLRFLAG	../ex/ex.h	/^#define	E_CLRFLAG	0x00000080	\/* Clear the print (/
102E_C_BUFFER	../ex/ex.h	/^#define	E_C_BUFFER	0x00001		\/* Buffer name specif/
103E_C_CARAT	../ex/ex.h	/^#define	E_C_CARAT	0x00002		\/*  ^ flag. *\/$/
104E_C_COUNT	../ex/ex.h	/^#define	E_C_COUNT	0x00004		\/* Count specified. */
105E_C_COUNT_NEG	../ex/ex.h	/^#define	E_C_COUNT_NEG	0x00008		\/* Count was signe/
106E_C_COUNT_POS	../ex/ex.h	/^#define	E_C_COUNT_POS	0x00010		\/* Count was signe/
107E_C_DASH	../ex/ex.h	/^#define	E_C_DASH	0x00020		\/*  - flag. *\/$/
108E_C_DOT	../ex/ex.h	/^#define	E_C_DOT		0x00040		\/*  . flag. *\/$/
109E_C_EQUAL	../ex/ex.h	/^#define	E_C_EQUAL	0x00080		\/*  = flag. *\/$/
110E_C_FORCE	../ex/ex.h	/^#define	E_C_FORCE	0x00100		\/*  ! flag. *\/$/
111E_C_HASH	../ex/ex.h	/^#define	E_C_HASH	0x00200		\/*  # flag. *\/$/
112E_C_LIST	../ex/ex.h	/^#define	E_C_LIST	0x00400		\/*  l flag. *\/$/
113E_C_PLUS	../ex/ex.h	/^#define	E_C_PLUS	0x00800		\/*  + flag. *\/$/
114E_C_PRINT	../ex/ex.h	/^#define	E_C_PRINT	0x01000		\/*  p flag. *\/$/
115E_DELTA	../ex/ex.h	/^#define	E_DELTA		0x00100000	\/* Search address wit/
116E_MODIFY	../ex/ex.h	/^#define	E_MODIFY	0x00200000	\/* File name expansio/
117E_MOVETOEND	../ex/ex.h	/^#define	E_MOVETOEND	0x00400000	\/* Move to the end/
118E_NAMEDISCARD	../ex/ex.h	/^#define	E_NAMEDISCARD	0x00001000	\/* Free\/discard/
119E_NEWLINE	../ex/ex.h	/^#define	E_NEWLINE	0x00800000	\/* Found ending <new/
120E_NEWSCREEN	../ex/ex.h	/^#define	E_NEWSCREEN	0x00000100	\/* Create a new sc/
121E_NOAUTO	../ex/ex.h	/^#define	E_NOAUTO	0x00002000	\/* Don't do autoprint/
122E_NOPRDEF	../ex/ex.h	/^#define	E_NOPRDEF	0x00004000	\/* Don't print as de/
123E_NRSEP	../ex/ex.h	/^#define	E_NRSEP		0x00008000	\/* Need to line adjus/
124E_OPTNUM	../ex/ex.h	/^#define	E_OPTNUM	0x00010000	\/* Number edit option/
125E_PRESERVE	../ex/ex.h	/^#define	E_PRESERVE	0x0003f800	\/* Bits to preserve/
126E_SEARCH_WMSG	../ex/ex.h	/^#define	E_SEARCH_WMSG	0x01000000	\/* Display searc/
127E_SECURE	../ex/ex.h	/^#define	E_SECURE	0x00000200	\/* Permission denied /
128E_USELASTCMD	../ex/ex.h	/^#define	E_USELASTCMD	0x02000000	\/* Use the last c/
129E_VIONLY	../ex/ex.h	/^#define	E_VIONLY	0x00000400	\/* Meaningful only in/
130E_VISEARCH	../ex/ex.h	/^#define	E_VISEARCH	0x04000000	\/* It's really a vi/
131E_VLITONLY	../ex/ex.h	/^#define	E_VLITONLY	0x00020000	\/* Use ^V quoting o/
132FALSE	../cl/cl.h	/^#define	FALSE	0$/
133FINDHELP	../ex/ex_cscope.c	/^#define	FINDHELP "\\$/
134FLUSH	../vi/vs_line.c	/^#define	FLUSH {								\\$/
135FL_CLR	../common/util.h	/^#define	FL_CLR(l, f)	((l) &= ~(f))$/
136FL_INIT	../common/util.h	/^#define	FL_INIT(l, f)	(l) = (f)		\/* Specific flag/
137FL_ISSET	../common/util.h	/^#define	FL_ISSET(l, f)	((l) & (f))$/
138FL_SET	../common/util.h	/^#define	FL_SET(l, f)	((l) |= (f))$/
139FMTCOLS	../common/recover.c	/^#define	FMTCOLS	60$/
140FREE_SPACE	../common/mem.h	/^#define	FREE_SPACE(sp, bp, blen) {					\\$/
141FR_CURSORSET	../common/gs.h	/^#define	FR_CURSORSET	0x0001		\/* If lno\/cno value/
142FR_DONTDELETE	../common/gs.h	/^#define	FR_DONTDELETE	0x0002		\/* Don't delete the/
143FR_EXNAMED	../common/gs.h	/^#define	FR_EXNAMED	0x0004		\/* Read\/write renamed/
144FR_NAMECHANGE	../common/gs.h	/^#define	FR_NAMECHANGE	0x0008		\/* If the name chan/
145FR_NEWFILE	../common/gs.h	/^#define	FR_NEWFILE	0x0010		\/* File doesn't really/
146FR_RECOVER	../common/gs.h	/^#define	FR_RECOVER	0x0020		\/* File is being recov/
147FR_TMPEXIT	../common/gs.h	/^#define	FR_TMPEXIT	0x0040		\/* Modified temporary /
148FR_TMPFILE	../common/gs.h	/^#define	FR_TMPFILE	0x0080		\/* If file has no name/
149FR_UNLOCKED	../common/gs.h	/^#define	FR_UNLOCKED	0x0100		\/* File couldn't be l/
150FS_ALL	../common/exf.h	/^#define	FS_ALL		0x001	\/* Write the entire file. */
151FS_APPEND	../common/exf.h	/^#define	FS_APPEND	0x002	\/* Append to the file. */
152FS_FORCE	../common/exf.h	/^#define	FS_FORCE	0x004	\/* Force is set. *\/$/
153FS_OPENERR	../common/exf.h	/^#define	FS_OPENERR	0x008	\/* Open failed, try it a/
154FS_POSSIBLE	../common/exf.h	/^#define	FS_POSSIBLE	0x010	\/* Force could have bee/
155FS_SETALT	../common/exf.h	/^#define	FS_SETALT	0x020	\/* Set alternate file nam/
156F_CLR	../common/util.h	/^#define	F_CLR(p, f)	FL_CLR((p)->flags, f)$/
157F_DEVSET	../common/exf.h	/^#define	F_DEVSET	0x001		\/* mdev\/minode fields in/
158F_FIRSTMODIFY	../common/exf.h	/^#define	F_FIRSTMODIFY	0x002		\/* File not yet modi/
159F_INIT	../common/util.h	/^#define	F_INIT(p, f)	FL_INIT((p)->flags, f)	\/* St/
160F_ISSET	../common/util.h	/^#define	F_ISSET(p, f)	FL_ISSET((p)->flags, f)$/
161F_MODIFIED	../common/exf.h	/^#define	F_MODIFIED	0x004		\/* File is currently di/
162F_MULTILOCK	../common/exf.h	/^#define	F_MULTILOCK	0x008		\/* Multiple processes /
163F_NOLOG	../common/exf.h	/^#define	F_NOLOG		0x010		\/* Logging turned off. */
164F_RCV_NORM	../common/exf.h	/^#define	F_RCV_NORM	0x020		\/* Don't delete recover/
165F_RCV_ON	../common/exf.h	/^#define	F_RCV_ON	0x040		\/* Recovery is possible. /
166F_SET	../common/util.h	/^#define	F_SET(p, f)	FL_SET((p)->flags, f)$/
167F_UNDO	../common/exf.h	/^#define	F_UNDO		0x080		\/* No change since last un/
168GCLP	../cl/cl.h	/^#define	GCLP(gp)	((CL_PRIVATE *)gp->cl_private)$/
169GET_SPACE_GOTO	../common/mem.h	/^#define	GET_SPACE_GOTO(sp, bp, blen, nlen) {				\\/
170GET_SPACE_RET	../common/mem.h	/^#define	GET_SPACE_RET(sp, bp, blen, nlen) {				\\$/
171GLOBAL_CLP	../cl/cl_main.c	/^#define	GLOBAL_CLP \\$/
172GLOBAL_TKP	../tk/tk_main.c	/^#define	GLOBAL_TKP \\$/
173GO_COLUMNS	../common/gs.h	/^#define	GO_COLUMNS	0		\/* Global options: columns./
174GO_LINES	../common/gs.h	/^#define	GO_LINES	1		\/* Global options: lines. *\//
175GO_SECURE	../common/gs.h	/^#define	GO_SECURE	2		\/* Global options: secure. */
176GO_TERM	../common/gs.h	/^#define	GO_TERM		3		\/* Global options: terminal t/
177GREATER	../ex/ex_tag.c	/^#define	GREATER		1$/
178GTKP	../tk/tki.h	/^#define	GTKP(gp)	((TK_PRIVATE *)gp->tk_private)$/
179G_ABBREV	../common/gs.h	/^#define	G_ABBREV	0x0001		\/* If have abbreviations/
180G_BELLSCHED	../common/gs.h	/^#define	G_BELLSCHED	0x0002		\/* Bell scheduled. */
181G_INTERRUPTED	../common/gs.h	/^#define	G_INTERRUPTED	0x0004		\/* Interrupted. *\//
182G_RECOVER_SET	../common/gs.h	/^#define	G_RECOVER_SET	0x0008		\/* Recover system i/
183G_SCRIPTED	../common/gs.h	/^#define	G_SCRIPTED	0x0010		\/* Ex script session. /
184G_SCRWIN	../common/gs.h	/^#define	G_SCRWIN	0x0020		\/* Scripting windows run/
185G_SNAPSHOT	../common/gs.h	/^#define	G_SNAPSHOT	0x0040		\/* Always snapshot fil/
186G_SRESTART	../common/gs.h	/^#define	G_SRESTART	0x0080		\/* Screen restarted. */
187G_TMP_INUSE	../common/gs.h	/^#define	G_TMP_INUSE	0x0100		\/* Temporary buffer i/
188HALFSCREEN	../vi/vi.h	/^#define	HALFSCREEN(sp)				\/* Half text screen. */
189HALFTEXT	../vi/vi.h	/^#define	HALFTEXT(sp)				\/* Half text. *\/	\\$/
190HANDLE_WEIRDNESS	../vi/vs_smap.c	/^#define	HANDLE_WEIRDNESS(cnt) {						\\$/
191HEXC	../vi/v_increment.c	/^#define	HEXC	2$/
192HEXL	../vi/v_increment.c	/^#define	HEXL	3$/
193HMAP	../vi/vi.h	/^#define	HMAP		_HMAP(sp)$/
194INCREMENT	../ex/ex_argv.c	/^#define	INCREMENT	20$/
195INDX_HUP	../cl/cl.h	/^#define	INDX_HUP	0$/
196INDX_INT	../cl/cl.h	/^#define	INDX_INT	1$/
197INDX_MAX	../cl/cl.h	/^#define	INDX_MAX	4	\/* Original signal information/
198INDX_TERM	../cl/cl.h	/^#define	INDX_TERM	2$/
199INDX_WINCH	../cl/cl.h	/^#define	INDX_WINCH	3$/
200INITMESSAGE	../tcl_api/tcl.c	/^#define	INITMESSAGE							\\$/
201INTERRUPTED	../common/key.h	/^#define	INTERRUPTED(sp)							\\$/
202INTERRUPT_CHECK	../common/key.h	/^#define	INTERRUPT_CHECK	100$/
203INTEXT_CHECK	../vi/v_paragraph.c	/^#define	INTEXT_CHECK {							\\$/
204ISCMD	../vi/vi.h	/^#define	ISCMD(p, key)	((p) == &vikeys[key])$/
205ISMOTION	../vi/vi.h	/^#define	ISMOTION(vp)	(vp->rkp != NULL && F_ISSET(v/
206IS_ESCAPE	../ex/ex.h	/^#define	IS_ESCAPE(sp, cmdp, ch)						\\$/
207IS_ONELINE	../vi/vi.h	/^#define	IS_ONELINE(sp)	((sp)->rows == 1)$/
208IS_RESTART	../vi/v_txt.c	/^#define	IS_RESTART	0x01	\/* Reset the incremental /
209IS_RUNNING	../vi/v_txt.c	/^#define	IS_RUNNING	0x02	\/* Incremental search tur/
210IS_SMALL	../vi/vi.h	/^#define	IS_SMALL(sp)	((sp)->t_minrows != (sp)->t_m/
211IS_SPLIT	../vi/vi.h	/^#define	IS_SPLIT(sp)							\\$/
212KEY	../vi/vi.c	/^#define	KEY(key, ec_flags) {						\\$/
213KEYS_WAITING	../common/key.h	/^#define	KEYS_WAITING(sp)	((sp)->gp->i_cnt != 0)$/
214KEY_LEN	../common/gs.h	/^#define	KEY_LEN(sp, ch)							\\$/
215KEY_NAME	../common/gs.h	/^#define	KEY_NAME(sp, ch)						\\$/
216KEY_VAL	../common/gs.h	/^#define	KEY_VAL(sp, ch)							\\$/
217LASTLINE	../vi/vi.h	/^#define LASTLINE(sp) \\$/
218LESS	../ex/ex_tag.c	/^#define	LESS		(-1)$/
219LF_CLR	../common/util.h	/^#define	LF_CLR(f)	FL_CLR(flags, f)$/
220LF_INIT	../common/util.h	/^#define	LF_INIT(f)	FL_INIT(flags, f)	\/* Local var/
221LF_ISSET	../common/util.h	/^#define	LF_ISSET(f)	FL_ISSET(flags, f)$/
222LF_SET	../common/util.h	/^#define	LF_SET(f)	FL_SET(flags, f)$/
223LINE_RESOLVE	../vi/v_txt.c	/^#define	LINE_RESOLVE {							\\$/
224LNO	../vi/vs_refresh.c	/^#define	 LNO	sp->lno			\/* Current file line. *\/$/
225LOG_CORRECT	../vi/v_itxt.c	/^#define	LOG_CORRECT {							\\$/
226LOG_CURSOR_END	../common/log.h	/^#define	LOG_CURSOR_END		2$/
227LOG_CURSOR_INIT	../common/log.h	/^#define	LOG_CURSOR_INIT		1$/
228LOG_ERR	../common/log.c	/^#define	LOG_ERR {							\\$/
229LOG_LINE_APPEND	../common/log.h	/^#define	LOG_LINE_APPEND		3$/
230LOG_LINE_DELETE	../common/log.h	/^#define	LOG_LINE_DELETE		4$/
231LOG_LINE_INSERT	../common/log.h	/^#define	LOG_LINE_INSERT		5$/
232LOG_LINE_RESET_B	../common/log.h	/^#define	LOG_LINE_RESET_B	7$/
233LOG_LINE_RESET_F	../common/log.h	/^#define	LOG_LINE_RESET_F	6$/
234LOG_MARK	../common/log.h	/^#define	LOG_MARK		8$/
235LOG_NOTYPE	../common/log.h	/^#define	LOG_NOTYPE		0$/
236L_ADDED	../common/screen.h	/^#define	L_ADDED		0		\/* Added lines. *\/$/
237L_CHANGED	../common/screen.h	/^#define	L_CHANGED	1		\/* Changed lines. *\/$/
238L_DELETED	../common/screen.h	/^#define	L_DELETED	2		\/* Deleted lines. *\/$/
239L_JOINED	../common/screen.h	/^#define	L_JOINED	3		\/* Joined lines. *\/$/
240L_MOVED	../common/screen.h	/^#define	L_MOVED		4		\/* Moved lines. *\/$/
241L_NAME	../ex/ex_tag.c	/^#define	L_NAME	30		\/* Name. *\/$/
242L_SHIFT	../common/screen.h	/^#define	L_SHIFT		5		\/* Shift lines. *\/$/
243L_SLOP	../ex/ex_tag.c	/^#define	L_SLOP	 4		\/* Leading number plus trailin/
244L_SPACE	../ex/ex_tag.c	/^#define	L_SPACE	 5		\/* Spaces after name, before /
245L_TAG	../ex/ex_tag.c	/^#define	L_TAG	20		\/* Tag. *\/$/
246L_YANKED	../common/screen.h	/^#define	L_YANKED	6		\/* Yanked lines. *\/$/
247MALLOC	../common/mem.h	/^#define	MALLOC(sp, p, cast, size) {					\\$/
248MALLOC_GOTO	../common/mem.h	/^#define	MALLOC_GOTO(sp, p, cast, size) {				\\$/
249MALLOC_NOMSG	../common/mem.h	/^#define	MALLOC_NOMSG(sp, p, cast, size) {				\\$/
250MALLOC_RET	../common/mem.h	/^#define	MALLOC_RET(sp, p, cast, size) {					\\$/
251MAPPED_KEYS_WAITING	../common/key.h	/^#define	MAPPED_KEYS_WAITING(sp)						\\$/
252MAP_FILE	../ex/ex_tag.c	/^#define	MAP_FILE	0$/
253MARK_DELETED	../common/mark.h	/^#define	MARK_DELETED	0x01		\/* Mark was deleted. */
254MARK_USERSET	../common/mark.h	/^#define	MARK_USERSET	0x02		\/* User set this mark./
255MAXCMDNAMELEN	../ex/ex.h	/^#define	MAXCMDNAMELEN	12		\/* Longest command name/
256MAXHOSTNAMELEN	../common/recover.c	/^#define	MAXHOSTNAMELEN	1024$/
257MAXIMUM_SCREEN_COLS	../common/options_f.c	/^#define	MAXIMUM_SCREEN_COLS	500$/
258MAXIMUM_SCREEN_ROWS	../common/options_f.c	/^#define	MAXIMUM_SCREEN_ROWS	500$/
259MAXNUM	../common/msg.c	/^#define	MAXNUM		25$/
260MAXVIKEY	../vi/vi.h	/^#define	MAXVIKEY	126		\/* List of vi commands. *\//
261MAX_ABBREVIATION_EXPANSION	../vi/v_txt.c	/^#define	MAX_ABBREVIATION_EXPANSION	256$/
262MAX_BIT_SEQ	../common/gs.h	/^#define	MAX_BIT_SEQ	128		\/* Max + 1 fast check ch/
263MAX_CHARACTER_COLUMNS	../common/key.h	/^#define	MAX_CHARACTER_COLUMNS	4$/
264MAX_CHAR_T	../common/key.h	/^#define	MAX_CHAR_T	0xff$/
265MAX_FAST_KEY	../common/gs.h	/^#define	MAX_FAST_KEY	254		\/* Max fast check chara/
266MEGABYTE	../ex/ex_source.c	/^#define	MEGABYTE	1048576$/
267MEMMOVE	../common/mem.h	/^#define	MEMMOVE(p, t, len)	memmove(p, t, (len) * s/
268MEMSET	../common/mem.h	/^#define	MEMSET(p, value, len)	memset(p, value, (le/
269MINIMUM_SCREEN_COLS	../common/screen.h	/^#define	MINIMUM_SCREEN_COLS	20$/
270MINIMUM_SCREEN_ROWS	../common/screen.h	/^#define	MINIMUM_SCREEN_ROWS	 1$/
271MINREAD	../ex/ex_script.c	/^#define	MINREAD	1024$/
272MODESIZE	../vi/vs_refresh.c	/^#define	MODESIZE	9$/
273MSTAT_SHOWLAST	../common/msg.h	/^#define	MSTAT_SHOWLAST	0x01	\/* Show the line numb/
274MSTAT_TRUNCATE	../common/msg.h	/^#define	MSTAT_TRUNCATE	0x02	\/* Truncate the file /
275Mcl_main	../cl/cl_main.c	/^main(argc, argv)$/
276Mtk_main	../tk/tk_main.c	/^main(argc, argv)$/
277NADD_SLONG	../common/util.h	/^#define	NADD_SLONG(sp, v1, v2)						\\$/
278NADD_USLONG	../common/util.h	/^#define	NADD_USLONG(sp, v1, v2)						\\$/
279NEEDFILE	../ex/ex.h	/^#define	NEEDFILE(sp, cmdp) {						\\$/
280NEEDNEWLINE	../ex/ex_subst.c	/^#define	NEEDNEWLINE(sp) {						\\$/
281NEEDSP	../ex/ex_subst.c	/^#define	NEEDSP(sp, len, pnt) {						\\$/
282NIL	../perl_api/perlsfio.c	/^#define NIL(type)       ((type)0)$/
283NNFITS	../common/util.h	/^#define	NNFITS(min, cur, add)						\\$/
284NPFITS	../common/util.h	/^#define	NPFITS(max, cur, add)						\\$/
285OCNO	../vi/vs_refresh.c	/^#define	OCNO	vip->ocno		\/* Remembered file column/
286OCTAL	../vi/v_increment.c	/^#define	OCTAL	4$/
287OG_CLR	../common/options.h	/^#define	OG_CLR(gp, o)		((gp)->opts[(o)].o_cur.val)/
288OG_D_STR	../common/options.h	/^#define	OG_D_STR(gp, o)		((gp)->opts[(o)].o_def.st/
289OG_D_VAL	../common/options.h	/^#define	OG_D_VAL(gp, o)		((gp)->opts[(o)].o_def.va/
290OG_ISSET	../common/options.h	/^#define	OG_ISSET(gp, o)		OG_VAL(gp, o)$/
291OG_SET	../common/options.h	/^#define	OG_SET(gp, o)		((gp)->opts[(o)].o_cur.val)/
292OG_STR	../common/options.h	/^#define	OG_STR(gp, o)		((gp)->opts[(o)].o_cur.str)/
293OG_VAL	../common/options.h	/^#define	OG_VAL(gp, o)		((gp)->opts[(o)].o_cur.val)/
294OI	../common/options.c	/^#define	OI(indx, str) {							\\$/
295OLNO	../vi/vs_refresh.c	/^#define	OLNO	vip->olno		\/* Remembered file line. /
296ONE_FOR_EOF	../cl/cl_read.c	/^#define	ONE_FOR_EOF	1$/
297OOBLNO	../common/mark.h	/^#define	OOBLNO		0		\/* Out-of-band line number. */
298OPT_ADISP	../common/options.h	/^#define	OPT_ADISP	0x001		\/* Always display the op/
299OPT_ALWAYS	../common/options.h	/^#define	OPT_ALWAYS	0x002		\/* Always call the supp/
300OPT_GLOBAL	../common/options.h	/^#define	OPT_GLOBAL	0x01		\/* Option is global. *\//
301OPT_NDISP	../common/options.h	/^#define	OPT_NDISP	0x004		\/* Never display the opt/
302OPT_NOSAVE	../common/options.h	/^#define	OPT_NOSAVE	0x008		\/* Mkexrc command doesn/
303OPT_NOSET	../common/options.h	/^#define	OPT_NOSET	0x010		\/* Option may not be set/
304OPT_NOUNSET	../common/options.h	/^#define	OPT_NOUNSET	0x020		\/* Option may not be u/
305OPT_NOZERO	../common/options.h	/^#define	OPT_NOZERO	0x040		\/* Option may not be se/
306OPT_SELECTED	../common/options.h	/^#define	OPT_SELECTED	0x02		\/* Selected for displa/
307OS_DEF	../common/options.h	/^#define	OS_DEF		0x01		\/* Set the default value. */
308OS_NOFREE	../common/options.h	/^#define	OS_NOFREE	0x02		\/* Don't free the old str/
309OS_STR	../common/options.h	/^#define	OS_STR		0x04		\/* Set to string argument. /
310OS_STRDUP	../common/options.h	/^#define	OS_STRDUP	0x08		\/* Copy then set to strin/
311OUTCH	../ex/ex_subst.c	/^#define	OUTCH(ch, nltrans) {						\\$/
312O_CLR	../common/options.h	/^#define	O_CLR(sp, o)		o_set(sp, o, 0, NULL, 0)$/
313O_D_CLR	../common/options.h	/^#define	O_D_CLR(sp, o)		o_set(sp, o, OS_DEF, NULL,/
314O_D_ISSET	../common/options.h	/^#define	O_D_ISSET(sp, o)	O_D_VAL(sp, o)$/
315O_D_SET	../common/options.h	/^#define	O_D_SET(sp, o)		o_set(sp, o, OS_DEF, NULL,/
316O_D_STR	../common/options.h	/^#define	O_D_STR(sp, o)		O_V(sp, o, o_def.str)$/
317O_D_VAL	../common/options.h	/^#define	O_D_VAL(sp, o)		O_V(sp, o, o_def.val)$/
318O_ISSET	../common/options.h	/^#define	O_ISSET(sp, o)		O_VAL(sp, o)$/
319O_NUMBER_FMT	../vi/vi.h	/^#define	O_NUMBER_FMT	"%7lu "			\/* O_NUMBER format/
320O_NUMBER_LENGTH	../vi/vi.h	/^#define	O_NUMBER_LENGTH	8$/
321O_SET	../common/options.h	/^#define	O_SET(sp, o)		o_set(sp, o, 0, NULL, 1)$/
322O_STR	../common/options.h	/^#define	O_STR(sp, o)		O_V(sp, o, o_cur.str)$/
323O_V	../common/options.h	/^#define	O_V(sp, o, fld)							\\$/
324O_VAL	../common/options.h	/^#define	O_VAL(sp, o)		O_V(sp, o, o_cur.val)$/
325PROMPTCHAR	../ex/ex.h	/^#define	PROMPTCHAR	':'		\/* Prompt using a colon. /
326QREM	../common/key.c	/^#define	QREM(len) {							\\$/
327RCV_EMAIL	../common/exf.h	/^#define	RCV_EMAIL	0x01	\/* Send the user email, IF/
328RCV_ENDSESSION	../common/exf.h	/^#define	RCV_ENDSESSION	0x02	\/* End the file sessi/
329RCV_PERIOD	../common/exf.h	/^#define	RCV_PERIOD	120		\/* Sync every two minutes/
330RCV_PRESERVE	../common/exf.h	/^#define	RCV_PRESERVE	0x04	\/* Preserve backup file/
331RCV_SNAPSHOT	../common/exf.h	/^#define	RCV_SNAPSHOT	0x08	\/* Snapshot the recover/
332REALLOC	../common/mem.h	/^#define	REALLOC(sp, p, cast, size) {					\\$/
333REM	../common/msg.c	/^#define	REM	(blen - mlen)$/
334RE_C_CSCOPE	../common/screen.h	/^#define	RE_C_CSCOPE	0x0001		\/* Compile cscope pat/
335RE_C_SEARCH	../common/screen.h	/^#define	RE_C_SEARCH	0x0002		\/* Compile search rep/
336RE_C_SILENT	../common/screen.h	/^#define	RE_C_SILENT	0x0004		\/* No error messages./
337RE_C_SUBST	../common/screen.h	/^#define	RE_C_SUBST	0x0008		\/* Compile substitute /
338RE_C_TAG	../common/screen.h	/^#define	RE_C_TAG	0x0010		\/* Compile ctag pattern./
339RE_WSTART	../common/screen.h	/^#define	RE_WSTART	"[[:<:]]"	\/* Ex\/vi: not-in-wor/
340RE_WSTOP	../common/screen.h	/^#define	RE_WSTOP	"[[:>:]]"$/
341RLNO	../cl/cl.h	/^#define	RLNO(sp, lno)	(sp)->woff + (lno)$/
342SCNO	../vi/vs_refresh.c	/^#define	SCNO	vip->sc_col		\/* Current screen colum/
343SCREEN_COLS	../vi/vi.h	/^#define	SCREEN_COLS(sp)				\/* Screen columns. *\//
344SC_ARGNOFREE	../common/screen.h	/^#define	SC_ARGNOFREE	0x00002000	\/* Argument list /
345SC_ARGRECOVER	../common/screen.h	/^#define	SC_ARGRECOVER	0x00004000	\/* Argument list/
346SC_AT_SET	../common/screen.h	/^#define	SC_AT_SET	0x00008000	\/* Last at buffer se/
347SC_COMEDIT	../common/screen.h	/^#define	SC_COMEDIT	0x00010000	\/* Colon command-li/
348SC_EX	../common/screen.h	/^#define	SC_EX		0x00000001	\/* Ex editor. *\/$/
349SC_EXIT	../common/screen.h	/^#define	SC_EXIT		0x00000200	\/* Exiting (not force/
350SC_EXIT_FORCE	../common/screen.h	/^#define	SC_EXIT_FORCE	0x00000400	\/* Exiting (forc/
351SC_EX_GLOBAL	../common/screen.h	/^#define	SC_EX_GLOBAL	0x00020000	\/* Ex: executing /
352SC_EX_SILENT	../common/screen.h	/^#define	SC_EX_SILENT	0x00040000	\/* Ex: batch scri/
353SC_EX_WAIT_NO	../common/screen.h	/^#define	SC_EX_WAIT_NO	0x00080000	\/* Ex: don't wai/
354SC_EX_WAIT_YES	../common/screen.h	/^#define	SC_EX_WAIT_YES	0x00100000	\/* Ex:    do wa/
355SC_FSWITCH	../common/screen.h	/^#define	SC_FSWITCH	0x00000800	\/* Switch underlyin/
356SC_READONLY	../common/screen.h	/^#define	SC_READONLY	0x00200000	\/* Persistent read/
357SC_RE_SEARCH	../common/screen.h	/^#define	SC_RE_SEARCH	0x00400000	\/* Search RE has /
358SC_RE_SUBST	../common/screen.h	/^#define	SC_RE_SUBST	0x00800000	\/* Substitute RE h/
359SC_SCRIPT	../common/screen.h	/^#define	SC_SCRIPT	0x01000000	\/* Shell script wind/
360SC_SCR_CENTER	../common/screen.h	/^#define	SC_SCR_CENTER	0x00000080	\/* Center the li/
361SC_SCR_EX	../common/screen.h	/^#define	SC_SCR_EX	0x00000004	\/* Screen is in ex m/
362SC_SCR_EXWROTE	../common/screen.h	/^#define	SC_SCR_EXWROTE	0x00000010	\/* Ex overwrite/
363SC_SCR_REDRAW	../common/screen.h	/^#define	SC_SCR_REDRAW	0x00000040	\/* Refresh. *\/$/
364SC_SCR_REFORMAT	../common/screen.h	/^#define	SC_SCR_REFORMAT	0x00000020	\/* Reformat (r/
365SC_SCR_TOP	../common/screen.h	/^#define	SC_SCR_TOP	0x00000100	\/* Top the line if /
366SC_SCR_VI	../common/screen.h	/^#define	SC_SCR_VI	0x00000008	\/* Screen is in vi m/
367SC_SSWITCH	../common/screen.h	/^#define	SC_SSWITCH	0x00001000	\/* Switch screens. /
368SC_STATUS	../common/screen.h	/^#define	SC_STATUS	0x02000000	\/* Welcome message. /
369SC_STATUS_CNT	../common/screen.h	/^#define	SC_STATUS_CNT	0x04000000	\/* Welcome messa/
370SC_TINPUT	../common/screen.h	/^#define	SC_TINPUT	0x08000000	\/* Doing text input./
371SC_TINPUT_INFO	../common/screen.h	/^#define	SC_TINPUT_INFO	0x10000000	\/* Doing text i/
372SC_VI	../common/screen.h	/^#define	SC_VI		0x00000002	\/* Vi editor. *\/$/
373SDEC	../vi/v_increment.c	/^#define	SDEC	1$/
374SEARCH_CSCOPE	../common/screen.h	/^#define	SEARCH_CSCOPE	0x0001		\/* Search for a csc/
375SEARCH_EOL	../common/screen.h	/^#define	SEARCH_EOL	0x0002		\/* Offset past EOL is /
376SEARCH_FILE	../common/screen.h	/^#define	SEARCH_FILE	0x0004		\/* Search the entire /
377SEARCH_INCR	../common/screen.h	/^#define	SEARCH_INCR	0x0008		\/* Search incremental/
378SEARCH_MSG	../common/screen.h	/^#define	SEARCH_MSG	0x0010		\/* Display search mess/
379SEARCH_PARSE	../common/screen.h	/^#define	SEARCH_PARSE	0x0020		\/* Parse the search /
380SEARCH_SET	../common/screen.h	/^#define	SEARCH_SET	0x0040		\/* Set search directio/
381SEARCH_TAG	../common/screen.h	/^#define	SEARCH_TAG	0x0080		\/* Search for a tag pa/
382SEARCH_WMSG	../common/screen.h	/^#define	SEARCH_WMSG	0x0100		\/* Display search-wra/
383SEQ_FUNCMAP	../common/seq.h	/^#define	SEQ_FUNCMAP	0x01		\/* If unresolved functi/
384SEQ_NOOVERWRITE	../common/seq.h	/^#define	SEQ_NOOVERWRITE	0x02		\/* Don't replace ex/
385SEQ_SCREEN	../common/seq.h	/^#define	SEQ_SCREEN	0x04		\/* If screen specific. */
386SEQ_USERDEF	../common/seq.h	/^#define	SEQ_USERDEF	0x08		\/* If user defined. *\//
387SETSIG	../tk/tk_main.c	/^#define	SETSIG(signal, handler, off) {					\\$/
388SHELLECHO	../ex/ex_argv.c	/^#define	SHELLECHO	"echo "$/
389SHELLOFFSET	../ex/ex_argv.c	/^#define	SHELLOFFSET	(sizeof(SHELLECHO) - 1)$/
390SHIFT	../common/key.c	/^#define	SHIFT	(BITS - BITS % 3)$/
391SIGBLOCK	../common/gs.h	/^#define	SIGBLOCK \\$/
392SIGUNBLOCK	../common/gs.h	/^#define	SIGUNBLOCK \\$/
393SINGLE_CHAR_COMMANDS	../ex/ex.c	/^#define	SINGLE_CHAR_COMMANDS	"\\004!#&*<=>@~"$/
394SIZE_HMAP	../vi/vi.h	/^#define	SIZE_HMAP(sp)	(VIP(sp)->srows + 1)$/
395SKIP_PAST_NEWLINE	../ex/ex_tag.c	/^#define	SKIP_PAST_NEWLINE(p, back)	while (p < back/
396SMAP_CACHE	../vi/vi.h	/^#define	SMAP_CACHE(smp)		((smp)->c_ecsize != 0)$/
397SMAP_FLUSH	../vi/vi.h	/^#define	SMAP_FLUSH(smp)		((smp)->c_ecsize = 0)$/
398STANDARD_TAB	../common/key.h	/^#define	STANDARD_TAB	6$/
399SUB_FIRST	../ex/ex_subst.c	/^#define	SUB_FIRST	0x01		\/* The 'r' flag isn't rea/
400SUB_MUSTSETR	../ex/ex_subst.c	/^#define	SUB_MUSTSETR	0x02		\/* The 'r' flag is req/
401TABCH	../vi/vs_line.c	/^#define	TABCH	'-'$/
402TAB_OFF	../vi/vi.h	/^#define	TAB_OFF(c)	COL_OFF((c), O_VAL(sp, O_TABSTO/
403TAB_RESET	../vi/vs_relative.c	/^#define	TAB_RESET {							\\$/
404TAGF_ERR	../ex/tag.h	/^#define	TAGF_ERR	0x01	\/* Error occurred. *\/$/
405TAGF_ERR_WARN	../ex/tag.h	/^#define	TAGF_ERR_WARN	0x02	\/* Error reported. *\//
406TAG_CSCOPE	../ex/tag.h	/^#define	TAG_CSCOPE	0x01	\/* Cscope tag. *\/$/
407TCC	../tcl_api/tcl.c	/^#define	TCC(name, function) {						\\$/
408TEMPORARY_FILE_STRING	../common/gs.h	/^#define	TEMPORARY_FILE_STRING	"\/tmp"	\/* Default /
409TERM_PUSH_SHIFT	../common/key.c	/^#define	TERM_PUSH_SHIFT	30$/
410TKP	../tk/tki.h	/^#define	TKP(sp)		((TK_PRIVATE *)((sp)->gp->tk_priv/
411TK_LLINE_IV	../tk/tki.h	/^#define	TK_LLINE_IV	0x0001	\/* Last line is in inv/
412TK_SCR_VI_INIT	../tk/tki.h	/^#define	TK_SCR_VI_INIT	0x0002	\/* Vi screen initia/
413TK_SIGHUP	../tk/tki.h	/^#define	TK_SIGHUP	0x0004	\/* SIGHUP arrived. *\/$/
414TK_SIGINT	../tk/tki.h	/^#define	TK_SIGINT	0x0008	\/* SIGINT arrived. *\/$/
415TK_SIGTERM	../tk/tki.h	/^#define	TK_SIGTERM	0x0010	\/* SIGTERM arrived. *\//
416TK_SIGWINCH	../tk/tki.h	/^#define	TK_SIGWINCH	0x0020	\/* SIGWINCH arrived. */
417TMAP	../vi/vi.h	/^#define	TMAP		_TMAP(sp)$/
418TOPMASK	../common/key.c	/^#define	TOPMASK	(BITS % 3 == 2 ? 3 : 1) << (BITS -/
419TRACE	../common/util.c	/^TRACE(sp, fmt, va_alist)$/
420TRUE	../cl/cl.h	/^#define	TRUE	1$/
421TXT_ADDNEWLINE	../common/key.h	/^#define	TXT_ADDNEWLINE	0x00000001	\/* Replay start/
422TXT_AICHARS	../common/key.h	/^#define	TXT_AICHARS	0x00000002	\/* Leading autoind/
423TXT_ALTWERASE	../common/key.h	/^#define	TXT_ALTWERASE	0x00000004	\/* Option: altwe/
424TXT_APPENDEOL	../common/key.h	/^#define	TXT_APPENDEOL	0x00000008	\/* Appending aft/
425TXT_AUTOINDENT	../common/key.h	/^#define	TXT_AUTOINDENT	0x00000010	\/* Autoindent s/
426TXT_BACKSLASH	../common/key.h	/^#define	TXT_BACKSLASH	0x00000020	\/* Backslashes e/
427TXT_BEAUTIFY	../common/key.h	/^#define	TXT_BEAUTIFY	0x00000040	\/* Only printable/
428TXT_BS	../common/key.h	/^#define	TXT_BS		0x00000080	\/* Backspace returns t/
429TXT_CEDIT	../common/key.h	/^#define	TXT_CEDIT	0x00000100	\/* Can return TERM_C/
430TXT_CNTRLD	../common/key.h	/^#define	TXT_CNTRLD	0x00000200	\/* Control-D is a c/
431TXT_CNTRLT	../common/key.h	/^#define	TXT_CNTRLT	0x00000400	\/* Control-T is an /
432TXT_CR	../common/key.h	/^#define	TXT_CR		0x00000800	\/* CR returns the buff/
433TXT_DOTTERM	../common/key.h	/^#define	TXT_DOTTERM	0x00001000	\/* Leading '.' ter/
434TXT_EMARK	../common/key.h	/^#define	TXT_EMARK	0x00002000	\/* End of replacemen/
435TXT_EOFCHAR	../common/key.h	/^#define	TXT_EOFCHAR	0x00004000	\/* ICANON set, ret/
436TXT_ESCAPE	../common/key.h	/^#define	TXT_ESCAPE	0x00008000	\/* Escape returns t/
437TXT_FILEC	../common/key.h	/^#define	TXT_FILEC	0x00010000	\/* Option: filec. */
438TXT_INFOLINE	../common/key.h	/^#define	TXT_INFOLINE	0x00020000	\/* Editing the in/
439TXT_MAPINPUT	../common/key.h	/^#define	TXT_MAPINPUT	0x00040000	\/* Apply the inpu/
440TXT_NLECHO	../common/key.h	/^#define	TXT_NLECHO	0x00080000	\/* Echo the newline/
441TXT_NUMBER	../common/key.h	/^#define	TXT_NUMBER	0x00100000	\/* Number the line./
442TXT_OVERWRITE	../common/key.h	/^#define	TXT_OVERWRITE	0x00200000	\/* Overwrite cha/
443TXT_PROMPT	../common/key.h	/^#define	TXT_PROMPT	0x00400000	\/* Display a prompt/
444TXT_RECORD	../common/key.h	/^#define	TXT_RECORD	0x00800000	\/* Record for repla/
445TXT_REPLACE	../common/key.h	/^#define	TXT_REPLACE	0x01000000	\/* Replace; don't /
446TXT_REPLAY	../common/key.h	/^#define	TXT_REPLAY	0x02000000	\/* Replay the last /
447TXT_RESOLVE	../common/key.h	/^#define	TXT_RESOLVE	0x04000000	\/* Resolve the tex/
448TXT_SEARCHINCR	../common/key.h	/^#define	TXT_SEARCHINCR	0x08000000	\/* Incremental /
449TXT_SHOWMATCH	../common/key.h	/^#define	TXT_SHOWMATCH	0x10000000	\/* Option: showm/
450TXT_TTYWERASE	../common/key.h	/^#define	TXT_TTYWERASE	0x20000000	\/* Option: ttywe/
451TXT_WRAPMARGIN	../common/key.h	/^#define	TXT_WRAPMARGIN	0x40000000	\/* Option: wrap/
452UNMAP_TST	../vi/v_txt.c	/^#define	UNMAP_TST							\\$/
453UPDATE_CURSOR	../vi/vs_refresh.c	/^#define	UPDATE_CURSOR	0x01			\/* Update the cursor/
454UPDATE_POSITION	../vi/v_txt.c	/^#define	UPDATE_POSITION(sp, tp) {					\\$/
455UPDATE_SCREEN	../vi/vs_refresh.c	/^#define	UPDATE_SCREEN	0x02			\/* Flush to screen. /
456USAGE	../cl/cl_funcs.c	/^#define	USAGE "\\$/
457VC_BUFFER	../vi/vi.h	/^#define	VC_BUFFER	0x00000200	\/* The buffer was se/
458VC_C1RESET	../vi/vi.h	/^#define	VC_C1RESET	0x00000400	\/* Reset C1SET flag/
459VC_C1SET	../vi/vi.h	/^#define	VC_C1SET	0x00000800	\/* Count 1 was set. */
460VC_C2SET	../vi/vi.h	/^#define	VC_C2SET	0x00001000	\/* Count 2 was set. */
461VC_ISDOT	../vi/vi.h	/^#define	VC_ISDOT	0x00002000	\/* Command was the do/
462VIP	../vi/vi.h	/^#define	VIP(sp)	((VI_PRIVATE *)((sp)->vi_private))/
463VIP_CUR_INVALID	../vi/vi.h	/^#define	VIP_CUR_INVALID	0x0001	\/* Cursor position/
464VIP_DIVIDER	../vi/vi.h	/^#define	VIP_DIVIDER	0x0002	\/* Divider line was di/
465VIP_N_EX_PAINT	../vi/vi.h	/^#define	VIP_N_EX_PAINT	0x0004	\/* Clear and repain/
466VIP_N_EX_REDRAW	../vi/vi.h	/^#define	VIP_N_EX_REDRAW	0x0008	\/* Schedule SC_SCR/
467VIP_N_REFRESH	../vi/vi.h	/^#define	VIP_N_REFRESH	0x0010	\/* Repaint (from SMA/
468VIP_N_RENUMBER	../vi/vi.h	/^#define	VIP_N_RENUMBER	0x0020	\/* Renumber screen /
469VIP_RCM_LAST	../vi/vi.h	/^#define	VIP_RCM_LAST	0x0040	\/* Cursor drawn to th/
470VIP_S_MODELINE	../vi/vi.h	/^#define	VIP_S_MODELINE	0x0080	\/* Skip next modeli/
471VIP_S_REFRESH	../vi/vi.h	/^#define	VIP_S_REFRESH	0x0100	\/* Skip next refresh/
472VI_FHEADER	../common/recover.c	/^#define	VI_FHEADER	"X-vi-recover-file: "$/
473VI_INIT_IGNORE	../tk/tki.h	/^#define	VI_INIT_IGNORE(sp)						\\$/
474VI_PHEADER	../common/recover.c	/^#define	VI_PHEADER	"X-vi-recover-path: "$/
475VI_SCR_CFLUSH	../vi/vi.h	/^#define	VI_SCR_CFLUSH(vip)	vip->ss_lno = OOBLNO$/
476VI_VERSION	../ex/version.h	/^#define	VI_VERSION \\$/
477VMC	../common/msg.c	/^#define	VMC	"VI_MESSAGE_CATALOG"$/
478VM_CMDFAILED	../vi/vi.h	/^#define	VM_CMDFAILED	0x00000001	\/* Command failed/
479VM_COMMASK	../vi/vi.h	/^#define	VM_COMMASK	0x0000000f	\/* Mask for VM flag/
480VM_CUTREQ	../vi/vi.h	/^#define	VM_CUTREQ	0x00000002	\/* Always cut into n/
481VM_LDOUBLE	../vi/vi.h	/^#define	VM_LDOUBLE	0x00000004	\/* Doubled command /
482VM_LMODE	../vi/vi.h	/^#define	VM_LMODE	0x00000008	\/* Motion is line ori/
483VM_RCM	../vi/vi.h	/^#define	VM_RCM		0x00000010	\/* Use relative cursor/
484VM_RCM_MASK	../vi/vi.h	/^#define	VM_RCM_MASK	0x000001f0	\/* Mask for RCM fl/
485VM_RCM_SET	../vi/vi.h	/^#define	VM_RCM_SET	0x00000020	\/* RCM: set to curr/
486VM_RCM_SETFNB	../vi/vi.h	/^#define	VM_RCM_SETFNB	0x00000040	\/* RCM: set to f/
487VM_RCM_SETLAST	../vi/vi.h	/^#define	VM_RCM_SETLAST	0x00000080	\/* RCM: set to /
488VM_RCM_SETNNB	../vi/vi.h	/^#define	VM_RCM_SETNNB	0x00000100	\/* RCM: set to n/
489V_ABS	../vi/vi.h	/^#define	V_ABS		0x00004000	\/* Absolute movement, s/
490V_ABS_C	../vi/vi.h	/^#define	V_ABS_C		0x00008000	\/* V_ABS: if the line/
491V_ABS_L	../vi/vi.h	/^#define	V_ABS_L		0x00010000	\/* V_ABS: if the line/
492V_CHAR	../vi/vi.h	/^#define	V_CHAR		0x00020000	\/* Character (required/
493V_CNT	../vi/vi.h	/^#define	V_CNT		0x00040000	\/* Count (optional, lea/
494V_DOT	../vi/vi.h	/^#define	V_DOT		0x00080000	\/* On success, sets dot/
495V_KEYW	../vi/vi.h	/^#define	V_KEYW		0x00100000	\/* Cursor referenced w/
496V_MOTION	../vi/vi.h	/^#define	V_MOTION	0x00200000	\/* Motion (required, /
497V_MOVE	../vi/vi.h	/^#define	V_MOVE		0x00400000	\/* Command defines mov/
498V_OBUF	../vi/vi.h	/^#define	V_OBUF		0x00800000	\/* Buffer (optional, l/
499V_RBUF	../vi/vi.h	/^#define	V_RBUF		0x01000000	\/* Buffer (required, t/
500V_SECURE	../vi/vi.h	/^#define	V_SECURE	0x02000000	\/* Permission denied /
501WMTSPACE	../vi/v_txt.c	/^#define	WMTSPACE	wmt.offset + wmt.owrite + wmt.ins/
502XTERM_RENAME	../cl/cl.h	/^#define	XTERM_RENAME	"\\033]0;%s\\007"$/
503_HMAP	../vi/vi.h	/^#define	_HMAP(sp)	(VIP(sp)->h_smap)$/
504_TMAP	../vi/vi.h	/^#define	_TMAP(sp)	(VIP(sp)->t_smap)$/
505__INUSE1	../ex/ex.h	/^#define	__INUSE1	0xfffff800	\/* Same name space as/
506__INUSE2	../ex/ex.h	/^#define	__INUSE2	0x000004ff	\/* Same name space as/
507__NL_ARGMAX	../common/msg.c	/^#define	__NL_ARGMAX	20		\/* Set to 9 by System V. /
508addnstr	../cl/cl_bsd.c	/^addnstr(s, n)$/
509api_aline	../common/api.c	/^api_aline(sp, lno, line, len)$/
510api_dline	../common/api.c	/^api_dline(sp, lno)$/
511api_edit	../common/api.c	/^api_edit(sp, file, spp, newscreen)$/
512api_emessage	../common/api.c	/^api_emessage(sp, text)$/
513api_escreen	../common/api.c	/^api_escreen(sp)$/
514api_fscreen	../common/api.c	/^api_fscreen(id, name)$/
515api_getcursor	../common/api.c	/^api_getcursor(sp, mp)$/
516api_getmark	../common/api.c	/^api_getmark(sp, markname, mp)$/
517api_gline	../common/api.c	/^api_gline(sp, lno, linepp, lenp)$/
518api_iline	../common/api.c	/^api_iline(sp, lno, line, len)$/
519api_imessage	../common/api.c	/^api_imessage(sp, text)$/
520api_lline	../common/api.c	/^api_lline(sp, lnop)$/
521api_map	../common/api.c	/^api_map(sp, name, map, len)$/
522api_nextmark	../common/api.c	/^api_nextmark(sp, next, namep)$/
523api_opts_get	../common/api.c	/^api_opts_get(sp, name, value, boolvalue)$/
524api_opts_set	../common/api.c	/^api_opts_set(sp, name, str_value, num_value, bool_/
525api_run_str	../common/api.c	/^api_run_str(sp, cmd)$/
526api_setcursor	../common/api.c	/^api_setcursor(sp, mp)$/
527api_setmark	../common/api.c	/^api_setmark(sp, markname, mp)$/
528api_sline	../common/api.c	/^api_sline(sp, lno, line, len)$/
529api_swscreen	../common/api.c	/^api_swscreen(sp, new)$/
530api_unmap	../common/api.c	/^api_unmap(sp, name)$/
531argv_alloc	../ex/ex_argv.c	/^argv_alloc(sp, len)$/
532argv_comp	../ex/ex_argv.c	/^argv_comp(a, b)$/
533argv_exp0	../ex/ex_argv.c	/^argv_exp0(sp, excp, cmd, cmdlen)$/
534argv_exp1	../ex/ex_argv.c	/^argv_exp1(sp, excp, cmd, cmdlen, is_bang)$/
535argv_exp2	../ex/ex_argv.c	/^argv_exp2(sp, excp, cmd, cmdlen)$/
536argv_exp3	../ex/ex_argv.c	/^argv_exp3(sp, excp, cmd, cmdlen)$/
537argv_fexp	../ex/ex_argv.c	/^argv_fexp(sp, excp, cmd, cmdlen, p, lenp, bpp, ble/
538argv_free	../ex/ex_argv.c	/^argv_free(sp)$/
539argv_init	../ex/ex_argv.c	/^argv_init(sp, excp)$/
540argv_lexp	../ex/ex_argv.c	/^argv_lexp(sp, excp, path)$/
541argv_sexp	../ex/ex_argv.c	/^argv_sexp(sp, bpp, blenp, lenp)$/
542attach	../common/main.c	/^attach(gp)$/
543b_search	../common/search.c	/^b_search(sp, fm, rm, ptrn, plen, eptrn, flags)$/
544bdisplay	../ex/ex_display.c	/^bdisplay(sp)$/
545beep	../cl/cl_bsd.c	/^beep()$/
546binary_search	../ex/ex_tag.c	/^binary_search(string, front, back)$/
547binc	../common/util.c	/^binc(sp, bp, bsizep, min)$/
548bword	../vi/v_word.c	/^bword(sp, vp, type)$/
549cb_rotate	../common/cut.c	/^cb_rotate(sp)$/
550cl_addstr	../cl/cl_funcs.c	/^cl_addstr(sp, str, len)$/
551cl_attr	../cl/cl_funcs.c	/^cl_attr(sp, attribute, on)$/
552cl_baud	../cl/cl_funcs.c	/^cl_baud(sp, ratep)$/
553cl_bell	../cl/cl_funcs.c	/^cl_bell(sp)$/
554cl_clrtoeol	../cl/cl_funcs.c	/^cl_clrtoeol(sp)$/
555cl_cursor	../cl/cl_funcs.c	/^cl_cursor(sp, yp, xp)$/
556cl_deleteln	../cl/cl_funcs.c	/^cl_deleteln(sp)$/
557cl_event	../cl/cl_read.c	/^cl_event(sp, evp, flags, ms)$/
558cl_ex_adjust	../cl/cl_funcs.c	/^cl_ex_adjust(sp, action)$/
559cl_ex_end	../cl/cl_screen.c	/^cl_ex_end(gp)$/
560cl_ex_init	../cl/cl_screen.c	/^cl_ex_init(sp)$/
561cl_fmap	../cl/cl_term.c	/^cl_fmap(sp, stype, from, flen, to, tlen)$/
562cl_freecap	../cl/cl_screen.c	/^cl_freecap(clp)$/
563cl_func_std	../cl/cl_main.c	/^cl_func_std(gp)$/
564cl_getcap	../cl/cl_screen.c	/^cl_getcap(sp, name, elementp)$/
565cl_init	../cl/cl_main.c	/^cl_init(gp)$/
566cl_insertln	../cl/cl_funcs.c	/^cl_insertln(sp)$/
567cl_keyval	../cl/cl_funcs.c	/^cl_keyval(sp, val, chp, dnep)$/
568cl_move	../cl/cl_funcs.c	/^cl_move(sp, lno, cno)$/
569cl_omesg	../cl/cl_term.c	/^cl_omesg(sp, clp, on)$/
570cl_optchange	../cl/cl_term.c	/^cl_optchange(sp, opt, str, valp)$/
571cl_pfmap	../cl/cl_term.c	/^cl_pfmap(sp, stype, from, flen, to, tlen)$/
572cl_putchar	../cl/cl_term.c	/^cl_putchar(ch)$/
573cl_putenv	../cl/cl_screen.c	/^cl_putenv(name, str, value)$/
574cl_quit	../cl/cl_screen.c	/^cl_quit(gp)$/
575cl_read	../cl/cl_read.c	/^cl_read(sp, flags, bp, blen, nrp, tp)$/
576cl_refresh	../cl/cl_funcs.c	/^cl_refresh(sp, repaint)$/
577cl_rename	../cl/cl_funcs.c	/^cl_rename(sp, name, on)$/
578cl_resize	../cl/cl_read.c	/^cl_resize(sp, lines, columns)$/
579cl_screen	../cl/cl_screen.c	/^cl_screen(sp, flags)$/
580cl_ssize	../cl/cl_term.c	/^cl_ssize(sp, sigwinch, rowp, colp, changedp)$/
581cl_suspend	../cl/cl_funcs.c	/^cl_suspend(sp, allowedp)$/
582cl_term_end	../cl/cl_term.c	/^cl_term_end(gp)$/
583cl_term_init	../cl/cl_term.c	/^cl_term_init(sp)$/
584cl_usage	../cl/cl_funcs.c	/^cl_usage()$/
585cl_vi_end	../cl/cl_screen.c	/^cl_vi_end(gp)$/
586cl_vi_init	../cl/cl_screen.c	/^cl_vi_init(sp)$/
587compare	../ex/ex_tag.c	/^compare(s1, s2, back)$/
588create_cs_cmd	../ex/ex_cscope.c	/^create_cs_cmd(sp, pattern, searchp)$/
589cs_bblank	../vi/getc.c	/^cs_bblank(sp, csp)$/
590cs_fblank	../vi/getc.c	/^cs_fblank(sp, csp)$/
591cs_fspace	../vi/getc.c	/^cs_fspace(sp, csp)$/
592cs_init	../vi/getc.c	/^cs_init(sp, csp)$/
593cs_next	../vi/getc.c	/^cs_next(sp, csp)$/
594cs_prev	../vi/getc.c	/^cs_prev(sp, csp)$/
595csc_file	../ex/ex_cscope.c	/^csc_file(sp, csc, name, dirp, dlenp, isolderp)$/
596csc_help	../ex/ex_cscope.c	/^csc_help(sp, cmd)$/
597cscope_add	../ex/ex_cscope.c	/^cscope_add(sp, cmdp, dname)$/
598cscope_display	../ex/ex_cscope.c	/^cscope_display(sp)$/
599cscope_find	../ex/ex_cscope.c	/^cscope_find(sp, cmdp, pattern)$/
600cscope_help	../ex/ex_cscope.c	/^cscope_help(sp, cmdp, subcmd)$/
601cscope_kill	../ex/ex_cscope.c	/^cscope_kill(sp, cmdp, cn)$/
602cscope_reset	../ex/ex_cscope.c	/^cscope_reset(sp, cmdp, notusedp)$/
603cscope_search	../ex/ex_cscope.c	/^cscope_search(sp, tqp, tp)$/
604ctag_file	../ex/ex_tag.c	/^ctag_file(sp, tfp, name, dirp, dlenp)$/
605ctag_search	../ex/ex_tag.c	/^ctag_search(sp, search, slen, tag)$/
606ctag_sfile	../ex/ex_tag.c	/^ctag_sfile(sp, tfp, tqp, tname)$/
607ctag_slist	../ex/ex_tag.c	/^ctag_slist(sp, tag)$/
608cut	../common/cut.c	/^cut(sp, namep, fm, tm, flags)$/
609cut_close	../common/cut.c	/^cut_close(gp)$/
610cut_line	../common/cut.c	/^cut_line(sp, lno, fcno, clen, cbp)$/
611db	../ex/ex_display.c	/^db(sp, cbp, name)$/
612db_append	../common/line.c	/^db_append(sp, update, lno, p, len)$/
613db_delete	../common/line.c	/^db_delete(sp, lno)$/
614db_eget	../common/line.c	/^db_eget(sp, lno, pp, lenp, isemptyp)$/
615db_err	../common/line.c	/^db_err(sp, lno)$/
616db_exist	../common/line.c	/^db_exist(sp, lno)$/
617db_get	../common/line.c	/^db_get(sp, lno, flags, pp, lenp)$/
618db_insert	../common/line.c	/^db_insert(sp, lno, p, len)$/
619db_last	../common/line.c	/^db_last(sp, lnop)$/
620db_set	../common/line.c	/^db_set(sp, lno, p, len)$/
621del	../common/delete.c	/^del(sp, fm, tm, lmode)$/
622e_asp	../common/key.h	/^#define	e_asp	_u_event._e_str.asp$/
623e_c	../common/key.h	/^#define	e_c	_u_event._e_ch.c$/
624e_ch	../common/key.h	/^#define	e_ch	_u_event._e_ch		\/* !!! The structure/
625e_cno	../common/key.h	/^#define	e_cno	_u_event._e_mark.cno1$/
626e_csp	../common/key.h	/^#define	e_csp	_u_event._e_str.csp$/
627e_fcno	../common/key.h	/^#define	e_fcno	_u_event._e_mark.cno1$/
628e_flags	../common/key.h	/^#define	e_flags	_u_event._e_ch.flags$/
629e_flno	../common/key.h	/^#define	e_flno	_u_event._e_mark.lno1	\/* Text regi/
630e_len	../common/key.h	/^#define	e_len	_u_event._e_str.len$/
631e_lno	../common/key.h	/^#define	e_lno	_u_event._e_mark.lno1	\/* Single loc/
632e_memcmp	../common/seq.c	/^e_memcmp(p1, ep, n)$/
633e_tcno	../common/key.h	/^#define	e_tcno	_u_event._e_mark.cno2$/
634e_tlno	../common/key.h	/^#define	e_tlno	_u_event._e_mark.lno2$/
635e_value	../common/key.h	/^#define	e_value	_u_event._e_ch.value$/
636editor	../common/main.c	/^editor(gp, argc, argv)$/
637eword	../vi/v_word.c	/^eword(sp, vp, type)$/
638ex	../ex/ex.c	/^ex(spp)$/
639ex_N_edit	../ex/ex_edit.c	/^ex_N_edit(sp, cmdp, frp, attach)$/
640ex_N_next	../ex/ex_args.c	/^ex_N_next(sp, cmdp)$/
641ex_abbr	../ex/ex_abbrev.c	/^ex_abbr(sp, cmdp)$/
642ex_aci	../ex/ex_append.c	/^ex_aci(sp, cmdp, cmd)$/
643ex_append	../ex/ex_append.c	/^ex_append(sp, cmdp)$/
644ex_args	../ex/ex_args.c	/^ex_args(sp, cmdp)$/
645ex_at	../ex/ex_at.c	/^ex_at(sp, cmdp)$/
646ex_badaddr	../ex/ex.c	/^ex_badaddr(sp, cp, ba, nret)$/
647ex_bang	../ex/ex_bang.c	/^ex_bang(sp, cmdp)$/
648ex_bg	../ex/ex_screen.c	/^ex_bg(sp, cmdp)$/
649ex_buildargv	../ex/ex_args.c	/^ex_buildargv(sp, cmdp, name)$/
650ex_cadd	../ex/ex_util.c	/^ex_cadd(cmdp, ap, arg, len)$/
651ex_cd	../ex/ex_cd.c	/^ex_cd(sp, cmdp)$/
652ex_change	../ex/ex_append.c	/^ex_change(sp, cmdp)$/
653ex_cinit	../ex/ex_util.c	/^ex_cinit(cmdp, cmd_id, naddr, lno1, lno2, force, a/
654ex_cmd	../ex/ex.c	/^ex_cmd(sp)$/
655ex_comlog	../ex/ex.c	/^ex_comlog(sp, ecp)$/
656ex_comm_search	../ex/ex.c	/^ex_comm_search(name, len)$/
657ex_copy	../ex/ex_move.c	/^ex_copy(sp, cmdp)$/
658ex_cscope	../ex/ex_cscope.c	/^ex_cscope(sp, cmdp)$/
659ex_delete	../ex/ex_delete.c	/^ex_delete(sp, cmdp)$/
660ex_discard	../ex/ex.c	/^ex_discard(sp)$/
661ex_display	../ex/ex_display.c	/^ex_display(sp, cmdp)$/
662ex_edit	../ex/ex_edit.c	/^ex_edit(sp, cmdp)$/
663ex_emsg	../ex/ex_util.c	/^ex_emsg(sp, p, which)$/
664ex_equal	../ex/ex_equal.c	/^ex_equal(sp, cmdp)$/
665ex_exec_proc	../ex/ex_shell.c	/^ex_exec_proc(sp, cmdp, cmd, msg, need_newline)$/
666ex_exrc	../ex/ex_init.c	/^ex_exrc(sp)$/
667ex_fflush	../ex/ex_print.c	/^ex_fflush(sp)$/
668ex_fg	../ex/ex_screen.c	/^ex_fg(sp, cmdp)$/
669ex_file	../ex/ex_file.c	/^ex_file(sp, cmdp)$/
670ex_filter	../ex/ex_filter.c	/^ex_filter(sp, cmdp, fm, tm, rp, cmd, ftype)$/
671ex_g_insdel	../ex/ex_global.c	/^ex_g_insdel(sp, op, lno)$/
672ex_g_setup	../ex/ex_global.c	/^ex_g_setup(sp, cmdp, cmd)$/
673ex_getline	../ex/ex_util.c	/^ex_getline(sp, fp, lenp)$/
674ex_global	../ex/ex_global.c	/^ex_global(sp, cmdp)$/
675ex_help	../ex/ex_usage.c	/^ex_help(sp, cmdp)$/
676ex_init	../ex/ex_util.c	/^ex_init(sp)$/
677ex_insert	../ex/ex_append.c	/^ex_insert(sp, cmdp)$/
678ex_is_abbrev	../ex/ex.c	/^ex_is_abbrev(name, len)$/
679ex_is_unmap	../ex/ex.c	/^ex_is_unmap(name, len)$/
680ex_join	../ex/ex_join.c	/^ex_join(sp, cmdp)$/
681ex_ldisplay	../ex/ex_print.c	/^ex_ldisplay(sp, p, len, col, flags)$/
682ex_line	../ex/ex.c	/^ex_line(sp, ecp, mp, isaddrp, errp)$/
683ex_list	../ex/ex_print.c	/^ex_list(sp, cmdp)$/
684ex_load	../ex/ex.c	/^ex_load(sp)$/
685ex_map	../ex/ex_map.c	/^ex_map(sp, cmdp)$/
686ex_mark	../ex/ex_mark.c	/^ex_mark(sp, cmdp)$/
687ex_mkexrc	../ex/ex_mkexrc.c	/^ex_mkexrc(sp, cmdp)$/
688ex_move	../ex/ex_move.c	/^ex_move(sp, cmdp)$/
689ex_ncheck	../ex/ex_util.c	/^ex_ncheck(sp, force)$/
690ex_next	../ex/ex_args.c	/^ex_next(sp, cmdp)$/
691ex_number	../ex/ex_print.c	/^ex_number(sp, cmdp)$/
692ex_open	../ex/ex_open.c	/^ex_open(sp, cmdp)$/
693ex_optchange	../ex/ex_init.c	/^ex_optchange(sp, offset, str, valp)$/
694ex_perl	../ex/ex_perl.c	/^ex_perl(sp, cmdp)$/
695ex_pr	../ex/ex_print.c	/^ex_pr(sp, cmdp)$/
696ex_prchars	../ex/ex_print.c	/^ex_prchars(sp, p, colp, len, flags, repeatc)$/
697ex_preserve	../ex/ex_preserve.c	/^ex_preserve(sp, cmdp)$/
698ex_prev	../ex/ex_args.c	/^ex_prev(sp, cmdp)$/
699ex_print	../ex/ex_print.c	/^ex_print(sp, cmdp, fp, tp, flags)$/
700ex_printf	../ex/ex_print.c	/^ex_printf(sp, fmt, va_alist)$/
701ex_put	../ex/ex_put.c	/^ex_put(sp, cmdp)$/
702ex_puts	../ex/ex_print.c	/^ex_puts(sp, str)$/
703ex_quit	../ex/ex_quit.c	/^ex_quit(sp, cmdp)$/
704ex_range	../ex/ex.c	/^ex_range(sp, ecp, errp)$/
705ex_read	../ex/ex_read.c	/^ex_read(sp, cmdp)$/
706ex_readfp	../ex/ex_read.c	/^ex_readfp(sp, name, fp, fm, nlinesp, silent)$/
707ex_recover	../ex/ex_preserve.c	/^ex_recover(sp, cmdp)$/
708ex_resize	../ex/ex_screen.c	/^ex_resize(sp, cmdp)$/
709ex_rew	../ex/ex_args.c	/^ex_rew(sp, cmdp)$/
710ex_run_file	../ex/ex_init.c	/^ex_run_file(sp, name)$/
711ex_run_str	../ex/ex_init.c	/^ex_run_str(sp, name, str, len, ex_flags, nocopy)$/
712ex_s	../ex/ex_subst.c	/^ex_s(sp, cmdp)$/
713ex_scprint	../ex/ex_print.c	/^ex_scprint(sp, fp, tp)$/
714ex_screen_copy	../ex/ex_init.c	/^ex_screen_copy(orig, sp)$/
715ex_screen_end	../ex/ex_init.c	/^ex_screen_end(sp)$/
716ex_script	../ex/ex_script.c	/^ex_script(sp, cmdp)$/
717ex_sdisplay	../ex/ex_screen.c	/^ex_sdisplay(sp)$/
718ex_set	../ex/ex_set.c	/^ex_set(sp, cmdp)$/
719ex_shell	../ex/ex_shell.c	/^ex_shell(sp, cmdp)$/
720ex_shiftl	../ex/ex_shift.c	/^ex_shiftl(sp, cmdp)$/
721ex_shiftr	../ex/ex_shift.c	/^ex_shiftr(sp, cmdp)$/
722ex_source	../ex/ex_source.c	/^ex_source(sp, cmdp)$/
723ex_stop	../ex/ex_stop.c	/^ex_stop(sp, cmdp)$/
724ex_subagain	../ex/ex_subst.c	/^ex_subagain(sp, cmdp)$/
725ex_subtilde	../ex/ex_subst.c	/^ex_subtilde(sp, cmdp)$/
726ex_tag_Nswitch	../ex/ex_tag.c	/^ex_tag_Nswitch(sp, tp, force)$/
727ex_tag_copy	../ex/ex_tag.c	/^ex_tag_copy(orig, sp)$/
728ex_tag_display	../ex/ex_tag.c	/^ex_tag_display(sp)$/
729ex_tag_first	../ex/ex_tag.c	/^ex_tag_first(sp, tagarg)$/
730ex_tag_free	../ex/ex_tag.c	/^ex_tag_free(sp)$/
731ex_tag_next	../ex/ex_tag.c	/^ex_tag_next(sp, cmdp)$/
732ex_tag_nswitch	../ex/ex_tag.c	/^ex_tag_nswitch(sp, tp, force)$/
733ex_tag_pop	../ex/ex_tag.c	/^ex_tag_pop(sp, cmdp)$/
734ex_tag_prev	../ex/ex_tag.c	/^ex_tag_prev(sp, cmdp)$/
735ex_tag_push	../ex/ex_tag.c	/^ex_tag_push(sp, cmdp)$/
736ex_tag_top	../ex/ex_tag.c	/^ex_tag_top(sp, cmdp)$/
737ex_tagf_alloc	../ex/ex_tag.c	/^ex_tagf_alloc(sp, str)$/
738ex_tcl	../ex/ex_tcl.c	/^ex_tcl(sp, cmdp)$/
739ex_txt	../ex/ex_txt.c	/^ex_txt(sp, tiqh, prompt, flags)$/
740ex_unabbr	../ex/ex_abbrev.c	/^ex_unabbr(sp, cmdp)$/
741ex_undo	../ex/ex_undo.c	/^ex_undo(sp, cmdp)$/
742ex_unknown	../ex/ex.c	/^ex_unknown(sp, cmd, len)$/
743ex_unmap	../ex/ex_map.c	/^ex_unmap(sp, cmdp)$/
744ex_usage	../ex/ex_usage.c	/^ex_usage(sp, cmdp)$/
745ex_v	../ex/ex_global.c	/^ex_v(sp, cmdp)$/
746ex_version	../ex/ex_version.c	/^ex_version(sp, cmdp)$/
747ex_visual	../ex/ex_visual.c	/^ex_visual(sp, cmdp)$/
748ex_viusage	../ex/ex_usage.c	/^ex_viusage(sp, cmdp)$/
749ex_wn	../ex/ex_write.c	/^ex_wn(sp, cmdp)$/
750ex_wq	../ex/ex_write.c	/^ex_wq(sp, cmdp)$/
751ex_write	../ex/ex_write.c	/^ex_write(sp, cmdp)$/
752ex_writefp	../ex/ex_write.c	/^ex_writefp(sp, name, fp, fm, tm, nlno, nch, silent/
753ex_xit	../ex/ex_write.c	/^ex_xit(sp, cmdp)$/
754ex_yank	../ex/ex_yank.c	/^ex_yank(sp, cmdp)$/
755ex_z	../ex/ex_z.c	/^ex_z(sp, cmdp)$/
756exrc_isok	../ex/ex_init.c	/^exrc_isok(sp, sbp, path, rootown, rootid)$/
757exwr	../ex/ex_write.c	/^exwr(sp, cmdp, cmd)$/
758f_altwerase	../common/options_f.c	/^f_altwerase(sp, op, str, valp)$/
759f_columns	../common/options_f.c	/^f_columns(sp, op, str, valp)$/
760f_lines	../common/options_f.c	/^f_lines(sp, op, str, valp)$/
761f_lisp	../common/options_f.c	/^f_lisp(sp, op, str, valp)$/
762f_msgcat	../common/options_f.c	/^f_msgcat(sp, op, str, valp)$/
763f_paragraph	../common/options_f.c	/^f_paragraph(sp, op, str, valp)$/
764f_print	../common/options_f.c	/^f_print(sp, op, str, valp)$/
765f_readonly	../common/options_f.c	/^f_readonly(sp, op, str, valp)$/
766f_recompile	../common/options_f.c	/^f_recompile(sp, op, str, valp)$/
767f_reformat	../common/options_f.c	/^f_reformat(sp, op, str, valp)$/
768f_search	../common/search.c	/^f_search(sp, fm, rm, ptrn, plen, eptrn, flags)$/
769f_section	../common/options_f.c	/^f_section(sp, op, str, valp)$/
770f_ttywerase	../common/options_f.c	/^f_ttywerase(sp, op, str, valp)$/
771f_w1200	../common/options_f.c	/^f_w1200(sp, op, str, valp)$/
772f_w300	../common/options_f.c	/^f_w300(sp, op, str, valp)$/
773f_w9600	../common/options_f.c	/^f_w9600(sp, op, str, valp)$/
774f_window	../common/options_f.c	/^f_window(sp, op, str, valp)$/
775file_add	../common/exf.c	/^file_add(sp, name)$/
776file_aw	../common/exf.c	/^file_aw(sp, flags)$/
777file_backup	../common/exf.c	/^file_backup(sp, name, bname)$/
778file_cinit	../common/exf.c	/^file_cinit(sp)$/
779file_comment	../common/exf.c	/^file_comment(sp)$/
780file_end	../common/exf.c	/^file_end(sp, ep, force)$/
781file_init	../common/exf.c	/^file_init(sp, frp, rcv_name, flags)$/
782file_lock	../common/exf.c	/^file_lock(sp, name, fdp, fd, iswrite)$/
783file_m1	../common/exf.c	/^file_m1(sp, force, flags)$/
784file_m2	../common/exf.c	/^file_m2(sp, force)$/
785file_m3	../common/exf.c	/^file_m3(sp, force)$/
786file_spath	../common/exf.c	/^file_spath(sp, frp, sbp, existsp)$/
787file_write	../common/exf.c	/^file_write(sp, fm, tm, name, flags)$/
788filter_ldisplay	../ex/ex_filter.c	/^filter_ldisplay(sp, fp)$/
789flash	../cl/cl_bsd.c	/^flash()$/
790fword	../vi/v_word.c	/^fword(sp, vp, type)$/
791gdbrefresh	../cl/cl_funcs.c	/^gdbrefresh()$/
792get_paths	../ex/ex_cscope.c	/^get_paths(sp, csc)$/
793getint	../tcl_api/tcl.c	/^getint(interp, msg, s, intp)$/
794getscreenid	../tcl_api/tcl.c	/^getscreenid(interp, spp, id, name)$/
795goto_adjust	../vi/v_scroll.c	/^goto_adjust(vp)$/
796gs_init	../cl/cl_main.c	/^gs_init(name)$/
797h_hup	../cl/cl_main.c	/^h_hup(signo)$/
798h_int	../cl/cl_main.c	/^h_int(signo)$/
799h_term	../cl/cl_main.c	/^h_term(signo)$/
800h_winch	../cl/cl_main.c	/^h_winch(signo)$/
801idlok	../cl/cl_bsd.c	/^idlok(win, bf)$/
802inc_buf	../vi/v_put.c	/^inc_buf(sp, vp)$/
803inc_err	../vi/v_increment.c	/^inc_err(sp, nret)$/
804inword	../vi/vi.h	/^#define	inword(ch)	(isalnum(ch) || (ch) == '_')$/
805io	../vi/v_itxt.c	/^io(sp, vp, cmd)$/
806isblank	../common/key.h	/^#define	isblank(ch)	((ch) == ' ' || (ch) == '\\t')/
807ishex	../vi/v_increment.c	/^#define	ishex(c)	(isdigit(c) || strchr("abcdefABCD/
808isoctal	../vi/v_increment.c	/^#define	isoctal(c)	(isdigit(c) && (c) != '8' && (c/
809keypad	../cl/cl_bsd.c	/^keypad(a, on)$/
810lcmp	../cl/cl_bsd.c	/^lcmp(a, b)$/
811linear_search	../ex/ex_tag.c	/^linear_search(string, front, back)$/
812log_backward	../common/log.c	/^log_backward(sp, rp)$/
813log_cursor	../common/log.c	/^log_cursor(sp)$/
814log_cursor1	../common/log.c	/^log_cursor1(sp, type)$/
815log_end	../common/log.c	/^log_end(sp, ep)$/
816log_err	../common/log.c	/^log_err(sp, file, line)$/
817log_forward	../common/log.c	/^log_forward(sp, rp)$/
818log_init	../common/log.c	/^log_init(sp, ep)$/
819log_line	../common/log.c	/^log_line(sp, lno, action)$/
820log_mark	../common/log.c	/^log_mark(sp, lmp)$/
821log_setline	../common/log.c	/^log_setline(sp)$/
822log_trace	../common/log.c	/^log_trace(sp, msg, rno, p)$/
823lookup_ccmd	../ex/ex_cscope.c	/^lookup_ccmd(name)$/
824mark	../vi/v_mark.c	/^mark(sp, vp, cmd)$/
825mark_end	../common/mark.c	/^mark_end(sp, ep)$/
826mark_find	../common/mark.c	/^mark_find(sp, key)$/
827mark_get	../common/mark.c	/^mark_get(sp, key, mp, mtype)$/
828mark_init	../common/mark.c	/^mark_init(sp, ep)$/
829mark_insdel	../common/mark.c	/^mark_insdel(sp, op, lno)$/
830mark_set	../common/mark.c	/^mark_set(sp, key, value, userset)$/
831mod_rpt	../common/msg.c	/^mod_rpt(sp)$/
832msg_cat	../common/msg.c	/^msg_cat(sp, str, lenp)$/
833msg_close	../common/msg.c	/^msg_close(gp)$/
834msg_cmsg	../common/msg.c	/^msg_cmsg(sp, which, lenp)$/
835msg_open	../common/msg.c	/^msg_open(sp, file)$/
836msg_print	../common/msg.c	/^msg_print(sp, s, needfree)$/
837msghandler	../tcl_api/tcl.c	/^msghandler(sp, mtype, msg, len)$/
838msgq	../common/msg.c	/^msgq(sp, mt, fmt, va_alist)$/
839msgq_status	../common/msg.c	/^msgq_status(sp, lno, flags)$/
840msgq_str	../common/msg.c	/^msgq_str(sp, mtype, str, fmt)$/
841newterm	../cl/cl_bsd.c	/^newterm(a, b, c)$/
842nget_slong	../common/util.c	/^nget_slong(valp, p, endp, base)$/
843nget_uslong	../common/util.c	/^nget_uslong(valp, p, endp, base)$/
844nonblank	../common/util.c	/^nonblank(sp, lno, cnop)$/
845noprev	../vi/v_ch.c	/^noprev(sp)$/
846notfound	../vi/v_ch.c	/^notfound(sp, ch)$/
847o_set	../common/options.c	/^o_set(sp, opt, flags, str, val)$/
848opts_abbcmp	../common/options.c	/^opts_abbcmp(a, b)$/
849opts_cmp	../common/options.c	/^opts_cmp(a, b)$/
850opts_copy	../common/options.c	/^opts_copy(orig, sp)$/
851opts_dump	../common/options.c	/^opts_dump(sp, type)$/
852opts_empty	../common/options.c	/^opts_empty(sp, off, silent)$/
853opts_free	../common/options.c	/^opts_free(sp)$/
854opts_init	../common/options.c	/^opts_init(sp, oargs)$/
855opts_nomatch	../common/options.c	/^opts_nomatch(sp, name)$/
856opts_print	../common/options.c	/^opts_print(sp, op)$/
857opts_save	../common/options.c	/^opts_save(sp, fp)$/
858opts_search	../common/options.c	/^opts_search(name)$/
859opts_set	../common/options.c	/^opts_set(sp, argv, usage)$/
860parse	../ex/ex_cscope.c	/^parse(sp, csc, tqp, matchesp)$/
861perr	../cl/cl_main.c	/^perr(name, msg)$/
862proc_wait	../ex/ex_shell.c	/^proc_wait(sp, pid, cmd, silent, okpipe)$/
863ptym_open	../ex/ex_script.c	/^ptym_open(pts_name)$/
864ptys_open	../ex/ex_script.c	/^ptys_open(fdm, pts_name)$/
865put	../common/put.c	/^put(sp, cbp, namep, cp, rp, append)$/
866rcv_copy	../common/recover.c	/^rcv_copy(sp, wfd, fname)$/
867rcv_email	../common/recover.c	/^rcv_email(sp, fname)$/
868rcv_gets	../common/recover.c	/^rcv_gets(buf, len, fd)$/
869rcv_init	../common/recover.c	/^rcv_init(sp)$/
870rcv_list	../common/recover.c	/^rcv_list(sp)$/
871rcv_mailfile	../common/recover.c	/^rcv_mailfile(sp, issync, cp_path)$/
872rcv_mktemp	../common/recover.c	/^rcv_mktemp(sp, path, dname, perms)$/
873rcv_read	../common/recover.c	/^rcv_read(sp, frp)$/
874rcv_sync	../common/recover.c	/^rcv_sync(sp, flags)$/
875rcv_tmp	../common/recover.c	/^rcv_tmp(sp, ep, name)$/
876re_compile	../ex/ex_subst.c	/^re_compile(sp, ptrn, plen, ptrnp, lenp, rep, flags/
877re_conv	../ex/ex_subst.c	/^re_conv(sp, ptrnp, plenp, replacedp)$/
878re_cscope_conv	../ex/ex_subst.c	/^re_cscope_conv(sp, ptrnp, plenp, replacedp)$/
879re_error	../ex/ex_subst.c	/^re_error(sp, errcode, preg)$/
880re_sub	../ex/ex_subst.c	/^re_sub(sp, ip, lbp, lbclenp, lblenp, match)$/
881re_tag_conv	../ex/ex_subst.c	/^re_tag_conv(sp, ptrnp, plenp, replacedp)$/
882read_prompt	../ex/ex_cscope.c	/^read_prompt(sp, csc)$/
883run_cscope	../ex/ex_cscope.c	/^run_cscope(sp, csc, dbname)$/
884s	../ex/ex_subst.c	/^s(sp, cmdp, s, re, flags)$/
885scr_update	../common/line.c	/^scr_update(sp, lno, op, current)$/
886screen_end	../common/screen.c	/^screen_end(sp)$/
887screen_init	../common/screen.c	/^screen_init(gp, orig, spp)$/
888screen_next	../common/screen.c	/^screen_next(sp)$/
889search_busy	../common/search.c	/^search_busy(sp, btype)$/
890search_init	../common/search.c	/^search_init(sp, dir, ptrn, plen, epp, flags)$/
891search_msg	../common/search.c	/^search_msg(sp, msg)$/
892seq_close	../common/seq.c	/^seq_close(gp)$/
893seq_delete	../common/seq.c	/^seq_delete(sp, input, ilen, stype)$/
894seq_dump	../common/seq.c	/^seq_dump(sp, stype, isname)$/
895seq_find	../common/seq.c	/^seq_find(sp, lastqp, e_input, c_input, ilen, stype/
896seq_mdel	../common/seq.c	/^seq_mdel(qp)$/
897seq_save	../common/seq.c	/^seq_save(sp, fp, prefix, stype)$/
898seq_set	../common/seq.c	/^seq_set(sp, name, nlen, input, ilen, output, olen,/
899set_alt_name	../common/exf.c	/^set_alt_name(sp, name)$/
900set_txt_std	../vi/v_itxt.c	/^set_txt_std(sp, vp, flags)$/
901setsig	../cl/cl_main.c	/^setsig(signo, oactp, handler)$/
902setupterm	../cl/cl_bsd.c	/^setupterm(ttype, fno, errp)$/
903sfdcnewnvi	../perl_api/perlsfio.c	/^sfdcnewnvi(scrp)$/
904sfnviwrite	../perl_api/perlsfio.c	/^sfnviwrite(f, buf, n, disc)$/
905shift	../ex/ex_shift.c	/^shift(sp, cmdp, rl)$/
906sig_end	../cl/cl_main.c	/^sig_end(gp)$/
907sig_init	../cl/cl_main.c	/^sig_init(gp, sp)$/
908sigmsg	../ex/ex_shell.c	/^sigmsg(signo)$/
909sscr_check	../ex/ex_script.c	/^sscr_check(sp)$/
910sscr_end	../ex/ex_script.c	/^sscr_end(sp)$/
911sscr_exec	../ex/ex_script.c	/^sscr_exec(sp, lno)$/
912sscr_getprompt	../ex/ex_script.c	/^sscr_getprompt(sp)$/
913sscr_init	../ex/ex_script.c	/^sscr_init(sp)$/
914sscr_input	../ex/ex_script.c	/^sscr_input(sp)$/
915sscr_insert	../ex/ex_script.c	/^sscr_insert(sp)$/
916sscr_matchprompt	../ex/ex_script.c	/^sscr_matchprompt(sp, lp, line_len, lenp)$/
917sscr_pty	../ex/ex_script.c	/^sscr_pty(amaster, aslave, name, termp, winp)$/
918sscr_setprompt	../ex/ex_script.c	/^sscr_setprompt(sp, buf, len)$/
919start_cscopes	../ex/ex_cscope.c	/^start_cscopes(sp, cmdp)$/
920tag_copy	../ex/ex_tag.c	/^tag_copy(sp, otp, tpp)$/
921tag_msg	../ex/ex_tag.c	/^tag_msg(sp, msg, tag)$/
922tag_pop	../ex/ex_tag.c	/^tag_pop(sp, dtqp, force)$/
923tagf_copy	../ex/ex_tag.c	/^tagf_copy(sp, otfp, tfpp)$/
924tagf_free	../ex/ex_tag.c	/^tagf_free(sp, tfp)$/
925tagq_copy	../ex/ex_tag.c	/^tagq_copy(sp, otqp, tqpp)$/
926tagq_free	../ex/ex_tag.c	/^tagq_free(sp, tqp)$/
927tail	../common/util.c	/^tail(path)$/
928tcl_aline	../tcl_api/tcl.c	/^tcl_aline(clientData, interp, argc, argv)$/
929tcl_dline	../tcl_api/tcl.c	/^tcl_dline(clientData, interp, argc, argv)$/
930tcl_err	../tk/tk_main.c	/^tcl_err(tkp)$/
931tcl_escreen	../tcl_api/tcl.c	/^tcl_escreen(clientData, interp, argc, argv)$/
932tcl_fscreen	../tcl_api/tcl.c	/^tcl_fscreen(clientData, interp, argc, argv)$/
933tcl_getcursor	../tcl_api/tcl.c	/^tcl_getcursor(clientData, interp, argc, argv)$/
934tcl_getmark	../tcl_api/tcl.c	/^tcl_getmark(clientData, interp, argc, argv)$/
935tcl_gline	../tcl_api/tcl.c	/^tcl_gline(clientData, interp, argc, argv)$/
936tcl_iline	../tcl_api/tcl.c	/^tcl_iline(clientData, interp, argc, argv)$/
937tcl_init	../tcl_api/tcl.c	/^tcl_init(gp)$/
938tcl_iscreen	../tcl_api/tcl.c	/^tcl_iscreen(clientData, interp, argc, argv)$/
939tcl_lline	../tcl_api/tcl.c	/^tcl_lline(clientData, interp, argc, argv)$/
940tcl_map	../tcl_api/tcl.c	/^tcl_map(clientData, interp, argc, argv)$/
941tcl_msg	../tcl_api/tcl.c	/^tcl_msg(clientData, interp, argc, argv)$/
942tcl_opts_get	../tcl_api/tcl.c	/^tcl_opts_get(clientData, interp, argc, argv)$/
943tcl_opts_set	../tcl_api/tcl.c	/^tcl_opts_set(clientData, interp, argc, argv)$/
944tcl_setcursor	../tcl_api/tcl.c	/^tcl_setcursor(clientData, interp, argc, argv)$/
945tcl_setmark	../tcl_api/tcl.c	/^tcl_setmark(clientData, interp, argc, argv)$/
946tcl_sline	../tcl_api/tcl.c	/^tcl_sline(clientData, interp, argc, argv)$/
947tcl_swscreen	../tcl_api/tcl.c	/^tcl_swscreen(clientData, interp, argc, argv)$/
948tcl_unmap	../tcl_api/tcl.c	/^tcl_unmap(clientData, interp, argc, argv)$/
949term_init	../cl/cl_main.c	/^term_init(name, ttype)$/
950terminate	../ex/ex_cscope.c	/^terminate(sp, csc, n)$/
951text_free	../common/cut.c	/^text_free(tp)$/
952text_init	../common/cut.c	/^text_init(sp, p, len, total_len)$/
953text_lfree	../common/cut.c	/^text_lfree(headp)$/
954tigetstr	../cl/cl_bsd.c	/^tigetstr(name)$/
955tk_addstr	../tk/tk_funcs.c	/^tk_addstr(sp, str, len)$/
956tk_attr	../tk/tk_funcs.c	/^tk_attr(sp, attribute, on)$/
957tk_baud	../tk/tk_funcs.c	/^tk_baud(sp, ratep)$/
958tk_bell	../tk/tk_funcs.c	/^tk_bell(sp)$/
959tk_clrtoeol	../tk/tk_funcs.c	/^tk_clrtoeol(sp)$/
960tk_cursor	../tk/tk_funcs.c	/^tk_cursor(sp, yp, xp)$/
961tk_deleteln	../tk/tk_funcs.c	/^tk_deleteln(sp)$/
962tk_event	../tk/tk_read.c	/^tk_event(sp, evp, flags, timeout)$/
963tk_ex_adjust	../tk/tk_funcs.c	/^tk_ex_adjust(sp, action)$/
964tk_fmap	../tk/tk_term.c	/^tk_fmap(sp, stype, from, flen, to, tlen)$/
965tk_insertln	../tk/tk_funcs.c	/^tk_insertln(sp)$/
966tk_key	../tk/tk_read.c	/^tk_key(clientData, interp, argc, argv)$/
967tk_keyval	../tk/tk_funcs.c	/^tk_keyval(sp, val, chp, dnep)$/
968tk_move	../tk/tk_funcs.c	/^tk_move(sp, lno, cno)$/
969tk_msg	../tk/tk_util.c	/^tk_msg(sp, mtype, line, rlen)$/
970tk_op	../tk/tk_util.c	/^tk_op(clientData, interp, argc, argv)$/
971tk_op_push	../tk/tk_util.c	/^tk_op_push(sp, tkp, et)$/
972tk_opt_init	../tk/tk_util.c	/^tk_opt_init(clientData, interp, argc, argv)$/
973tk_opt_set	../tk/tk_util.c	/^tk_opt_set(clientData, interp, argc, argv)$/
974tk_optchange	../tk/tk_term.c	/^tk_optchange(sp, opt, str, valp)$/
975tk_quit	../tk/tk_screen.c	/^tk_quit(gp)$/
976tk_read	../tk/tk_read.c	/^tk_read(sp, timeout)$/
977tk_refresh	../tk/tk_funcs.c	/^tk_refresh(sp, repaint)$/
978tk_rename	../tk/tk_funcs.c	/^tk_rename(sp)$/
979tk_resize	../tk/tk_read.c	/^tk_resize(sp, lines, columns)$/
980tk_screen	../tk/tk_screen.c	/^tk_screen(sp, flags)$/
981tk_ssize	../tk/tk_term.c	/^tk_ssize(sp, sigwinch, rowp, colp, changedp)$/
982tk_suspend	../tk/tk_funcs.c	/^tk_suspend(sp, allowedp)$/
983tk_term_end	../tk/tk_term.c	/^tk_term_end(gp)$/
984tk_term_init	../tk/tk_term.c	/^tk_term_init(sp)$/
985tk_usage	../tk/tk_funcs.c	/^tk_usage()$/
986tk_version	../tk/tk_util.c	/^tk_version(clientData, interp, argc, argv)$/
987txt_Rresolve	../vi/v_txt.c	/^txt_Rresolve(sp, tiqh, tp, orig_len)$/
988txt_abbrev	../vi/v_txt.c	/^txt_abbrev(sp, tp, pushcp, isinfoline, didsubp, tu/
989txt_ai_resolve	../vi/v_txt.c	/^txt_ai_resolve(sp, tp, changedp)$/
990txt_backup	../vi/v_txt.c	/^txt_backup(sp, tiqh, tp, flagsp)$/
991txt_dent	../ex/ex_txt.c	/^txt_dent(sp, tp)$/
992txt_emark	../vi/v_txt.c	/^txt_emark(sp, tp, cno)$/
993txt_err	../vi/v_txt.c	/^txt_err(sp, tiqh)$/
994txt_fc	../vi/v_txt.c	/^txt_fc(sp, tp, redrawp)$/
995txt_fc_col	../vi/v_txt.c	/^txt_fc_col(sp, argc, argv)$/
996txt_hex	../vi/v_txt.c	/^txt_hex(sp, tp)$/
997txt_insch	../vi/v_txt.c	/^txt_insch(sp, tp, chp, flags)$/
998txt_isrch	../vi/v_txt.c	/^txt_isrch(sp, vp, tp, is_flagsp)$/
999txt_map_end	../vi/v_txt.c	/^txt_map_end(sp)$/
1000txt_map_init	../vi/v_txt.c	/^txt_map_init(sp)$/
1001txt_margin	../vi/v_txt.c	/^txt_margin(sp, tp, wmtp, didbreak, flags)$/
1002txt_nomorech	../vi/v_txt.c	/^txt_nomorech(sp)$/
1003txt_prompt	../ex/ex_txt.c	/^txt_prompt(sp, tp, prompt, flags)$/
1004txt_resolve	../vi/v_txt.c	/^txt_resolve(sp, tiqh, flags)$/
1005txt_showmatch	../vi/v_txt.c	/^txt_showmatch(sp, tp)$/
1006txt_unmap	../vi/v_txt.c	/^txt_unmap(sp, tp, ec_flagsp)$/
1007ulcase	../vi/v_ulcase.c	/^ulcase(sp, lno, lp, len, scno, ecno)$/
1008v_Put	../vi/v_put.c	/^v_Put(sp, vp)$/
1009v_Replace	../vi/v_itxt.c	/^v_Replace(sp, vp)$/
1010v_Undo	../vi/v_undo.c	/^v_Undo(sp, vp)$/
1011v_Xchar	../vi/v_xchar.c	/^v_Xchar(sp, vp)$/
1012v_again	../vi/v_ex.c	/^v_again(sp, vp)$/
1013v_alias	../vi/vi.c	/^v_alias(sp, vp, kp)$/
1014v_at	../vi/v_at.c	/^v_at(sp, vp)$/
1015v_bmark	../vi/v_mark.c	/^v_bmark(sp, vp)$/
1016v_bottom	../vi/v_scroll.c	/^v_bottom(sp, vp)$/
1017v_buildps	../vi/v_paragraph.c	/^v_buildps(sp, p_p, s_p)$/
1018v_cfirst	../vi/v_left.c	/^v_cfirst(sp, vp)$/
1019v_chF	../vi/v_ch.c	/^v_chF(sp, vp)$/
1020v_chT	../vi/v_ch.c	/^v_chT(sp, vp)$/
1021v_change	../vi/v_itxt.c	/^v_change(sp, vp)$/
1022v_chf	../vi/v_ch.c	/^v_chf(sp, vp)$/
1023v_chrepeat	../vi/v_ch.c	/^v_chrepeat(sp, vp)$/
1024v_chrrepeat	../vi/v_ch.c	/^v_chrrepeat(sp, vp)$/
1025v_cht	../vi/v_ch.c	/^v_cht(sp, vp)$/
1026v_cmd	../vi/vi.c	/^v_cmd(sp, dp, vp, ismotion, comcountp, mappedp)$/
1027v_comlog	../vi/vi.c	/^v_comlog(sp, vp)$/
1028v_correct	../vi/v_search.c	/^v_correct(sp, vp, isdelta)$/
1029v_count	../vi/vi.c	/^v_count(sp, fkey, countp)$/
1030v_cr	../vi/v_scroll.c	/^v_cr(sp, vp)$/
1031v_delete	../vi/v_delete.c	/^v_delete(sp, vp)$/
1032v_dollar	../vi/v_right.c	/^v_dollar(sp, vp)$/
1033v_down	../vi/v_scroll.c	/^v_down(sp, vp)$/
1034v_dtoh	../vi/vi.c	/^v_dtoh(sp)$/
1035v_ecl	../vi/v_ex.c	/^v_ecl(sp)$/
1036v_ecl_exec	../vi/v_ex.c	/^v_ecl_exec(sp)$/
1037v_ecl_init	../vi/v_ex.c	/^v_ecl_init(sp)$/
1038v_ecl_log	../vi/v_ex.c	/^v_ecl_log(sp, tp)$/
1039v_emsg	../vi/v_util.c	/^v_emsg(sp, p, which)$/
1040v_end	../common/main.c	/^v_end(gp)$/
1041v_eof	../vi/v_util.c	/^v_eof(sp, mp)$/
1042v_eol	../vi/v_util.c	/^v_eol(sp, mp)$/
1043v_estr	../common/main.c	/^v_estr(name, eno, msg)$/
1044v_event_append	../common/key.c	/^v_event_append(sp, argp)$/
1045v_event_err	../common/key.c	/^v_event_err(sp, evp)$/
1046v_event_exec	../vi/v_ex.c	/^v_event_exec(sp, vp)$/
1047v_event_flush	../common/key.c	/^v_event_flush(sp, flags)$/
1048v_event_get	../common/key.c	/^v_event_get(sp, argp, timeout, flags)$/
1049v_event_grow	../common/key.c	/^v_event_grow(sp, add)$/
1050v_event_push	../common/key.c	/^v_event_push(sp, p_evp, p_s, nitems, flags)$/
1051v_ex	../vi/v_ex.c	/^v_ex(sp, vp)$/
1052v_ex_done	../vi/v_ex.c	/^v_ex_done(sp, vp)$/
1053v_exaddr	../vi/v_search.c	/^v_exaddr(sp, vp, dir)$/
1054v_exec_ex	../vi/v_ex.c	/^v_exec_ex(sp, vp, exp)$/
1055v_exmode	../vi/v_ex.c	/^v_exmode(sp, vp)$/
1056v_filter	../vi/v_ex.c	/^v_filter(sp, vp)$/
1057v_first	../vi/v_left.c	/^v_first(sp, vp)$/
1058v_fmark	../vi/v_mark.c	/^v_fmark(sp, vp)$/
1059v_home	../vi/v_scroll.c	/^v_home(sp, vp)$/
1060v_hpagedown	../vi/v_scroll.c	/^v_hpagedown(sp, vp)$/
1061v_hpageup	../vi/v_scroll.c	/^v_hpageup(sp, vp)$/
1062v_iA	../vi/v_itxt.c	/^v_iA(sp, vp)$/
1063v_iI	../vi/v_itxt.c	/^v_iI(sp, vp)$/
1064v_iO	../vi/v_itxt.c	/^v_iO(sp, vp)$/
1065v_ia	../vi/v_itxt.c	/^v_ia(sp, vp)$/
1066v_ii	../vi/v_itxt.c	/^v_ii(sp, vp)$/
1067v_increment	../vi/v_increment.c	/^v_increment(sp, vp)$/
1068v_init	../vi/vi.c	/^v_init(sp)$/
1069v_io	../vi/v_itxt.c	/^v_io(sp, vp)$/
1070v_isempty	../vi/v_util.c	/^v_isempty(p, len)$/
1071v_join	../vi/v_ex.c	/^v_join(sp, vp)$/
1072v_key	../vi/vi.c	/^v_key(sp, command_events, evp, ec_flags)$/
1073v_key_cmp	../common/key.c	/^v_key_cmp(ap, bp)$/
1074v_key_ilookup	../common/key.c	/^v_key_ilookup(sp)$/
1075v_key_init	../common/key.c	/^v_key_init(sp)$/
1076v_key_len	../common/key.c	/^v_key_len(sp, ch)$/
1077v_key_name	../common/key.c	/^v_key_name(sp, ach)$/
1078v_key_val	../common/key.c	/^v_key_val(sp, ch)$/
1079v_keyval	../common/key.c	/^v_keyval(sp, val, name)$/
1080v_keyword	../vi/vi.c	/^v_keyword(sp)$/
1081v_left	../vi/v_left.c	/^v_left(sp, vp)$/
1082v_lgoto	../vi/v_scroll.c	/^v_lgoto(sp, vp)$/
1083v_linedown	../vi/v_scroll.c	/^v_linedown(sp, vp)$/
1084v_lineup	../vi/v_scroll.c	/^v_lineup(sp, vp)$/
1085v_mark	../vi/v_mark.c	/^v_mark(sp, vp)$/
1086v_match	../vi/v_match.c	/^v_match(sp, vp)$/
1087v_middle	../vi/v_scroll.c	/^v_middle(sp, vp)$/
1088v_motion	../vi/vi.c	/^v_motion(sp, dm, vp, mappedp)$/
1089v_mulcase	../vi/v_ulcase.c	/^v_mulcase(sp, vp)$/
1090v_ncol	../vi/v_left.c	/^v_ncol(sp, vp)$/
1091v_nomove	../vi/v_util.c	/^v_nomove(sp)$/
1092v_obsolete	../common/main.c	/^v_obsolete(name, argv)$/
1093v_optchange	../vi/v_init.c	/^v_optchange(sp, offset, str, valp)$/
1094v_pagedown	../vi/v_scroll.c	/^v_pagedown(sp, vp)$/
1095v_pageup	../vi/v_scroll.c	/^v_pageup(sp, vp)$/
1096v_paragraphb	../vi/v_paragraph.c	/^v_paragraphb(sp, vp)$/
1097v_paragraphf	../vi/v_paragraph.c	/^v_paragraphf(sp, vp)$/
1098v_put	../vi/v_put.c	/^v_put(sp, vp)$/
1099v_redraw	../vi/v_redraw.c	/^v_redraw(sp, vp)$/
1100v_replace	../vi/v_replace.c	/^v_replace(sp, vp)$/
1101v_right	../vi/v_right.c	/^v_right(sp, vp)$/
1102v_screen	../vi/v_screen.c	/^v_screen(sp, vp)$/
1103v_screen_copy	../vi/v_init.c	/^v_screen_copy(orig, sp)$/
1104v_screen_end	../vi/v_init.c	/^v_screen_end(sp)$/
1105v_search	../vi/v_search.c	/^v_search(sp, vp, ptrn, plen, flags, dir)$/
1106v_searchN	../vi/v_search.c	/^v_searchN(sp, vp)$/
1107v_searchb	../vi/v_search.c	/^v_searchb(sp, vp)$/
1108v_searchf	../vi/v_search.c	/^v_searchf(sp, vp)$/
1109v_searchn	../vi/v_search.c	/^v_searchn(sp, vp)$/
1110v_searchw	../vi/v_search.c	/^v_searchw(sp, vp)$/
1111v_sectionb	../vi/v_section.c	/^v_sectionb(sp, vp)$/
1112v_sectionf	../vi/v_section.c	/^v_sectionf(sp, vp)$/
1113v_sentenceb	../vi/v_sentence.c	/^v_sentenceb(sp, vp)$/
1114v_sentencef	../vi/v_sentence.c	/^v_sentencef(sp, vp)$/
1115v_shiftl	../vi/v_ex.c	/^v_shiftl(sp, vp)$/
1116v_shiftr	../vi/v_ex.c	/^v_shiftr(sp, vp)$/
1117v_sof	../vi/v_util.c	/^v_sof(sp, mp)$/
1118v_sol	../vi/v_util.c	/^v_sol(sp)$/
1119v_status	../vi/v_status.c	/^v_status(sp, vp)$/
1120v_strdup	../common/util.c	/^v_strdup(sp, str, len)$/
1121v_subst	../vi/v_itxt.c	/^v_subst(sp, vp)$/
1122v_suspend	../vi/v_ex.c	/^v_suspend(sp, vp)$/
1123v_switch	../vi/v_ex.c	/^v_switch(sp, vp)$/
1124v_sync	../common/key.c	/^v_sync(sp, flags)$/
1125v_tagpop	../vi/v_ex.c	/^v_tagpop(sp, vp)$/
1126v_tagpush	../vi/v_ex.c	/^v_tagpush(sp, vp)$/
1127v_tcmd	../vi/v_txt.c	/^v_tcmd(sp, vp, prompt, flags)$/
1128v_txt	../vi/v_txt.c	/^v_txt(sp, vp, tm, lp, len, prompt, ai_line, rcount/
1129v_txt_auto	../vi/v_txt.c	/^v_txt_auto(sp, lno, aitp, len, tp)$/
1130v_ulcase	../vi/v_ulcase.c	/^v_ulcase(sp, vp)$/
1131v_undo	../vi/v_undo.c	/^v_undo(sp, vp)$/
1132v_up	../vi/v_scroll.c	/^v_up(sp, vp)$/
1133v_wordB	../vi/v_word.c	/^v_wordB(sp, vp)$/
1134v_wordE	../vi/v_word.c	/^v_wordE(sp, vp)$/
1135v_wordW	../vi/v_word.c	/^v_wordW(sp, vp)$/
1136v_wordb	../vi/v_word.c	/^v_wordb(sp, vp)$/
1137v_worde	../vi/v_word.c	/^v_worde(sp, vp)$/
1138v_wordw	../vi/v_word.c	/^v_wordw(sp, vp)$/
1139v_xchar	../vi/v_xchar.c	/^v_xchar(sp, vp)$/
1140v_yank	../vi/v_yank.c	/^v_yank(sp, vp)$/
1141v_z	../vi/v_z.c	/^v_z(sp, vp)$/
1142v_zero	../vi/v_left.c	/^v_zero(sp, vp)$/
1143v_zexit	../vi/v_zexit.c	/^v_zexit(sp, vp)$/
1144vi	../vi/vi.c	/^vi(spp)$/
1145vs_bg	../vi/vs_split.c	/^vs_bg(sp)$/
1146vs_busy	../vi/vs_msg.c	/^vs_busy(sp, msg, btype)$/
1147vs_change	../vi/vs_smap.c	/^vs_change(sp, lno, op)$/
1148vs_colpos	../vi/vs_relative.c	/^vs_colpos(sp, lno, cno)$/
1149vs_column	../vi/vs_relative.c	/^vs_column(sp, colp)$/
1150vs_columns	../vi/vs_relative.c	/^vs_columns(sp, lp, lno, cnop, diffp)$/
1151vs_crel	../vi/v_z.c	/^vs_crel(sp, count)$/
1152vs_deleteln	../vi/vs_smap.c	/^vs_deleteln(sp, cnt)$/
1153vs_discard	../vi/vs_split.c	/^vs_discard(sp, spp)$/
1154vs_divider	../vi/vs_msg.c	/^vs_divider(sp)$/
1155vs_ex_resolve	../vi/vs_msg.c	/^vs_ex_resolve(sp, continuep)$/
1156vs_fg	../vi/vs_split.c	/^vs_fg(sp, nspp, name, newscreen)$/
1157vs_getbg	../vi/vs_split.c	/^vs_getbg(sp, name)$/
1158vs_home	../vi/vs_msg.c	/^vs_home(sp)$/
1159vs_insertln	../vi/vs_smap.c	/^vs_insertln(sp, cnt)$/
1160vs_line	../vi/vs_line.c	/^vs_line(sp, smp, yp, xp)$/
1161vs_modeline	../vi/vs_refresh.c	/^vs_modeline(sp)$/
1162vs_msg	../vi/vs_msg.c	/^vs_msg(sp, mtype, line, len)$/
1163vs_msgsave	../vi/vs_msg.c	/^vs_msgsave(sp, mt, p, len)$/
1164vs_number	../vi/vs_line.c	/^vs_number(sp)$/
1165vs_output	../vi/vs_msg.c	/^vs_output(sp, mtype, line, llen)$/
1166vs_paint	../vi/vs_refresh.c	/^vs_paint(sp, flags)$/
1167vs_rcm	../vi/vs_relative.c	/^vs_rcm(sp, lno, islast)$/
1168vs_refresh	../vi/vs_refresh.c	/^vs_refresh(sp, forcepaint)$/
1169vs_repaint	../vi/vs_refresh.c	/^vs_repaint(sp, evp)$/
1170vs_resize	../vi/vs_split.c	/^vs_resize(sp, count, adj)$/
1171vs_resolve	../vi/vs_msg.c	/^vs_resolve(sp, csp, forcewait)$/
1172vs_screens	../vi/vs_relative.c	/^vs_screens(sp, lno, cnop)$/
1173vs_scroll	../vi/vs_msg.c	/^vs_scroll(sp, continuep, wtype)$/
1174vs_sm_1down	../vi/vs_smap.c	/^vs_sm_1down(sp)$/
1175vs_sm_1up	../vi/vs_smap.c	/^vs_sm_1up(sp)$/
1176vs_sm_cursor	../vi/vs_smap.c	/^vs_sm_cursor(sp, smpp)$/
1177vs_sm_delete	../vi/vs_smap.c	/^vs_sm_delete(sp, lno)$/
1178vs_sm_down	../vi/vs_smap.c	/^vs_sm_down(sp, rp, count, scmd, smp)$/
1179vs_sm_erase	../vi/vs_smap.c	/^vs_sm_erase(sp)$/
1180vs_sm_fill	../vi/vs_smap.c	/^vs_sm_fill(sp, lno, pos)$/
1181vs_sm_insert	../vi/vs_smap.c	/^vs_sm_insert(sp, lno)$/
1182vs_sm_next	../vi/vs_smap.c	/^vs_sm_next(sp, p, t)$/
1183vs_sm_nlines	../vi/vs_smap.c	/^vs_sm_nlines(sp, from_sp, to_lno, max)$/
1184vs_sm_position	../vi/vs_smap.c	/^vs_sm_position(sp, rp, cnt, pos)$/
1185vs_sm_prev	../vi/vs_smap.c	/^vs_sm_prev(sp, p, t)$/
1186vs_sm_reset	../vi/vs_smap.c	/^vs_sm_reset(sp, lno)$/
1187vs_sm_scroll	../vi/vs_smap.c	/^vs_sm_scroll(sp, rp, count, scmd)$/
1188vs_sm_up	../vi/vs_smap.c	/^vs_sm_up(sp, rp, count, scmd, smp)$/
1189vs_split	../vi/vs_split.c	/^vs_split(sp, new, ccl)$/
1190vs_swap	../vi/vs_split.c	/^vs_swap(sp, nspp, name)$/
1191vs_update	../vi/vs_msg.c	/^vs_update(sp, m1, m2)$/
1192vs_wait	../vi/vs_msg.c	/^vs_wait(sp, continuep, wtype)$/
1193