!_TAG_FILE_FORMAT	2	/supported features/
!_TAG_FILE_SORTED	1	//0=unsorted, 1=sorted//
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/darren@hiebert.com/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://fly.hiwaay.net/~darren/ctags	/official site/
!_TAG_PROGRAM_VERSION	1.7	//
ACCUMULATE	shell.c	71;"	file:
ACTION_ROUTINE_SYM	interpret.h	/^    	C_FUNCTION_SYM, MACRO_FUNCTION_SYM, ACTION_ROUTINE_SYM};$/
ANY	regularExp.c	88;"	file:
ANYBUT	regularExp.c	90;"	file:
ANYOF	regularExp.c	89;"	file:
APP_CLASS	nc.c	52;"	file:
APP_CLASS	nedit.h	42
APP_NAME	nc.c	51;"	file:
APP_NAME	nedit.h	41
ARG_SYM	interpret.h	/^enum symTypes {CONST_SYM, GLOBAL_SYM, LOCAL_SYM, ARG_SYM, PROC_VALUE_SYM,$/
AUTOSAVE_CHAR_LIMIT	nedit.h	32
AUTOSAVE_CHAR_LIMIT	nedit.h	35
AUTOSAVE_OP_LIMIT	nedit.h	37
AUTO_INDENT	nedit.h	/^enum indentStyle {NO_AUTO_INDENT, AUTO_INDENT, SMART_INDENT};$/
AUTO_LOAD_MACRO_FILE_NAME	macro.c	43;"	file:
A_ATOM_PAIR	textSel.c	/^	A_ATOM_PAIR, A_MOTIF_DESTINATION};$/;"	file:
A_CLIPBOARD	textSel.c	/^	A_INSERT_SELECTION, A_DELETE, A_CLIPBOARD, A_INSERT_INFO,$/;"	file:
A_DELETE	textSel.c	/^	A_INSERT_SELECTION, A_DELETE, A_CLIPBOARD, A_INSERT_INFO,$/;"	file:
A_INSERT_INFO	textSel.c	/^	A_INSERT_SELECTION, A_DELETE, A_CLIPBOARD, A_INSERT_INFO,$/;"	file:
A_INSERT_SELECTION	textSel.c	/^	A_INSERT_SELECTION, A_DELETE, A_CLIPBOARD, A_INSERT_INFO,$/;"	file:
A_MOTIF_DESTINATION	textSel.c	/^	A_ATOM_PAIR, A_MOTIF_DESTINATION};$/;"	file:
A_MULTIPLE	textSel.c	/^enum atomIndex {A_TEXT, A_TARGETS, A_MULTIPLE, A_TIMESTAMP,$/;"	file:
A_TARGETS	textSel.c	/^enum atomIndex {A_TEXT, A_TARGETS, A_MULTIPLE, A_TIMESTAMP,$/;"	file:
A_TEXT	textSel.c	/^enum atomIndex {A_TEXT, A_TARGETS, A_MULTIPLE, A_TIMESTAMP,$/;"	file:
A_TIMESTAMP	textSel.c	/^enum atomIndex {A_TEXT, A_TARGETS, A_MULTIPLE, A_TIMESTAMP,$/;"	file:
AbortMacroCommand	macro.c	/^void AbortMacroCommand(WindowInfo *window)$/
AbortShellCommand	shell.c	/^void AbortShellCommand(WindowInfo *window)$/
Actions	menu.c	/^static XtActionsRec Actions[] = {$/;"	file:
AddBGMenuAction	menu.c	/^void AddBGMenuAction(Widget widget)$/
AddBranchOffset	interpret.c	/^int AddBranchOffset(Inst *to, char **msg)$/
AddBreakAddr	interpret.c	/^void AddBreakAddr(Inst *addr)$/
AddContinueAddr	interpret.c	/^void AddContinueAddr(Inst *addr)$/
AddImmediate	interpret.c	/^int AddImmediate(void *value, char **msg)$/
AddLastCommandActionHook	macro.c	/^void AddLastCommandActionHook(XtAppContext context)$/
AddMark	selection.c	/^void AddMark(WindowInfo *window, Widget widget, char label)$/
AddOp	interpret.c	/^int AddOp(int op, char **msg)$/
AddSmallIcon	window.c	/^void AddSmallIcon(Widget shell)$/
AddSym	interpret.c	/^int AddSym(Symbol *sym, char **msg)$/
AddToPrevOpenMenu	menu.c	/^void AddToPrevOpenMenu(char *filename)$/
AllocString	interpret.c	/^char *AllocString(int length)$/
AllocatedStrings	interpret.c	/^static char *AllocatedStrings = NULL;$/;"	file:
AllocatedStringsDiffer	preferences.c	/^int AllocatedStringsDiffer(char *s1, char *s2)$/
AttachHighlightToWidget	highlight.c	/^void AttachHighlightToWidget(Widget widget, WindowInfo *window)$/
AutoIndentTypes	preferences.c	/^static char *AutoIndentTypes[N_INDENT_STYLES+2] = {"None", "Auto",$/;"	file:
AutoWrapTypes	preferences.c	/^static char *AutoWrapTypes[N_WRAP_STYLES+2] = {"None", "Newline", "Continuous",$/;"	file:
BACK	regularExp.c	92;"	file:
BACKWARD	tags.c	/^enum searchDirection {FORWARD, BACKWARD};$/;"	file:
BAD_FONT	preferences.c	/^enum fontStatus {GOOD_FONT, BAD_PRIMARY, BAD_FONT, BAD_SIZE, BAD_SPACING};$/;"	file:
BAD_PRIMARY	preferences.c	/^enum fontStatus {GOOD_FONT, BAD_PRIMARY, BAD_FONT, BAD_SIZE, BAD_SPACING};$/;"	file:
BAD_SIZE	preferences.c	/^enum fontStatus {GOOD_FONT, BAD_PRIMARY, BAD_FONT, BAD_SIZE, BAD_SPACING};$/;"	file:
BAD_SPACING	preferences.c	/^enum fontStatus {GOOD_FONT, BAD_PRIMARY, BAD_FONT, BAD_SIZE, BAD_SPACING};$/;"	file:
BANNER_WAIT_TIME	macro.c	51;"	file:
BANNER_WAIT_TIME	shell.c	67;"	file:
BGMenuCmdDialog	userCmds.c	/^static Widget BGMenuCmdDialog = NULL;$/;"	file:
BGMenuItems	userCmds.c	/^static menuItemRec *BGMenuItems[MAX_ITEMS_PER_MENU];$/;"	file:
BGMenuPasteReplayBtn	userCmds.c	/^static Widget BGMenuPasteReplayBtn = NULL;$/;"	file:
BG_MENU_CMDS	userCmds.c	/^enum dialogTypes {SHELL_CMDS, MACRO_CMDS, BG_MENU_CMDS};$/;"	file:
BINARY_NUMERIC_OPERATION	interpret.c	720;"	file:
BLOCK_CURSOR	textDisp.h	/^enum cursorStyles {NORMAL_CURSOR, CARET_CURSOR, DIM_CURSOR, BLOCK_CURSOR,$/
BLOCK_DELETE	undo.h	/^		BLOCK_INSERT, BLOCK_REPLACE, BLOCK_DELETE};$/
BLOCK_INSERT	undo.h	/^		BLOCK_INSERT, BLOCK_REPLACE, BLOCK_DELETE};$/
BLOCK_REPLACE	undo.h	/^		BLOCK_INSERT, BLOCK_REPLACE, BLOCK_DELETE};$/
BOL	regularExp.c	86;"	file:
BOLD_FONT	highlightData.c	/^enum fontTypes {PLAIN_FONT, ITALIC_FONT, BOLD_FONT, BOLD_ITALIC_FONT};$/;"	file:
BOLD_ITALIC_FONT	highlightData.c	/^enum fontTypes {PLAIN_FONT, ITALIC_FONT, BOLD_FONT, BOLD_ITALIC_FONT};$/;"	file:
BORDER	highlightData.c	1531;"	file:
BORDER	smartIndent.c	714;"	file:
BOTTOM_MARGIN	textDisp.c	35;"	file:
BOWORD	regularExp.c	97;"	file:
BRANCH	regularExp.c	91;"	file:
BeginBlockDrag	textDrag.c	/^void BeginBlockDrag(TextWidget tw)$/
BeginCreatingProgram	interpret.c	/^void BeginCreatingProgram(void)$/
BeginGotoMarkCommand	selection.c	/^void BeginGotoMarkCommand(WindowInfo *window, int extend)$/
BeginLearn	macro.c	/^void BeginLearn(WindowInfo *window)$/
BeginMarkCommand	selection.c	/^void BeginMarkCommand(WindowInfo *window)$/
BeginSmartIndent	smartIndent.c	/^void BeginSmartIndent(WindowInfo *window, int warn)$/
BlockDragSelection	textDrag.c	/^void BlockDragSelection(TextWidget tw, int x, int y, int dragType)$/
Bookmark	nedit.h	/^} Bookmark;$/
BufAddModifyCB	textBuf.c	/^void BufAddModifyCB(textBuffer *buf, bufModifyCallbackProc bufModifiedCB,$/
BufCharWidth	textBuf.c	/^int BufCharWidth(char c, int indent, int tabDist, char nullSubsChar)$/
BufClearRect	textBuf.c	/^void BufClearRect(textBuffer *buf, int start, int end, int rectStart,$/
BufCopyFromBuf	textBuf.c	/^void BufCopyFromBuf(textBuffer *fromBuf, textBuffer *toBuf, int fromStart,$/
BufCountBackwardNLines	textBuf.c	/^int BufCountBackwardNLines(textBuffer *buf, int startPos, int nLines)$/
BufCountDispChars	textBuf.c	/^int BufCountDispChars(textBuffer *buf, int lineStartPos, int targetPos)$/
BufCountForwardDispChars	textBuf.c	/^int BufCountForwardDispChars(textBuffer *buf, int lineStartPos, int nChars)$/
BufCountForwardNLines	textBuf.c	/^int BufCountForwardNLines(textBuffer *buf, int startPos, int nLines)$/
BufCountLines	textBuf.c	/^int BufCountLines(textBuffer *buf, int startPos, int endPos)$/
BufCreate	textBuf.c	/^textBuffer *BufCreate(void)$/
BufCreatePreallocated	textBuf.c	/^textBuffer *BufCreatePreallocated(int requestedSize)$/
BufEndOfLine	textBuf.c	/^int BufEndOfLine(textBuffer *buf, int pos)$/
BufExpandCharacter	textBuf.c	/^int BufExpandCharacter(char c, int indent, char *outStr, int tabDist,$/
BufFree	textBuf.c	/^void BufFree(textBuffer *buf)$/
BufGetAll	textBuf.c	/^char *BufGetAll(textBuffer *buf)$/
BufGetCharacter	textBuf.c	/^char BufGetCharacter(textBuffer *buf, int pos)$/
BufGetExpandedChar	textBuf.c	/^int BufGetExpandedChar(textBuffer *buf, int pos, int indent, char *outStr)$/
BufGetHighlightPos	textBuf.c	/^int BufGetHighlightPos(textBuffer *buf, int *start, int *end,$/
BufGetHighlightText	textBuf.c	/^char *BufGetHighlightText(textBuffer *buf)$/
BufGetLineText	textBuf.c	/^char *BufGetLineText(textBuffer *buf, int pos)$/
BufGetRange	textBuf.c	/^char *BufGetRange(textBuffer *buf, int start, int end)$/
BufGetSecSelectPos	textBuf.c	/^int BufGetSecSelectPos(textBuffer *buf, int *start, int *end,$/
BufGetSecSelectText	textBuf.c	/^char *BufGetSecSelectText(textBuffer *buf)$/
BufGetSelectionPos	textBuf.c	/^int BufGetSelectionPos(textBuffer *buf, int *start, int *end,$/
BufGetSelectionText	textBuf.c	/^char *BufGetSelectionText(textBuffer *buf)$/
BufGetTabDistance	textBuf.c	/^int BufGetTabDistance(textBuffer *buf)$/
BufGetTextInRect	textBuf.c	/^char *BufGetTextInRect(textBuffer *buf, int start, int end,$/
BufHighlight	textBuf.c	/^void BufHighlight(textBuffer *buf, int start, int end)$/
BufInsert	textBuf.c	/^void BufInsert(textBuffer *buf, int pos, char *text)$/
BufInsertCol	textBuf.c	/^void BufInsertCol(textBuffer *buf, int column, int startPos, char *text,$/
BufOverlayRect	textBuf.c	/^void BufOverlayRect(textBuffer *buf, int startPos, int rectStart,$/
BufRectHighlight	textBuf.c	/^void BufRectHighlight(textBuffer *buf, int start, int end,$/
BufRectSelect	textBuf.c	/^void BufRectSelect(textBuffer *buf, int start, int end, int rectStart,$/
BufRemove	textBuf.c	/^void BufRemove(textBuffer *buf, int start, int end)$/
BufRemoveModifyCB	textBuf.c	/^void BufRemoveModifyCB(textBuffer *buf, bufModifyCallbackProc bufModifiedCB,$/
BufRemoveRect	textBuf.c	/^void BufRemoveRect(textBuffer *buf, int start, int end, int rectStart,$/
BufRemoveSecSelect	textBuf.c	/^void BufRemoveSecSelect(textBuffer *buf)$/
BufRemoveSelected	textBuf.c	/^void BufRemoveSelected(textBuffer *buf)$/
BufReplace	textBuf.c	/^void BufReplace(textBuffer *buf, int start, int end, char *text)$/
BufReplaceRect	textBuf.c	/^void BufReplaceRect(textBuffer *buf, int start, int end, int rectStart,$/
BufReplaceSecSelect	textBuf.c	/^void BufReplaceSecSelect(textBuffer *buf, char *text)$/
BufReplaceSelected	textBuf.c	/^void BufReplaceSelected(textBuffer *buf, char *text)$/
BufSearchBackward	textBuf.c	/^int BufSearchBackward(textBuffer *buf, int startPos, char *searchChars,$/
BufSearchForward	textBuf.c	/^int BufSearchForward(textBuffer *buf, int startPos, char *searchChars,$/
BufSecRectSelect	textBuf.c	/^void BufSecRectSelect(textBuffer *buf, int start, int end,$/
BufSecondarySelect	textBuf.c	/^void BufSecondarySelect(textBuffer *buf, int start, int end)$/
BufSecondaryUnselect	textBuf.c	/^void BufSecondaryUnselect(textBuffer *buf)$/
BufSelect	textBuf.c	/^void BufSelect(textBuffer *buf, int start, int end)$/
BufSetAll	textBuf.c	/^void BufSetAll(textBuffer *buf, char *text)$/
BufSetTabDistance	textBuf.c	/^void BufSetTabDistance(textBuffer *buf, int tabDist)$/
BufStartOfLine	textBuf.c	/^int BufStartOfLine(textBuffer *buf, int pos)$/
BufSubstituteNullChars	textBuf.c	/^int BufSubstituteNullChars(char *string, int length, textBuffer *buf)$/
BufUnhighlight	textBuf.c	/^void BufUnhighlight(textBuffer *buf)$/
BufUnselect	textBuf.c	/^void BufUnselect(textBuffer *buf)$/
BufUnsubstituteNullChars	textBuf.c	/^void BufUnsubstituteNullChars(char *string, textBuffer *buf)$/
BuiltInSubr	interpret.h	/^typedef int (*BuiltInSubr)(WindowInfo *window, DataValue *argList, int nArgs,$/
CAN_CROSS_LINE_BOUNDARIES	highlight.c	76;"	file:
CARET_CURSOR	textDisp.h	/^enum cursorStyles {NORMAL_CURSOR, CARET_CURSOR, DIM_CURSOR, BLOCK_CURSOR,$/
CHARACTER_POS	textDisp.c	/^enum positionTypes {CURSOR_POS, CHARACTER_POS};$/;"	file:
CHARSET	nedit.h	73
CHAR_TYPED	text.h	/^enum smartIndentCallbackReasons {NEWLINE_INDENT_NEEDED, CHAR_TYPED};$/
CLICKED_IN_SELECTION	textP.h	/^	CLICKED_IN_SELECTION,  PRIMARY_DRAG, PRIMARY_RECT_DRAG, SECONDARY_DRAG,$/
CLOSE	regularExp.c	101;"	file:
COLOR_ONLY	highlight.h	30
COM_FAILURE	server.h	3
COM_OK	server.h	2
CONST_SYM	interpret.h	/^enum symTypes {CONST_SYM, GLOBAL_SYM, LOCAL_SYM, ARG_SYM, PROC_VALUE_SYM,$/
CONTINUOUS_WRAP	nedit.h	/^enum wrapStyle {NO_WRAP, NEWLINE_WRAP, CONTINUOUS_WRAP};$/
CREATE	file.h	26
CURSOR_POS	textDisp.c	/^enum positionTypes {CURSOR_POS, CHARACTER_POS};$/;"	file:
C_FUNCTION_SYM	interpret.h	/^    	C_FUNCTION_SYM, MACRO_FUNCTION_SYM, ACTION_ROUTINE_SYM};$/
CancelBlockDrag	textDrag.c	/^void CancelBlockDrag(TextWidget tw)$/
CancelMacroOrLearn	macro.c	/^void CancelMacroOrLearn(WindowInfo *window)$/
CheckCloseDim	menu.c	/^void CheckCloseDim(void)$/
CheckMacroString	macro.c	/^int CheckMacroString(Widget dialogParent, char *string, char *errIn,$/
CheckPrefsChangesSaved	preferences.c	/^int CheckPrefsChangesSaved(Widget dialogParent)$/
CheckReadOnly	file.c	/^int CheckReadOnly(WindowInfo *window)$/
ChooseFonts	preferences.c	/^void ChooseFonts(WindowInfo *window, int forWindow)$/
ClearModeMessage	window.c	/^void ClearModeMessage(WindowInfo *window)$/
ClearRedoList	undo.c	/^void ClearRedoList(WindowInfo *window)$/
ClearUndoList	undo.c	/^void ClearUndoList(WindowInfo *window)$/
CloseAllFilesAndWindows	file.c	/^int CloseAllFilesAndWindows(void)$/
CloseFileAndWindow	file.c	/^int CloseFileAndWindow(WindowInfo *window)$/
ClosePane	window.c	/^void ClosePane(WindowInfo *window)$/
CloseWindow	window.c	/^void CloseWindow(WindowInfo *window)$/
ColText	preferences.c	/^static Widget RowText, ColText;$/;"	file:
ColorOfNamedStyle	highlightData.c	/^char *ColorOfNamedStyle(char *styleName)$/
CommonDialog	smartIndent.c	/^} CommonDialog = {NULL};$/;"	file:
CommonMacros	smartIndent.c	/^static char *CommonMacros = NULL;$/;"	file:
CompileRE	regularExp.c	/^regexp *CompileRE(char *exp, char **errorText)$/
ContinueMacro	interpret.c	/^int ContinueMacro(RestartData *continuation, DataValue *result, char **msg)$/
ControlCodeTable	textBuf.c	/^static char *ControlCodeTable[32] = {$/;"	file:
CopyAllocatedString	preferences.c	/^char *CopyAllocatedString(char *string)$/
CopyToClipboard	textSel.c	/^void CopyToClipboard(Widget w, Time time)$/
CreateBGMenu	menu.c	/^Widget CreateBGMenu(WindowInfo *window)$/
CreateLanguageModeMenu	preferences.c	/^Widget CreateLanguageModeMenu(Widget parent, XtCallbackProc cbProc, void *cbArg)$/
CreateLanguageModeSubMenu	preferences.c	/^Widget CreateLanguageModeSubMenu(WindowInfo *window, Widget parent, char *name,$/
CreateMenuBar	menu.c	/^Widget CreateMenuBar(Widget parent, WindowInfo *window)$/
CreateNEditPrefDB	preferences.c	/^XrmDatabase CreateNEditPrefDB(int *argcInOut, char **argvInOut)$/
CreateWindow	window.c	/^WindowInfo *CreateWindow(char *name)$/
DEFAULT_EM_TAB_DIST	preferences.c	91;"	file:
DEFAULT_INDENT	preferences.c	89;"	file:
DEFAULT_TAB_DIST	preferences.c	90;"	file:
DEFAULT_WRAP	preferences.c	88;"	file:
DEFER_PARSING	highlight.h	29
DIM_CURSOR	textDisp.h	/^enum cursorStyles {NORMAL_CURSOR, CARET_CURSOR, DIM_CURSOR, BLOCK_CURSOR,$/
DOSEARCH	search.c	1949;"	file:
DRAG_CANCELED	textP.h	/^	SECONDARY_RECT_DRAG, PRIMARY_BLOCK_DRAG, DRAG_CANCELED, MOUSE_PAN};$/
DRAG_COPY	textDrag.h	/^enum blockDragTypes {USE_LAST, DRAG_COPY, DRAG_MOVE, DRAG_OVERLAY_MOVE,$/
DRAG_MOVE	textDrag.h	/^enum blockDragTypes {USE_LAST, DRAG_COPY, DRAG_MOVE, DRAG_OVERLAY_MOVE,$/
DRAG_OVERLAY_COPY	textDrag.h	/^    	DRAG_OVERLAY_COPY};$/
DRAG_OVERLAY_MOVE	textDrag.h	/^enum blockDragTypes {USE_LAST, DRAG_COPY, DRAG_MOVE, DRAG_OVERLAY_MOVE,$/
DataValue	interpret.h	/^} DataValue;$/
DefaultCommonMacros	smartIndent.c	/^static char DefaultCommonMacros[] = "#\\n\\$/;"	file:
DefaultIndentSpecs	smartIndent.c	/^static smartIndentRec DefaultIndentSpecs[N_DEFAULT_INDENT_SPECS] = {{"C",$/;"	file:
DefaultPatternSets	highlightData.c	/^static char *DefaultPatternSets[N_DEFAULT_PATTERN_SETS] = {$/;"	file:
DetermineLanguageMode	preferences.c	/^void DetermineLanguageMode(WindowInfo *window, int forceNewDefaults)$/
DimPasteReplayBtns	userCmds.c	/^void DimPasteReplayBtns(int sensitive)$/
DimSelectionDepUserMenuItems	userCmds.c	/^void DimSelectionDepUserMenuItems(WindowInfo *window, int sensitive)$/
DoFindDlog	search.c	/^void DoFindDlog(WindowInfo *window, int direction)$/
DoMacro	macro.c	/^void DoMacro(WindowInfo *window, char *macro, char *errInName)$/
DoNamedBGMenuCmd	userCmds.c	/^int DoNamedBGMenuCmd(WindowInfo *window, char *itemName)$/
DoNamedMacroMenuCmd	userCmds.c	/^int DoNamedMacroMenuCmd(WindowInfo *window, char *itemName)$/
DoNamedShellMenuCmd	userCmds.c	/^int DoNamedShellMenuCmd(WindowInfo *window, char *itemName, int fromMacro)$/
DoReplaceDlog	search.c	/^void DoReplaceDlog(WindowInfo *window, int direction)$/
DoShellMenuCmd	shell.c	/^void DoShellMenuCmd(WindowInfo *window, char *command, int input, int output,$/
DoneWithRepeatDialog	macro.c	/^static int DoneWithRepeatDialog;$/;"	file:
DoneWithSizeDialog	preferences.c	/^static int DoneWithSizeDialog;$/;"	file:
DoneWithTabsDialog	preferences.c	/^static int DoneWithTabsDialog;$/;"	file:
DoneWithWrapDialog	preferences.c	/^static int DoneWithWrapDialog;$/;"	file:
DowncaseSelection	shift.c	/^void DowncaseSelection(WindowInfo *window)$/
END	regularExp.c	85;"	file:
EOL	regularExp.c	87;"	file:
EOWORD	regularExp.c	98;"	file:
EQUIVALENT_STYLE	highlight.c	67;"	file:
ERROR_DIALOGS	shell.c	72;"	file:
EXACTLY	regularExp.c	93;"	file:
EXCHANGE_SECONDARY	textSel.c	/^	EXCHANGE_SECONDARY};$/;"	file:
EditBGMenu	userCmds.c	/^void EditBGMenu(WindowInfo *window)$/
EditCommonSmartIndentMacro	smartIndent.c	/^void EditCommonSmartIndentMacro(void)$/
EditExistingFile	file.c	/^WindowInfo *EditExistingFile(WindowInfo *inWindow, char *name, char *path,$/
EditHighlightPatterns	highlightData.c	/^void EditHighlightPatterns(WindowInfo *window)$/
EditHighlightStyles	highlightData.c	/^void EditHighlightStyles(Widget parent, char *initialStyle)$/
EditLanguageModes	preferences.c	/^void EditLanguageModes(Widget parent)$/
EditMacroMenu	userCmds.c	/^void EditMacroMenu(WindowInfo *window)$/
EditNewFile	file.c	/^void EditNewFile(void)$/
EditShellMenu	userCmds.c	/^void EditShellMenu(WindowInfo *window)$/
EditSmartIndentMacros	smartIndent.c	/^void EditSmartIndentMacros(WindowInfo *window)$/
EmTabLabel	preferences.c	/^static Widget TabDistText, EmTabText, EmTabToggle, UseTabsToggle, EmTabLabel;$/;"	file:
EmTabText	preferences.c	/^static Widget TabDistText, EmTabText, EmTabToggle, UseTabsToggle, EmTabLabel;$/;"	file:
EmTabToggle	preferences.c	/^static Widget TabDistText, EmTabText, EmTabToggle, UseTabsToggle, EmTabLabel;$/;"	file:
EndSmartIndent	smartIndent.c	/^void EndSmartIndent(WindowInfo *window)$/
ErrMsg	interpret.c	/^static char *ErrMsg;		    \/* global for returning error messages$/;"	file:
EscapeChars	macro.c	/^static char EscapeChars[] = "\\\\\\"\\n\\t\\b\\r\\f\\a\\v";$/;"	file:
EscapeSensitiveChars	preferences.c	/^char *EscapeSensitiveChars(char *string)$/
ExchangeSelections	textSel.c	/^void ExchangeSelections(Widget w, Time time)$/
ExecCursorLine	shell.c	/^void ExecCursorLine(WindowInfo *window, int fromMacro)$/
ExecRE	regularExp.c	/^int ExecRE(regexp *prog, char *string, char *end, int reverse, int isbol,$/
ExecShellCommand	shell.c	/^void ExecShellCommand(WindowInfo *window, char *command, int fromMacro)$/
ExecuteMacro	interpret.c	/^int ExecuteMacro(WindowInfo *window, Program *prog, int nArgs, DataValue *args,$/
FAIL	regularExp.c	143;"	file:
FILL_MASK	textDisp.c	41;"	file:
FORCE_READ_ONLY	file.h	28
FORWARD	tags.c	/^enum searchDirection {FORWARD, BACKWARD};$/;"	file:
FORWARD	undo.c	41;"	file:
FROM_EITHER	shell.h	/^enum inSrcs {FROM_SELECTION, FROM_WINDOW, FROM_EITHER, FROM_NONE};$/
FROM_NONE	shell.h	/^enum inSrcs {FROM_SELECTION, FROM_WINDOW, FROM_EITHER, FROM_NONE};$/
FROM_SELECTION	shell.h	/^enum inSrcs {FROM_SELECTION, FROM_WINDOW, FROM_EITHER, FROM_NONE};$/
FROM_WINDOW	shell.h	/^enum inSrcs {FROM_SELECTION, FROM_WINDOW, FROM_EITHER, FROM_NONE};$/
FULL	menu.c	/^enum menuModes {FULL, SHORT};$/;"	file:
FillLoopAddrs	interpret.c	/^void FillLoopAddrs(Inst *breakAddr, Inst *continueAddr)$/
FillSelection	shift.c	/^void FillSelection(WindowInfo *window)$/
FilterSelection	shell.c	/^void FilterSelection(WindowInfo *window, char *command, int fromMacro)$/
FindDefinition	tags.c	/^void FindDefinition(WindowInfo *window, Time time)$/
FindPatternSet	highlightData.c	/^patternSet *FindPatternSet(char *langModeName)$/
FindWindowWithFile	window.c	/^WindowInfo *FindWindowWithFile(char *name, char *path)$/
FinishBlockDrag	textDrag.c	/^void FinishBlockDrag(TextWidget tw)$/
FinishCreatingProgram	interpret.c	/^Program *FinishCreatingProgram(void)$/
FinishLearn	macro.c	/^void FinishLearn(void)$/
FlashMatching	search.c	/^void FlashMatching(WindowInfo *window, Widget textW)$/
FocusWindow	interpret.c	/^static WindowInfo *FocusWindow;	    \/* window on which macro commands operate *\/$/;"	file:
FontOfNamedStyle	highlightData.c	/^XFontSet FontOfNamedStyle(WindowInfo *window, char *styleName)$/
FontOfNamedStyle	highlightData.c	/^XFontStruct *FontOfNamedStyle(WindowInfo *window, char *styleName)$/
FontTypeNames	highlightData.c	/^char *FontTypeNames[N_FONT_TYPES] = {"Plain", "Italic", "Bold", "Bold Italic"};$/
FrameP	interpret.c	/^static DataValue *FrameP;   	    \/* frame pointer (start of local variables$/;"	file:
FreeHighlightingData	highlight.c	/^void FreeHighlightingData(WindowInfo *window)$/
FreeProgram	interpret.c	/^void FreeProgram(Program *prog)$/
FreeRestartData	interpret.c	/^void FreeRestartData(RestartData *context)$/
GET_ONE_RSRC	nedit.h	85
GLOBAL_SYM	interpret.h	/^enum symTypes {CONST_SYM, GLOBAL_SYM, LOCAL_SYM, ARG_SYM, PROC_VALUE_SYM,$/
GOOD_FONT	preferences.c	/^enum fontStatus {GOOD_FONT, BAD_PRIMARY, BAD_FONT, BAD_SIZE, BAD_SPACING};$/;"	file:
GarbageCollectStrings	interpret.c	/^void GarbageCollectStrings(void)$/
GetAnySelection	selection.c	/^char *GetAnySelection(WindowInfo *window)$/
GetMenuActions	menu.c	/^XtActionsRec *GetMenuActions(int *nActions)$/
GetPC	interpret.c	/^Inst *GetPC(void)$/
GetPrefAutoIndent	preferences.c	/^int GetPrefAutoIndent(int langMode)$/
GetPrefAutoSave	preferences.c	/^int GetPrefAutoSave(void)$/
GetPrefBGMenuBtn	preferences.c	/^char *GetPrefBGMenuBtn(void)$/
GetPrefBoldFont	preferences.c	/^XFontSet GetPrefBoldFont(void)$/
GetPrefBoldFont	preferences.c	/^XFontStruct *GetPrefBoldFont(void)$/
GetPrefBoldFontName	preferences.c	/^char *GetPrefBoldFontName(void)$/
GetPrefBoldItalicFont	preferences.c	/^XFontSet GetPrefBoldItalicFont(void)$/
GetPrefBoldItalicFont	preferences.c	/^XFontStruct *GetPrefBoldItalicFont(void)$/
GetPrefBoldItalicFontName	preferences.c	/^char *GetPrefBoldItalicFontName(void)$/
GetPrefCols	preferences.c	/^int GetPrefCols(void)$/
GetPrefDelimiters	preferences.c	/^char *GetPrefDelimiters(void)$/
GetPrefEmTabDist	preferences.c	/^int GetPrefEmTabDist(int langMode)$/
GetPrefFontList	preferences.c	/^XmFontList GetPrefFontList(void)$/
GetPrefFontName	preferences.c	/^char *GetPrefFontName(void)$/
GetPrefHighlightSyntax	preferences.c	/^int GetPrefHighlightSyntax(void)$/
GetPrefInsertTabs	preferences.c	/^int GetPrefInsertTabs(void)$/
GetPrefItalicFont	preferences.c	/^XFontSet GetPrefItalicFont(void)$/
GetPrefItalicFont	preferences.c	/^XFontStruct *GetPrefItalicFont(void)$/
GetPrefItalicFontName	preferences.c	/^char *GetPrefItalicFontName(void)$/
GetPrefKeepSearchDlogs	preferences.c	/^int GetPrefKeepSearchDlogs(void)$/
GetPrefMapDelete	preferences.c	/^int GetPrefMapDelete(void)$/
GetPrefMaxPrevOpenFiles	preferences.c	/^int GetPrefMaxPrevOpenFiles(void)$/
GetPrefRepositionDialogs	preferences.c	/^int GetPrefRepositionDialogs(void)$/
GetPrefRows	preferences.c	/^int GetPrefRows(void)$/
GetPrefSaveOldVersion	preferences.c	/^int GetPrefSaveOldVersion(void)$/
GetPrefSearch	preferences.c	/^int GetPrefSearch(void)$/
GetPrefSearchDlogs	preferences.c	/^int GetPrefSearchDlogs(void)$/
GetPrefServerName	preferences.c	/^char *GetPrefServerName(void)$/
GetPrefShell	preferences.c	/^char *GetPrefShell(void)$/
GetPrefShortMenus	preferences.c	/^int GetPrefShortMenus(void)$/
GetPrefShowMatching	preferences.c	/^int GetPrefShowMatching(void)$/
GetPrefStatsLine	preferences.c	/^int GetPrefStatsLine(void)$/
GetPrefStdOpenDialog	preferences.c	/^int GetPrefStdOpenDialog(void)$/
GetPrefTabDist	preferences.c	/^int GetPrefTabDist(int langMode)$/
GetPrefTagFile	preferences.c	/^char *GetPrefTagFile(void)$/
GetPrefWrap	preferences.c	/^int GetPrefWrap(int langMode)$/
GetPrefWrapMargin	preferences.c	/^int GetPrefWrapMargin(void)$/
GetReplayMacro	macro.c	/^char *GetReplayMacro(void)$/
GetSelection	window.c	/^int GetSelection(Widget widget, int *left, int *right)$/
GetSimpleSelection	window.c	/^int GetSimpleSelection(textBuffer *buf, int *left, int *right)$/
GetTextRange	window.c	/^char *GetTextRange(Widget widget, int left, int right)$/
GetWindowDelimiters	preferences.c	/^char *GetWindowDelimiters(WindowInfo *window)$/
GlobalSymList	interpret.c	/^static Symbol *GlobalSymList = NULL;$/;"	file:
GotoLineNumber	selection.c	/^void GotoLineNumber(WindowInfo *window)$/
GotoMark	selection.c	/^void GotoMark(WindowInfo *window, Widget w, char label, int extendSel)$/
GotoMarkDialog	selection.c	/^void GotoMarkDialog(WindowInfo *window, int extend)$/
GotoSelectedLineNumber	selection.c	/^void GotoSelectedLineNumber(WindowInfo *window, Time time)$/
HASWIDTH	regularExp.c	150;"	file:
HEAVY_CURSOR	textDisp.h	/^	HEAVY_CURSOR};$/
HELP_ACTIONS	help.h	/^	HELP_MACRO_LANG, HELP_MACRO_SUBRS, HELP_ACTIONS, HELP_PATTERNS,$/
HELP_BINDING	help.h	/^	HELP_SERVER, HELP_CUSTOMIZE, HELP_RESOURCES, HELP_BINDING, HELP_LEARN,$/
HELP_BUGS	help.h	/^	HELP_BUGS, HELP_MAILING_LIST, HELP_DISTRIBUTION, HELP_TABS_DIALOG};$/
HELP_CLIPBOARD	help.h	/^	HELP_CLIPBOARD, HELP_INDENT, HELP_TABS, HELP_PROGRAMMER, HELP_TAGS,$/
HELP_COMMAND_LINE	help.h	/^	HELP_PREFERENCES, HELP_SHELL, HELP_REGEX, HELP_COMMAND_LINE,$/
HELP_CUSTOMIZE	help.h	/^	HELP_SERVER, HELP_CUSTOMIZE, HELP_RESOURCES, HELP_BINDING, HELP_LEARN,$/
HELP_DISTRIBUTION	help.h	/^	HELP_BUGS, HELP_MAILING_LIST, HELP_DISTRIBUTION, HELP_TABS_DIALOG};$/
HELP_FILL	help.h	/^	HELP_MOUSE, HELP_KEYBOARD, HELP_FILL, HELP_SYNTAX, HELP_RECOVERY,$/
HELP_INDENT	help.h	/^	HELP_CLIPBOARD, HELP_INDENT, HELP_TABS, HELP_PROGRAMMER, HELP_TAGS,$/
HELP_KEYBOARD	help.h	/^	HELP_MOUSE, HELP_KEYBOARD, HELP_FILL, HELP_SYNTAX, HELP_RECOVERY,$/
HELP_LEARN	help.h	/^	HELP_SERVER, HELP_CUSTOMIZE, HELP_RESOURCES, HELP_BINDING, HELP_LEARN,$/
HELP_MACRO_LANG	help.h	/^	HELP_MACRO_LANG, HELP_MACRO_SUBRS, HELP_ACTIONS, HELP_PATTERNS,$/
HELP_MACRO_SUBRS	help.h	/^	HELP_MACRO_LANG, HELP_MACRO_SUBRS, HELP_ACTIONS, HELP_PATTERNS,$/
HELP_MAILING_LIST	help.h	/^	HELP_BUGS, HELP_MAILING_LIST, HELP_DISTRIBUTION, HELP_TABS_DIALOG};$/
HELP_MOUSE	help.h	/^	HELP_MOUSE, HELP_KEYBOARD, HELP_FILL, HELP_SYNTAX, HELP_RECOVERY,$/
HELP_PATTERNS	help.h	/^	HELP_MACRO_LANG, HELP_MACRO_SUBRS, HELP_ACTIONS, HELP_PATTERNS,$/
HELP_PREFERENCES	help.h	/^	HELP_PREFERENCES, HELP_SHELL, HELP_REGEX, HELP_COMMAND_LINE,$/
HELP_PROGRAMMER	help.h	/^	HELP_CLIPBOARD, HELP_INDENT, HELP_TABS, HELP_PROGRAMMER, HELP_TAGS,$/
HELP_RECOVERY	help.h	/^	HELP_MOUSE, HELP_KEYBOARD, HELP_FILL, HELP_SYNTAX, HELP_RECOVERY,$/
HELP_REGEX	help.h	/^	HELP_PREFERENCES, HELP_SHELL, HELP_REGEX, HELP_COMMAND_LINE,$/
HELP_RESOURCES	help.h	/^	HELP_SERVER, HELP_CUSTOMIZE, HELP_RESOURCES, HELP_BINDING, HELP_LEARN,$/
HELP_SEARCH	help.h	/^enum HelpTopic {HELP_VERSION, HELP_START, HELP_SEARCH, HELP_SELECT,$/
HELP_SELECT	help.h	/^enum HelpTopic {HELP_VERSION, HELP_START, HELP_SEARCH, HELP_SELECT,$/
HELP_SERVER	help.h	/^	HELP_SERVER, HELP_CUSTOMIZE, HELP_RESOURCES, HELP_BINDING, HELP_LEARN,$/
HELP_SHELL	help.h	/^	HELP_PREFERENCES, HELP_SHELL, HELP_REGEX, HELP_COMMAND_LINE,$/
HELP_START	help.h	/^enum HelpTopic {HELP_VERSION, HELP_START, HELP_SEARCH, HELP_SELECT,$/
HELP_SYNTAX	help.h	/^	HELP_MOUSE, HELP_KEYBOARD, HELP_FILL, HELP_SYNTAX, HELP_RECOVERY,$/
HELP_TABS	help.h	/^	HELP_CLIPBOARD, HELP_INDENT, HELP_TABS, HELP_PROGRAMMER, HELP_TAGS,$/
HELP_TABS_DIALOG	help.h	/^	HELP_BUGS, HELP_MAILING_LIST, HELP_DISTRIBUTION, HELP_TABS_DIALOG};$/
HELP_TAGS	help.h	/^	HELP_CLIPBOARD, HELP_INDENT, HELP_TABS, HELP_PROGRAMMER, HELP_TAGS,$/
HELP_VERSION	help.h	/^enum HelpTopic {HELP_VERSION, HELP_START, HELP_SEARCH, HELP_SELECT,$/
HIGHLIGHT_MASK	textDisp.c	44;"	file:
HSDialog	highlightData.c	/^} HSDialog = {NULL};$/;"	file:
HS_H_MARGIN	highlightData.c	1058;"	file:
HS_LEFT_MARGIN_POS	highlightData.c	1056;"	file:
HS_LIST_RIGHT	highlightData.c	1055;"	file:
HS_RIGHT_MARGIN_POS	highlightData.c	1057;"	file:
H_MARGIN	preferences.c	1805;"	file:
HandleXSelections	textSel.c	/^void HandleXSelections(Widget w)$/
HeaderText	preferences.c	/^static char HeaderText[] = "\\$/;"	file:
Help	help.c	/^void Help(Widget parent, enum HelpTopic topic)$/
HelpText	help.c	/^static char *HelpText[NUM_TOPICS] = {$/;"	file:
HelpTextPanes	help.c	/^static Widget HelpTextPanes[NUM_TOPICS] = {NULL};$/;"	file:
HelpTitles	help.c	/^static char *HelpTitles[NUM_TOPICS] = {$/;"	file:
HelpTopic	help.h	/^enum HelpTopic {HELP_VERSION, HELP_START, HELP_SEARCH, HELP_SELECT,$/
HelpWindows	help.c	/^static Widget HelpWindows[NUM_TOPICS] = {NULL}; $/;"	file:
HighlightDialog	highlightData.c	/^} HighlightDialog = {NULL, NULL, NULL};$/;"	file:
HighlightStyles	highlightData.c	/^static highlightStyleRec *HighlightStyles[MAX_HIGHLIGHT_STYLES];$/;"	file:
HistStart	search.c	/^static int HistStart = 0;$/;"	file:
INSERT_WAITING	textSel.c	/^enum insertResultFlags {INSERT_WAITING, UNSUCCESSFUL_INSERT, SUCCESSFUL_INSERT};$/;"	file:
INSTRUCTION_LIMIT	interpret.c	24;"	file:
INT_TAG	interpret.h	/^enum typeTags {NO_TAG, INT_TAG, STRING_TAG};$/
IO_BUF_SIZE	shell.c	60;"	file:
ISMULT	regularExp.c	144;"	file:
IS_PLAIN	highlight.c	62;"	file:
IS_STYLED	highlight.c	63;"	file:
ITALIC_FONT	highlightData.c	/^enum fontTypes {PLAIN_FONT, ITALIC_FONT, BOLD_FONT, BOLD_ITALIC_FONT};$/;"	file:
IgnoredActions	macro.c	/^static char* IgnoredActions[] = {"focusIn", "focusOut"};$/;"	file:
IncludeFile	file.c	/^int IncludeFile(WindowInfo *window, char *name)$/
InitMacroGlobals	interpret.c	/^void InitMacroGlobals(void)$/
InitServerCommunication	server.c	/^void InitServerCommunication(void)$/
InitiatingWindow	interpret.c	/^static WindowInfo *InitiatingWindow;\/* window from which macro was run *\/$/;"	file:
InsertClipboard	textSel.c	/^void InsertClipboard(Widget w, Time time, int isColumnar)$/
InsertPrimarySelection	textSel.c	/^void InsertPrimarySelection(Widget w, Time time, int isColumnar)$/
Inst	interpret.h	/^typedef int (*Inst)(void);$/
InstallMenuActions	menu.c	/^void InstallMenuActions(XtAppContext context)$/
InstallSymbol	interpret.c	/^Symbol *InstallSymbol(char *name, int type, DataValue value)$/
InvalidateWindowMenus	menu.c	/^void InvalidateWindowMenus(void)$/
LEFT_MARGIN	textDisp.c	36;"	file:
LEFT_MARGIN_POS	preferences.c	1803;"	file:
LEFT_MARGIN_POS	userCmds.c	64;"	file:
LIST_RIGHT	highlightData.c	1532;"	file:
LIST_RIGHT	preferences.c	1802;"	file:
LIST_RIGHT	userCmds.c	66;"	file:
LMDialog	preferences.c	/^} LMDialog = {NULL};$/;"	file:
LMHasHighlightPatterns	highlightData.c	/^int LMHasHighlightPatterns(char *languageMode)$/
LOCAL_SYM	interpret.h	/^enum symTypes {CONST_SYM, GLOBAL_SYM, LOCAL_SYM, ARG_SYM, PROC_VALUE_SYM,$/
LOOP_STACK_SIZE	interpret.c	22;"	file:
LanguageModeName	preferences.c	/^char *LanguageModeName(int mode)$/
LanguageModes	preferences.c	/^static languageModeRec *LanguageModes[MAX_LANGUAGE_MODES];$/;"	file:
LastCommand	macro.c	/^static char *LastCommand = NULL;$/;"	file:
LastSearchPos	help.c	/^static int LastSearchPos = 0;$/;"	file:
LastSearchString	help.c	/^static char LastSearchString[DF_MAX_PROMPT_LENGTH] = "";$/;"	file:
LastSearchTopic	help.c	/^static int LastSearchTopic = -1;$/;"	file:
LastSearchWasAllTopics	help.c	/^static int LastSearchWasAllTopics = False;$/;"	file:
LoadBGMenuCmdsString	userCmds.c	/^int LoadBGMenuCmdsString(char *inString)$/
LoadHighlightString	highlightData.c	/^int LoadHighlightString(char *inString)$/
LoadMacroCmdsString	userCmds.c	/^int LoadMacroCmdsString(char *inString)$/
LoadShellCmdsString	userCmds.c	/^int LoadShellCmdsString(char *inString)$/
LoadSmartIndentCommonString	smartIndent.c	/^int LoadSmartIndentCommonString(char *inString)$/
LoadSmartIndentString	smartIndent.c	/^int LoadSmartIndentString(char *inString)$/
LoadStylesString	highlightData.c	/^int LoadStylesString(char *inString)$/
LoadTagsFile	tags.c	/^int LoadTagsFile(char *filename)$/
LocalSymList	interpret.c	/^Symbol *LocalSymList = NULL;		 \/* symbols local to the program *\/$/
LookupSymbol	interpret.c	/^Symbol *LookupSymbol(char *name)$/
LookupTag	tags.c	/^int LookupTag(char *name, char **file, char **searchString)$/
LoopStack	interpret.c	/^static Inst *LoopStack[LOOP_STACK_SIZE]; \/* addresses of break, cont stmts *\/$/;"	file:
LoopStackPtr	interpret.c	/^static Inst **LoopStackPtr = LoopStack;  \/*  to fill at the end of a loop *\/$/;"	file:
MACRO_CMDS	userCmds.c	/^enum dialogTypes {SHELL_CMDS, MACRO_CMDS, BG_MENU_CMDS};$/;"	file:
MACRO_CMD_TOP	userCmds.c	68;"	file:
MACRO_DONE	interpret.h	/^enum execReturnCodes {MACRO_TIME_LIMIT, MACRO_PREEMPT, MACRO_DONE, MACRO_ERROR};$/
MACRO_ERROR	interpret.h	/^enum execReturnCodes {MACRO_TIME_LIMIT, MACRO_PREEMPT, MACRO_DONE, MACRO_ERROR};$/
MACRO_EVENT_MARKER	interpret.h	4
MACRO_FUNCTION_SYM	interpret.h	/^    	C_FUNCTION_SYM, MACRO_FUNCTION_SYM, ACTION_ROUTINE_SYM};$/
MACRO_PREEMPT	interpret.h	/^enum execReturnCodes {MACRO_TIME_LIMIT, MACRO_PREEMPT, MACRO_DONE, MACRO_ERROR};$/
MACRO_TIME_LIMIT	interpret.h	/^enum execReturnCodes {MACRO_TIME_LIMIT, MACRO_PREEMPT, MACRO_DONE, MACRO_ERROR};$/
MAGIC	regularExp.c	46;"	file:
MARGIN_SPACING	preferences.c	2590;"	file:
MAXLINE	tags.c	21;"	file:
MAXNODENAMELEN	nc.c	55;"	file:
MAXNODENAMELEN	nc.c	57;"	file:
MAXNODENAMELEN	nc.c	59;"	file:
MAXNODENAMELEN	server.c	58;"	file:
MAXNODENAMELEN	server.c	60;"	file:
MAXNODENAMELEN	server.c	62;"	file:
MAXUSERNAMELEN	nc.c	49;"	file:
MAXUSERNAMELEN	server.c	55;"	file:
MAX_ACCEL_LEN	preferences.h	32
MAX_ACTION_ARGS	macro.c	48;"	file:
MAX_ARGS	interpret.h	1
MAX_DISP_LINE_LEN	textDisp.c	50;"	file:
MAX_ERR_MSG_LEN	interpret.c	21;"	file:
MAX_EXP_CHAR_LEN	textBuf.h	28
MAX_FILE_EXTENSIONS	preferences.c	72;"	file:
MAX_FONT_LEN	nedit.h	39
MAX_HIGHLIGHT_STYLES	highlightData.c	56;"	file:
MAX_ITEMS_PER_MENU	userCmds.c	61;"	file:
MAX_LANGUAGE_MODES	preferences.h	29
MAX_MACRO_ACTIONS	macro.c	47;"	file:
MAX_MARKS	nedit.h	40
MAX_OUT_DIALOG_COLS	shell.c	64;"	file:
MAX_OUT_DIALOG_ROWS	shell.c	63;"	file:
MAX_PANES	nedit.h	29
MAX_PATTERNS	highlightData.c	60;"	file:
MAX_PATTERN_SETS	highlightData.c	63;"	file:
MAX_SEARCH_HISTORY	nedit.h	28
MAX_SHELL_CMD_LEN	shell.c	61;"	file:
MAX_SHORTENED_ITEMS	nedit.h	67
MAX_SYM_LEN	interpret.h	3
MAX_TAG_LEN	tags.c	22;"	file:
MAX_WORD_DELIMITERS	preferences.c	69;"	file:
META	regularExp.c	145;"	file:
MKSTRING	nedit.h	75
MOUSE_PAN	textP.h	/^	SECONDARY_RECT_DRAG, PRIMARY_BLOCK_DRAG, DRAG_CANCELED, MOUSE_PAN};$/
MacroCmdDialog	userCmds.c	/^static Widget MacroCmdDialog = NULL;$/;"	file:
MacroEndBoundary	smartIndent.c	/^static char MacroEndBoundary[] = "--End-of-Macro--";$/;"	file:
MacroMenuItems	userCmds.c	/^static menuItemRec *MacroMenuItems[MAX_ITEMS_PER_MENU];$/;"	file:
MacroPasteReplayBtn	userCmds.c	/^static Widget MacroPasteReplayBtn = NULL;$/;"	file:
MacroRecordActionHook	macro.c	/^static XtActionHookId MacroRecordActionHook = 0;$/;"	file:
MacroRecordBuf	macro.c	/^static textBuffer *MacroRecordBuf = NULL;$/;"	file:
MacroRecordWindow	macro.c	/^static WindowInfo *MacroRecordWindow = NULL;$/;"	file:
MacroRunWindow	interpret.c	/^WindowInfo *MacroRunWindow(void)$/
MacroSubrNames	macro.c	/^static char *MacroSubrNames[N_MACRO_SUBRS] = {"length", "get_range", "t_print",$/;"	file:
MacroSubrs	macro.c	/^static BuiltInSubr MacroSubrs[N_MACRO_SUBRS] = {lengthMS, getRangeMS, tPrintMS,$/;"	file:
MakeQuotedString	preferences.c	/^char *MakeQuotedString(char *string)$/
MakeSelectionVisible	window.c	/^void MakeSelectionVisible(WindowInfo *window, Widget textPane)$/
MarkDialog	selection.c	/^void MarkDialog(WindowInfo *window)$/
MarkPrefsChanged	preferences.c	/^void MarkPrefsChanged(void)$/
MatchSelectedCharacter	search.c	/^void MatchSelectedCharacter(WindowInfo *window)$/
MatchingChars	search.c	/^static charMatchTable MatchingChars[N_MATCH_CHARS] = {$/;"	file:
ModifyReturnedValue	interpret.c	/^void ModifyReturnedValue(RestartData *context, DataValue dv)$/
MouseActions	macro.c	/^static char* MouseActions[] = {"grab_focus", "extend_adjust", "extend_start",$/;"	file:
MovePrimarySelection	textSel.c	/^void MovePrimarySelection(Widget w, Time time, int isColumnar)$/
NBBY	shell.c	35;"	file:
NBGMenuItems	userCmds.c	/^static int NBGMenuItems = 0;$/;"	file:
NEDIT_DB_FILE_NAME	menu.c	70;"	file:
NEDIT_DB_FILE_NAME	menu.c	72;"	file:
NEEDS_BREAK	interpret.c	30;"	file:
NEEDS_CONTINUE	interpret.c	31;"	file:
NEWLINE_INDENT_NEEDED	text.h	/^enum smartIndentCallbackReasons {NEWLINE_INDENT_NEEDED, CHAR_TYPED};$/
NEWLINE_WRAP	nedit.h	/^enum wrapStyle {NO_WRAP, NEWLINE_WRAP, CONTINUOUS_WRAP};$/
NEXT	regularExp.c	136;"	file:
NHighlightStyles	highlightData.c	/^static int NHighlightStyles = 0;$/;"	file:
NHist	search.c	/^static int NHist = 0;$/;"	file:
NLanguageModes	preferences.c	/^static int NLanguageModes = 0;$/;"	file:
NMacroMenuItems	userCmds.c	/^static int NMacroMenuItems = 0;$/;"	file:
NORMAL_CURSOR	textDisp.h	/^enum cursorStyles {NORMAL_CURSOR, CARET_CURSOR, DIM_CURSOR, BLOCK_CURSOR,$/
NOTHING	regularExp.c	94;"	file:
NOT_CLICKED	textP.h	/^enum dragStates {NOT_CLICKED, PRIMARY_CLICKED, SECONDARY_CLICKED,$/
NO_AUTO_INDENT	nedit.h	/^enum indentStyle {NO_AUTO_INDENT, AUTO_INDENT, SMART_INDENT};$/
NO_CLICKS	textP.h	/^enum multiClickStates {NO_CLICKS, ONE_CLICK, TWO_CLICKS, THREE_CLICKS};$/
NO_CONNECTION	server.h	1
NO_HINT	textDisp.h	28
NO_TAG	interpret.h	/^enum typeTags {NO_TAG, INT_TAG, STRING_TAG};$/
NO_WRAP	nedit.h	/^enum wrapStyle {NO_WRAP, NEWLINE_WRAP, CONTINUOUS_WRAP};$/
NPatternSets	highlightData.c	/^static int NPatternSets = 0;$/;"	file:
NPrevOpen	menu.c	/^static int NPrevOpen = 0;$/;"	file:
NSUBEXP	regularExp.h	7
NShellMenuItems	userCmds.c	/^static int NShellMenuItems = 0;$/;"	file:
NSmartIndentSpecs	smartIndent.c	/^static int NSmartIndentSpecs = 0;$/;"	file:
NUM_TOPICS	help.h	32
NWindows	window.c	/^int NWindows(void)$/
N_ARGS_ARG_SYM	interpret.c	33;"	file:
N_ATOMS	textSel.c	16;"	file:
N_CLIP_TARGETS	textSel.c	15;"	file:
N_DEFAULT_INDENT_SPECS	smartIndent.c	123;"	file:
N_DEFAULT_PATTERN_SETS	highlightData.c	188;"	file:
N_DEFAULT_PATTERN_SETS	highlightData.c	190;"	file:
N_FLASH_CHARS	search.c	124;"	file:
N_FONT_TYPES	highlightData.c	66;"	file:
N_INDENT_STYLES	preferences.c	82;"	file:
N_MACRO_SUBRS	macro.c	175;"	file:
N_MATCH_CHARS	search.c	123;"	file:
N_OPS	interpret.h	10
N_REPLACEMENTS	textBuf.c	1191;"	file:
N_RETURN_GLOBALS	macro.c	201;"	file:
N_SELECT_TARGETS	textSel.c	14;"	file:
N_SPECIAL_VARS	macro.c	190;"	file:
N_WRAP_STYLES	preferences.c	79;"	file:
NamedStyleExists	highlightData.c	/^int NamedStyleExists(char *styleName)$/
ONE_CHAR_DELETE	undo.h	/^enum undoTypes {UNDO_NOOP, ONE_CHAR_INSERT, ONE_CHAR_REPLACE, ONE_CHAR_DELETE,$/
ONE_CHAR_INSERT	undo.h	/^enum undoTypes {UNDO_NOOP, ONE_CHAR_INSERT, ONE_CHAR_REPLACE, ONE_CHAR_DELETE,$/
ONE_CHAR_REPLACE	undo.h	/^enum undoTypes {UNDO_NOOP, ONE_CHAR_INSERT, ONE_CHAR_REPLACE, ONE_CHAR_DELETE,$/
ONE_CLICK	textP.h	/^enum multiClickStates {NO_CLICKS, ONE_CLICK, TWO_CLICKS, THREE_CLICKS};$/
OP	regularExp.c	135;"	file:
OPEN	regularExp.c	99;"	file:
OPERAND	regularExp.c	137;"	file:
OP_ADD	interpret.h	/^enum operations {OP_RETURN_NO_VAL, OP_RETURN, OP_PUSH_SYM, OP_DUP, OP_ADD,$/
OP_AND	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_ASSIGN	interpret.h	/^    OP_POWER, OP_CONCAT, OP_ASSIGN, OP_SUBR_CALL, OP_FETCH_RET_VAL, OP_BRANCH,$/
OP_BIT_AND	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_BIT_OR	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_BRANCH	interpret.h	/^    OP_POWER, OP_CONCAT, OP_ASSIGN, OP_SUBR_CALL, OP_FETCH_RET_VAL, OP_BRANCH,$/
OP_BRANCH_FALSE	interpret.h	/^    OP_BRANCH_TRUE, OP_BRANCH_FALSE, OP_BRANCH_NEVER};$/
OP_BRANCH_NEVER	interpret.h	/^    OP_BRANCH_TRUE, OP_BRANCH_FALSE, OP_BRANCH_NEVER};$/
OP_BRANCH_TRUE	interpret.h	/^    OP_BRANCH_TRUE, OP_BRANCH_FALSE, OP_BRANCH_NEVER};$/
OP_CONCAT	interpret.h	/^    OP_POWER, OP_CONCAT, OP_ASSIGN, OP_SUBR_CALL, OP_FETCH_RET_VAL, OP_BRANCH,$/
OP_DECR	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_DIV	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_DUP	interpret.h	/^enum operations {OP_RETURN_NO_VAL, OP_RETURN, OP_PUSH_SYM, OP_DUP, OP_ADD,$/
OP_EQ	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_FETCH_RET_VAL	interpret.h	/^    OP_POWER, OP_CONCAT, OP_ASSIGN, OP_SUBR_CALL, OP_FETCH_RET_VAL, OP_BRANCH,$/
OP_GE	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_GT	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_INCR	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_LE	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_LT	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_MOD	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_MUL	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_NE	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_NEGATE	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_NOT	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_OR	interpret.h	/^    OP_GE, OP_LE, OP_EQ, OP_NE, OP_BIT_AND, OP_BIT_OR, OP_AND, OP_OR, OP_NOT,$/
OP_POWER	interpret.h	/^    OP_POWER, OP_CONCAT, OP_ASSIGN, OP_SUBR_CALL, OP_FETCH_RET_VAL, OP_BRANCH,$/
OP_PUSH_SYM	interpret.h	/^enum operations {OP_RETURN_NO_VAL, OP_RETURN, OP_PUSH_SYM, OP_DUP, OP_ADD,$/
OP_RETURN	interpret.h	/^enum operations {OP_RETURN_NO_VAL, OP_RETURN, OP_PUSH_SYM, OP_DUP, OP_ADD,$/
OP_RETURN_NO_VAL	interpret.h	/^enum operations {OP_RETURN_NO_VAL, OP_RETURN, OP_PUSH_SYM, OP_DUP, OP_ADD,$/
OP_SUB	interpret.h	/^    OP_SUB, OP_MUL, OP_DIV, OP_MOD, OP_NEGATE, OP_INCR, OP_DECR, OP_GT, OP_LT,$/
OP_SUBR_CALL	interpret.h	/^    OP_POWER, OP_CONCAT, OP_ASSIGN, OP_SUBR_CALL, OP_FETCH_RET_VAL, OP_BRANCH,$/
OUTPUT_FLUSH_FREQ	shell.c	65;"	file:
OUTPUT_TO_DIALOG	shell.c	75;"	file:
OUTPUT_TO_STRING	shell.c	76;"	file:
OpFns	interpret.c	/^static int (*OpFns[N_OPS])() = {returnNoVal, returnVal, pushSymVal, dupStack,$/;"	file:
OpTable	nc.c	/^static XrmOptionDescRec OpTable[] = {$/;"	file:
OpTable	preferences.c	/^static XrmOptionDescRec OpTable[] = {$/;"	file:
OpenSelectedFile	selection.c	/^void OpenSelectedFile(WindowInfo *window, Time time)$/
PANE_MIN_HEIGHT	window.c	73;"	file:
PARSE_SUBPATS_FROM_START	highlight.h	28
PASS_2_REPARSE_CHUNK_SIZE	highlight.c	52;"	file:
PC	interpret.c	/^static Inst *PC;		    \/* program counter during execution *\/$/;"	file:
PERMANENT_MENU_ITEM	menu.h	25
PLAIN_FONT	highlightData.c	/^enum fontTypes {PLAIN_FONT, ITALIC_FONT, BOLD_FONT, BOLD_ITALIC_FONT};$/;"	file:
PLAIN_LANGUAGE_MODE	preferences.h	26
PLAIN_STYLE	highlight.c	61;"	file:
PLUS	regularExp.c	96;"	file:
POP	interpret.c	676;"	file:
POP_INT	interpret.c	686;"	file:
POP_STRING	interpret.c	696;"	file:
PREFERRED_GAP_SIZE	textBuf.c	31;"	file:
PREF_FILE_NAME	preferences.c	66;"	file:
PRIMARY_BLOCK_DRAG	textP.h	/^	SECONDARY_RECT_DRAG, PRIMARY_BLOCK_DRAG, DRAG_CANCELED, MOUSE_PAN};$/
PRIMARY_CLICKED	textP.h	/^enum dragStates {NOT_CLICKED, PRIMARY_CLICKED, SECONDARY_CLICKED,$/
PRIMARY_DRAG	textP.h	/^	CLICKED_IN_SELECTION,  PRIMARY_DRAG, PRIMARY_RECT_DRAG, SECONDARY_DRAG,$/
PRIMARY_MASK	textDisp.c	43;"	file:
PRIMARY_RECT_DRAG	textP.h	/^	CLICKED_IN_SELECTION,  PRIMARY_DRAG, PRIMARY_RECT_DRAG, SECONDARY_DRAG,$/
PROC_VALUE_SYM	interpret.h	/^enum symTypes {CONST_SYM, GLOBAL_SYM, LOCAL_SYM, ARG_SYM, PROC_VALUE_SYM,$/
PROGRAM_SIZE	interpret.c	20;"	file:
PUSH	interpret.c	681;"	file:
PUSH_INT	interpret.c	706;"	file:
PUSH_STRING	interpret.c	713;"	file:
ParseError	preferences.c	/^int ParseError(Widget toDialog, char *stringStart, char *stoppedAt,$/
PatternSets	highlightData.c	/^static patternSet *PatternSets[MAX_PATTERN_SETS];$/;"	file:
PreemptMacro	interpret.c	/^void PreemptMacro(void)$/
PreemptRequest	interpret.c	/^static int PreemptRequest;  	    \/* passes preemption requests from called$/;"	file:
PrefData	preferences.c	/^} PrefData;$/;"	file:
PrefDescrip	nc.c	/^static PrefDescripRec PrefDescrip[] = {$/;"	file:
PrefDescrip	preferences.c	/^static PrefDescripRec PrefDescrip[] = {$/;"	file:
Preferences	nc.c	/^} Preferences;$/;"	file:
PrefsHaveChanged	preferences.c	/^static int PrefsHaveChanged = False;$/;"	file:
PrevOpen	menu.c	/^static char **PrevOpen;$/;"	file:
PrintString	file.c	/^void PrintString(char *string, int length, Widget parent, char *jobName)$/
PrintWindow	file.c	/^void PrintWindow(WindowInfo *window, int selectedOnly)$/
Prog	interpret.c	/^static Inst Prog[PROGRAM_SIZE]; 	 \/* the program *\/$/;"	file:
ProgP	interpret.c	/^static Inst *ProgP;			 \/* next free spot for code gen. *\/$/;"	file:
Program	interpret.h	/^} Program;$/
PromoteToGlobal	interpret.c	/^Symbol *PromoteToGlobal(Symbol *sym)$/
PromptForExistingFile	file.c	/^int PromptForExistingFile(WindowInfo *window, char *prompt, char *fullname)$/
PromptForNewFile	file.c	/^int PromptForNewFile(WindowInfo *window, char *prompt, char *fullname,$/
READ_STATUS	macro.c	/^enum retGlobalSyms {STRING_DIALOG_BUTTON, SEARCH_END, READ_STATUS,$/;"	file:
RELOAD_FILE_AFTER	shell.c	74;"	file:
REMOVE_SECONDARY	textSel.c	/^enum selectNotifyActions {UNSELECT_SECONDARY, REMOVE_SECONDARY,$/;"	file:
REPARSE_CHUNK_SIZE	highlight.c	57;"	file:
REPLACE_SELECTION	shell.c	73;"	file:
REVERSE	undo.c	42;"	file:
RIGHT_MARGIN	textDisp.c	37;"	file:
RIGHT_MARGIN_POS	preferences.c	1804;"	file:
RIGHT_MARGIN_POS	userCmds.c	65;"	file:
ReadMacroFile	macro.c	/^int ReadMacroFile(WindowInfo *window, char *fileName, int warnNotExist)$/
ReadMacroInitFile	macro.c	/^void ReadMacroInitFile(WindowInfo *window)$/
ReadMacroString	macro.c	/^int ReadMacroString(WindowInfo *window, char *string, char *errIn)$/
ReadNEditDB	menu.c	/^void ReadNEditDB(void)$/
ReadNumericField	preferences.c	/^int ReadNumericField(char **inPtr, int *value)$/
ReadQuotedString	preferences.c	/^int ReadQuotedString(char **inPtr, char **errMsg, char **string)$/
ReadSymbolicField	preferences.c	/^char *ReadSymbolicField(char **inPtr)$/
ReadSymbolicFieldTextWidget	preferences.c	/^char *ReadSymbolicFieldTextWidget(Widget textW, char *fieldName, int silent)$/
Redo	undo.c	/^void Redo(WindowInfo *window)$/
RedundantActions	macro.c	/^static char* RedundantActions[] = {"open_dialog", "save_as_dialog",$/;"	file:
RegisterMacroSubroutines	macro.c	/^void RegisterMacroSubroutines(void)$/
RemoveBackupFile	file.c	/^void RemoveBackupFile(WindowInfo *window)$/
RemoveWidgetHighlight	highlight.c	/^void RemoveWidgetHighlight(Widget widget)$/
RenameHighlightPattern	highlightData.c	/^void RenameHighlightPattern(char *oldName, char *newName)$/
RepeatDialog	macro.c	/^void RepeatDialog(WindowInfo *window)$/
RepeatDialogForWindow	macro.c	/^static WindowInfo *RepeatDialogForWindow;$/;"	file:
RepeatLastCmdToggle	macro.c	/^static Widget RepeatText, RepeatLastCmdToggle, RepeatLearnToggle;$/;"	file:
RepeatLearnToggle	macro.c	/^static Widget RepeatText, RepeatLastCmdToggle, RepeatLearnToggle;$/;"	file:
RepeatMacro	macro.c	/^void RepeatMacro(WindowInfo *window, char *command, int nTimes)$/
RepeatText	macro.c	/^static Widget RepeatText, RepeatLastCmdToggle, RepeatLearnToggle;$/;"	file:
ReplaceAll	search.c	/^int ReplaceAll(WindowInfo *window, char *searchString, char *replaceString,$/
ReplaceAllInString	search.c	/^char *ReplaceAllInString(char *inString, char *searchString,$/
ReplaceChars	macro.c	/^static char ReplaceChars[] = "\\\\\\"ntbrfav";$/;"	file:
ReplaceHistory	search.c	/^static char *ReplaceHistory[MAX_SEARCH_HISTORY];$/;"	file:
ReplaceInSelection	search.c	/^int ReplaceInSelection(WindowInfo *window, char *searchString,$/
ReplaceSame	search.c	/^int ReplaceSame(WindowInfo *window, int direction)$/
Replay	macro.c	/^void Replay(WindowInfo *window)$/
ReplayMacro	macro.c	/^static char *ReplayMacro = NULL;$/;"	file:
RestartData	interpret.h	/^} RestartData;$/
RestoreNEditPrefs	preferences.c	/^void RestoreNEditPrefs(XrmDatabase prefDB, XrmDatabase appDB)$/
ResumeMacroExecution	macro.c	/^void ResumeMacroExecution(WindowInfo *window)$/
ReturnGlobalNames	macro.c	/^static char *ReturnGlobalNames[N_RETURN_GLOBALS] = {"$string_dialog_button",$/;"	file:
ReturnGlobals	macro.c	/^static Symbol *ReturnGlobals[N_RETURN_GLOBALS];$/;"	file:
ReturnShellCommandOutput	macro.c	/^void ReturnShellCommandOutput(WindowInfo *window, char *outText, int status)$/
RevertToSaved	file.c	/^void RevertToSaved(WindowInfo *window)$/
RowColumnPrefDialog	preferences.c	/^void RowColumnPrefDialog(Widget parent)$/
RowText	preferences.c	/^static Widget RowText, ColText;$/;"	file:
RunMacroAsSubrCall	interpret.c	/^void RunMacroAsSubrCall(Program *prog)$/
SEARCHMAX	nedit.h	27
SEARCH_BACKWARD	search.h	/^enum SearchDirection {SEARCH_FORWARD, SEARCH_BACKWARD};$/
SEARCH_CASE_SENSE	search.h	/^enum SearchType {SEARCH_LITERAL, SEARCH_CASE_SENSE, SEARCH_REGEX};$/
SEARCH_END	macro.c	/^enum retGlobalSyms {STRING_DIALOG_BUTTON, SEARCH_END, READ_STATUS,$/;"	file:
SEARCH_FORWARD	search.h	/^enum SearchDirection {SEARCH_FORWARD, SEARCH_BACKWARD};$/
SEARCH_LITERAL	search.h	/^enum SearchType {SEARCH_LITERAL, SEARCH_CASE_SENSE, SEARCH_REGEX};$/
SEARCH_REGEX	search.h	/^enum SearchType {SEARCH_LITERAL, SEARCH_CASE_SENSE, SEARCH_REGEX};$/
SECONDARY_CLICKED	textP.h	/^enum dragStates {NOT_CLICKED, PRIMARY_CLICKED, SECONDARY_CLICKED,$/
SECONDARY_DRAG	textP.h	/^	CLICKED_IN_SELECTION,  PRIMARY_DRAG, PRIMARY_RECT_DRAG, SECONDARY_DRAG,$/
SECONDARY_MASK	textDisp.c	42;"	file:
SECONDARY_RECT_DRAG	textP.h	/^	SECONDARY_RECT_DRAG, PRIMARY_BLOCK_DRAG, DRAG_CANCELED, MOUSE_PAN};$/
SELECT_THRESHOLD	text.c	52;"	file:
SET_ONE_RSRC	nedit.h	78
SGI_WINDOW_TITLE	nedit.h	44
SGI_WINDOW_TITLE_LEN	nedit.h	45
SHELL_CMDS	userCmds.c	/^enum dialogTypes {SHELL_CMDS, MACRO_CMDS, BG_MENU_CMDS};$/;"	file:
SHELL_CMD_STATUS	macro.c	/^	SHELL_CMD_STATUS};$/;"	file:
SHELL_CMD_TOP	userCmds.c	67;"	file:
SHIFT_LEFT	shift.h	/^enum ShiftDirection {SHIFT_LEFT, SHIFT_RIGHT};$/
SHIFT_RIGHT	shift.h	/^enum ShiftDirection {SHIFT_LEFT, SHIFT_RIGHT};$/
SHORT	menu.c	/^enum menuModes {FULL, SHORT};$/;"	file:
SIMPLE	regularExp.c	151;"	file:
SMART_INDENT	nedit.h	/^enum indentStyle {NO_AUTO_INDENT, AUTO_INDENT, SMART_INDENT};$/
SPSTART	regularExp.c	152;"	file:
STACK_SIZE	interpret.h	2
STAR	regularExp.c	95;"	file:
STAT_DONE	interpret.c	/^enum opStatusCodes {STAT_OK=2, STAT_DONE, STAT_ERROR, STAT_PREEMPT};$/;"	file:
STAT_ERROR	interpret.c	/^enum opStatusCodes {STAT_OK=2, STAT_DONE, STAT_ERROR, STAT_PREEMPT};$/;"	file:
STAT_OK	interpret.c	/^enum opStatusCodes {STAT_OK=2, STAT_DONE, STAT_ERROR, STAT_PREEMPT};$/;"	file:
STAT_PREEMPT	interpret.c	/^enum opStatusCodes {STAT_OK=2, STAT_DONE, STAT_ERROR, STAT_PREEMPT};$/;"	file:
STRING_DIALOG_BUTTON	macro.c	/^enum retGlobalSyms {STRING_DIALOG_BUTTON, SEARCH_END, READ_STATUS,$/;"	file:
STRING_TAG	interpret.h	/^enum typeTags {NO_TAG, INT_TAG, STRING_TAG};$/
STYLE_LOOKUP_MASK	textDisp.c	45;"	file:
SUCCESSFUL_INSERT	textSel.c	/^enum insertResultFlags {INSERT_WAITING, UNSUCCESSFUL_INSERT, SUCCESSFUL_INSERT};$/;"	file:
SUPPRESS_CREATE_WARN	file.h	27
SaveNEditPrefs	preferences.c	/^void SaveNEditPrefs(Widget parent, int quietly)$/
SaveUndoInformation	undo.c	/^void SaveUndoInformation(WindowInfo *window, int pos, int nInserted,$/
SaveWindow	file.c	/^int SaveWindow(WindowInfo *window)$/
SaveWindowAs	file.c	/^int SaveWindowAs(WindowInfo *window, char *newName, int addWrap)$/
SearchAndReplace	search.c	/^int SearchAndReplace(WindowInfo *window, int direction, char *searchString,$/
SearchAndSelect	search.c	/^int SearchAndSelect(WindowInfo *window, int direction, char *searchString,$/
SearchAndSelectSame	search.c	/^int SearchAndSelectSame(WindowInfo *window, int direction)$/
SearchDirection	search.h	/^enum SearchDirection {SEARCH_FORWARD, SEARCH_BACKWARD};$/
SearchForSelected	search.c	/^void SearchForSelected(WindowInfo *window, int direction, Time time)$/
SearchHistory	search.c	/^static char *SearchHistory[MAX_SEARCH_HISTORY];$/;"	file:
SearchMethodStrings	preferences.c	/^static char *SearchMethodStrings[] = {"Literal", "CaseSense", "RegExp", NULL};$/;"	file:
SearchString	search.c	/^int SearchString(char *string, char *searchString, int direction,$/
SearchType	search.h	/^enum SearchType {SEARCH_LITERAL, SEARCH_CASE_SENSE, SEARCH_REGEX};$/
SearchTypeHistory	search.c	/^static int SearchTypeHistory[MAX_SEARCH_HISTORY];$/;"	file:
SearchWindow	search.c	/^int SearchWindow(WindowInfo *window, int direction, char *searchString,$/
SelectNumberedLine	selection.c	/^void SelectNumberedLine(WindowInfo *window, int lineNum)$/
SendSecondarySelection	textSel.c	/^void SendSecondarySelection(Widget w, Time time, int removeAfter)$/
ServerExistsAtom	server.c	/^static Atom ServerExistsAtom = 0;$/;"	file:
ServerMainLoop	server.c	/^void ServerMainLoop(XtAppContext context)$/
ServerRequestAtom	server.c	/^static Atom ServerRequestAtom = 0;$/;"	file:
SetAutoIndent	window.c	/^void SetAutoIndent(WindowInfo *window, int state)$/
SetAutoWrap	window.c	/^void SetAutoWrap(WindowInfo *window, int state)$/
SetBackgroundMenuRedoSensitivity	userCmds.c	/^void SetBackgroundMenuRedoSensitivity(WindowInfo *window, int sensitive)$/
SetBackgroundMenuUndoSensitivity	userCmds.c	/^void SetBackgroundMenuUndoSensitivity(WindowInfo *window, int sensitive)$/
SetFonts	window.c	/^void SetFonts(WindowInfo *window, char *fontName, char *italicName,$/
SetLangModeMenu	preferences.c	/^void SetLangModeMenu(Widget optMenu, char *modeName)$/
SetMacroFocusWindow	interpret.c	/^void SetMacroFocusWindow(WindowInfo *window)$/
SetModeMessage	window.c	/^void SetModeMessage(WindowInfo *window, char *message)$/
SetOverstrike	window.c	/^void SetOverstrike(WindowInfo *window, int overstrike)$/
SetPrefAutoIndent	preferences.c	/^void SetPrefAutoIndent(int state)$/
SetPrefAutoSave	preferences.c	/^void SetPrefAutoSave(int state)$/
SetPrefBoldFont	preferences.c	/^void SetPrefBoldFont(char *fontName)$/
SetPrefBoldItalicFont	preferences.c	/^void SetPrefBoldItalicFont(char *fontName)$/
SetPrefCols	preferences.c	/^void SetPrefCols(int nCols)$/
SetPrefEmTabDist	preferences.c	/^void SetPrefEmTabDist(int tabDist)$/
SetPrefFont	preferences.c	/^void SetPrefFont(char *fontName)$/
SetPrefHighlightSyntax	preferences.c	/^void SetPrefHighlightSyntax(int state)$/
SetPrefInsertTabs	preferences.c	/^void SetPrefInsertTabs(int state)$/
SetPrefItalicFont	preferences.c	/^void SetPrefItalicFont(char *fontName)$/
SetPrefKeepSearchDlogs	preferences.c	/^void SetPrefKeepSearchDlogs(int state)$/
SetPrefMapDelete	preferences.c	/^void SetPrefMapDelete(int state)$/
SetPrefRepositionDialogs	preferences.c	/^void SetPrefRepositionDialogs(int state)$/
SetPrefRows	preferences.c	/^void SetPrefRows(int nRows)$/
SetPrefSaveOldVersion	preferences.c	/^void SetPrefSaveOldVersion(int state)$/
SetPrefSearch	preferences.c	/^void SetPrefSearch(int searchType)$/
SetPrefSearchDlogs	preferences.c	/^void SetPrefSearchDlogs(int state)$/
SetPrefShell	preferences.c	/^void SetPrefShell(char *shell)$/
SetPrefShortMenus	preferences.c	/^void SetPrefShortMenus(int state)$/
SetPrefShowMatching	preferences.c	/^void SetPrefShowMatching(int state)$/
SetPrefStatsLine	preferences.c	/^void SetPrefStatsLine(int state)$/
SetPrefStdOpenDialog	preferences.c	/^void SetPrefStdOpenDialog(int state)$/
SetPrefTabDist	preferences.c	/^void SetPrefTabDist(int tabDist)$/
SetPrefTagFile	preferences.c	/^void SetPrefTagFile(char *tagFileName)$/
SetPrefWrap	preferences.c	/^void SetPrefWrap(int state)$/
SetPrefWrapMargin	preferences.c	/^void SetPrefWrapMargin(int margin)$/
SetREDefaultWordDelimiters	regularExp.c	/^void SetREDefaultWordDelimiters(char *delimiters)$/
SetWindowModified	window.c	/^void SetWindowModified(WindowInfo *window, int modified)$/
SetWindowTitle	window.c	/^void SetWindowTitle(WindowInfo *window, char *title)$/
SetWrapMargin	window.c	/^void SetWrapMargin(WindowInfo *window, int margin)$/
ShellCmdDialog	userCmds.c	/^static Widget ShellCmdDialog = NULL;$/;"	file:
ShellCmdToMacroString	shell.c	/^void ShellCmdToMacroString(WindowInfo *window, char *command, char *input)$/
ShellMenuItems	userCmds.c	/^static menuItemRec *ShellMenuItems[MAX_ITEMS_PER_MENU];$/;"	file:
ShiftDirection	shift.h	/^enum ShiftDirection {SHIFT_LEFT, SHIFT_RIGHT};$/
ShiftSelection	shift.c	/^void ShiftSelection(WindowInfo *window, int direction, int byTab)$/
ShiftText	shift.c	/^char *ShiftText(char *text, int direction, int tabsAllowed, int tabDist,$/
ShortMenuWindow	menu.c	/^static WindowInfo *ShortMenuWindow;$/;"	file:
ShowStatsLine	window.c	/^void ShowStatsLine(WindowInfo *window, int state)$/
SkipDelimiter	preferences.c	/^int SkipDelimiter(char **inPtr, char **errMsg)$/
SmartIndentCB	smartIndent.c	/^void SmartIndentCB(Widget w, XtPointer clientData, XtPointer callData) $/
SmartIndentDialog	smartIndent.c	/^} SmartIndentDialog = {NULL};$/;"	file:
SmartIndentMacrosAvailable	smartIndent.c	/^int SmartIndentMacrosAvailable(char *languageModeName)$/
SmartIndentSpecs	smartIndent.c	/^static smartIndentRec *SmartIndentSpecs[MAX_LANGUAGE_MODES];$/;"	file:
SpecialVarNames	macro.c	/^static char *SpecialVarNames[N_SPECIAL_VARS] = {"$cursor", "$file_name",$/;"	file:
SpecialVars	macro.c	/^static BuiltInSubr SpecialVars[N_SPECIAL_VARS] = {cursorMV, fileNameMV,$/;"	file:
SplitWindow	window.c	/^void SplitWindow(WindowInfo *window)$/
Stack	interpret.c	/^static DataValue *Stack;	    \/* the stack *\/$/;"	file:
StackOverflowMsg	interpret.c	/^static char *StackOverflowMsg = "macro stack overflow";$/;"	file:
StackP	interpret.c	/^static DataValue *StackP;	    \/* next free spot on stack *\/$/;"	file:
StackUnderflowMsg	interpret.c	/^static char *StackUnderflowMsg = "macro stack underflow";$/;"	file:
StartHighlighting	highlight.c	/^void StartHighlighting(WindowInfo *window, int warn)$/
StartLoopAddrList	interpret.c	/^void StartLoopAddrList()$/
StopHandlingXSelections	textSel.c	/^void StopHandlingXSelections(Widget w)$/
StopHighlighting	highlight.c	/^void StopHighlighting(WindowInfo *window)$/
StringToNumberMsg	interpret.c	/^static char *StringToNumberMsg = "string could not be converted to number";$/;"	file:
SubstituteRE	regularExp.c	/^void SubstituteRE(regexp *prog, char *source, char *dest, int max)$/
SwapCode	interpret.c	/^void SwapCode(Inst *start, Inst *boundary, Inst *end)$/
Symbol	interpret.h	/^} Symbol;$/
SymbolRec	interpret.h	/^typedef struct SymbolRec {$/
SyntaxHighlightModifyCB	highlight.c	/^void SyntaxHighlightModifyCB(int pos, int nInserted, int nDeleted,$/
TEMPORARY_MENU_ITEM	menu.h	26
TEXTP_H	textP.h	26
THREE_CLICKS	textP.h	/^enum multiClickStates {NO_CLICKS, ONE_CLICK, TWO_CLICKS, THREE_CLICKS};$/
TOP_MARGIN	textDisp.c	34;"	file:
TO_DIALOG	shell.h	/^enum outDests {TO_SAME_WINDOW, TO_NEW_WINDOW, TO_DIALOG};$/
TO_NEW_WINDOW	shell.h	/^enum outDests {TO_SAME_WINDOW, TO_NEW_WINDOW, TO_DIALOG};$/
TO_SAME_WINDOW	shell.h	/^enum outDests {TO_SAME_WINDOW, TO_NEW_WINDOW, TO_DIALOG};$/
TWO_CLICKS	textP.h	/^enum multiClickStates {NO_CLICKS, ONE_CLICK, TWO_CLICKS, THREE_CLICKS};$/
TabDistText	preferences.c	/^static Widget TabDistText, EmTabText, EmTabToggle, UseTabsToggle, EmTabLabel;$/;"	file:
TabsDialogForWindow	preferences.c	/^static WindowInfo *TabsDialogForWindow;$/;"	file:
TabsPrefDialog	preferences.c	/^void TabsPrefDialog(Widget parent, WindowInfo *forWindow)$/
TagPath	tags.c	/^static char TagPath[MAXPATHLEN];$/;"	file:
Tags	tags.c	/^static tag *Tags = NULL;$/;"	file:
TagsFileLoaded	tags.c	/^int TagsFileLoaded(void)$/
TakeMotifDestination	textSel.c	/^void TakeMotifDestination(Widget w, Time time)$/
TempStringPrefs	preferences.c	/^} TempStringPrefs;$/;"	file:
TestHighlightPatterns	highlight.c	/^int TestHighlightPatterns(patternSet *patSet)$/
TextClassPart	textP.h	/^} TextClassPart;$/
TextClassRec	textP.h	/^} TextClassRec;$/
TextColPasteClipboard	text.c	/^void TextColPasteClipboard(Widget w, Time time)$/
TextCopyClipboard	text.c	/^void TextCopyClipboard(Widget w, Time time)$/
TextCutClipboard	text.c	/^void TextCutClipboard(Widget w, Time time)$/
TextDAttachHighlightData	textDisp.c	/^void TextDAttachHighlightData(textDisp *textD, textBuffer *styleBuffer,$/
TextDBlankCursor	textDisp.c	/^void TextDBlankCursor(textDisp *textD)$/
TextDCountBackwardNLines	textDisp.c	/^int TextDCountBackwardNLines(textDisp *textD, int startPos, int nLines)$/
TextDCountForwardNLines	textDisp.c	/^int TextDCountForwardNLines(textDisp *textD, int startPos, int nLines,$/
TextDCountLines	textDisp.c	/^int TextDCountLines(textDisp *textD, int startPos, int endPos,$/
TextDCreate	textDisp.c	/^textDisp *TextDCreate(Widget widget, Widget hScrollBar, Widget vScrollBar,$/
TextDEndOfLine	textDisp.c	/^int TextDEndOfLine(textDisp *textD, int pos, int startPosIsLineStart)$/
TextDFree	textDisp.c	/^void TextDFree(textDisp *textD)$/
TextDGetBuffer	textDisp.c	/^textBuffer *TextDGetBuffer(textDisp *textD)$/
TextDGetInsertPosition	textDisp.c	/^int TextDGetInsertPosition(textDisp *textD)$/
TextDGetScroll	textDisp.c	/^void TextDGetScroll(textDisp *textD, int *topLineNum, int *horizOffset)$/
TextDInSelection	textDisp.c	/^int TextDInSelection(textDisp *textD, int x, int y)$/
TextDInsert	textDisp.c	/^void TextDInsert(textDisp *textD, char *text)$/
TextDMakeInsertPosVisible	textDisp.c	/^void TextDMakeInsertPosVisible(textDisp *textD)$/
TextDMoveDown	textDisp.c	/^int TextDMoveDown(textDisp *textD)$/
TextDMoveLeft	textDisp.c	/^int TextDMoveLeft(textDisp *textD)$/
TextDMoveRight	textDisp.c	/^int TextDMoveRight(textDisp *textD)$/
TextDMoveUp	textDisp.c	/^int TextDMoveUp(textDisp *textD)$/
TextDOffsetWrappedColumn	textDisp.c	/^int TextDOffsetWrappedColumn(textDisp *textD, int row, int column)$/
TextDOffsetWrappedRow	textDisp.c	/^int TextDOffsetWrappedRow(textDisp *textD, int row)$/
TextDOverstrike	textDisp.c	/^void TextDOverstrike(textDisp *textD, char *text)$/
TextDPosToLineAndCol	textDisp.c	/^int TextDPosToLineAndCol(textDisp *textD, int pos, int *lineNum, int *column)$/
TextDPositionToXY	textDisp.c	/^int TextDPositionToXY(textDisp *textD, int pos, int *x, int *y)$/
TextDRedisplayRange	textDisp.c	/^void TextDRedisplayRange(textDisp *textD, int start, int end)$/
TextDRedisplayRect	textDisp.c	/^void TextDRedisplayRect(textDisp *textD, int left, int top, int width,$/
TextDResize	textDisp.c	/^void TextDResize(textDisp *textD, int width, int height)$/
TextDSetBuffer	textDisp.c	/^void TextDSetBuffer(textDisp *textD, textBuffer *buffer)$/
TextDSetCursorStyle	textDisp.c	/^void TextDSetCursorStyle(textDisp *textD, int style)$/
TextDSetFont	textDisp.c	/^void TextDSetFont(textDisp *textD, XFontStruct *fontStruct)$/
TextDSetInsertPosition	textDisp.c	/^void TextDSetInsertPosition(textDisp *textD, int newPos)$/
TextDSetScroll	textDisp.c	/^void TextDSetScroll(textDisp *textD, int topLineNum, int horizOffset)$/
TextDSetWrapMode	textDisp.c	/^void TextDSetWrapMode(textDisp *textD, int wrap, int wrapMargin)$/
TextDStartOfLine	textDisp.c	/^int TextDStartOfLine(textDisp *textD, int pos)$/
TextDUnblankCursor	textDisp.c	/^void TextDUnblankCursor(textDisp *textD)$/
TextDXYToPosition	textDisp.c	/^int TextDXYToPosition(textDisp *textD, int x, int y)$/
TextDXYToUnconstrainedPosition	textDisp.c	/^void TextDXYToUnconstrainedPosition(textDisp *textD, int x, int y, int *row,$/
TextFirstVisiblePos	text.c	/^int TextFirstVisiblePos(Widget w)$/
TextGetActions	text.c	/^XtActionsRec *TextGetActions(int *nActions)$/
TextGetBuffer	text.c	/^textBuffer *TextGetBuffer(Widget w)$/
TextGetCursorPos	text.c	/^int TextGetCursorPos(Widget w)$/
TextGetScroll	text.c	/^void TextGetScroll(Widget w, int *topLineNum, int *horizOffset)$/
TextGetWrapped	text.c	/^char *TextGetWrapped(Widget w, int startPos, int endPos, int *outLen)$/
TextHandleXSelections	text.c	/^void TextHandleXSelections(Widget w)$/
TextInsertAtCursor	text.c	/^void TextInsertAtCursor(Widget w, char *chars, XEvent *event,$/
TextLastVisiblePos	text.c	/^int TextLastVisiblePos(Widget w)$/
TextPart	textP.h	/^} TextPart;$/
TextPasteClipboard	text.c	/^void TextPasteClipboard(Widget w, Time time)$/
TextPosToLineAndCol	text.c	/^int TextPosToLineAndCol(Widget w, int pos, int *lineNum, int *column)$/
TextPosToXY	text.c	/^int TextPosToXY(Widget w, int pos, int *x, int *y)$/
TextRec	textP.h	/^} TextRec;$/
TextSetBuffer	text.c	/^void TextSetBuffer(Widget w, textBuffer *buffer)$/
TextSetCursorPos	text.c	/^void TextSetCursorPos(Widget w, int pos)$/
TextSetScroll	text.c	/^void TextSetScroll(Widget w, int topLineNum, int horizOffset)$/
TextStopHandlingSelections	text.c	/^void TextStopHandlingSelections(Widget w)$/
TextWidget	text.h	/^typedef struct _TextRec *TextWidget;$/
TextWidgetClass	text.h	/^typedef struct _TextClassRec *TextWidgetClass;$/
Text_H	text.h	27
TheDisplay	nc.c	/^Display *TheDisplay;$/
TheDisplay	nedit.c	/^Display *TheDisplay;$/
UCHARAT	regularExp.c	142;"	file:
UNARY_NUMERIC_OPERATION	interpret.c	727;"	file:
UNDO_NOOP	undo.h	/^enum undoTypes {UNDO_NOOP, ONE_CHAR_INSERT, ONE_CHAR_REPLACE, ONE_CHAR_DELETE,$/
UNDO_OP_LIMIT	nedit.h	63
UNDO_OP_TRIMTO	nedit.h	64
UNDO_PURGE_LIMIT	nedit.h	56
UNDO_PURGE_TRIMTO	nedit.h	58
UNDO_WORRY_LIMIT	nedit.h	59
UNDO_WORRY_TRIMTO	nedit.h	61
UNFINISHED_STYLE	highlight.c	60;"	file:
UNSELECT_SECONDARY	textSel.c	/^enum selectNotifyActions {UNSELECT_SECONDARY, REMOVE_SECONDARY,$/;"	file:
UNSUCCESSFUL_INSERT	textSel.c	/^enum insertResultFlags {INSERT_WAITING, UNSUCCESSFUL_INSERT, SUCCESSFUL_INSERT};$/;"	file:
USE_LAST	textDrag.h	/^enum blockDragTypes {USE_LAST, DRAG_COPY, DRAG_MOVE, DRAG_OVERLAY_MOVE,$/
Undo	undo.c	/^void Undo(WindowInfo *window)$/
UndoInfo	nedit.h	/^} UndoInfo;$/
UpcaseSelection	shift.c	/^void UpcaseSelection(WindowInfo *window)$/
UpdateBGMenu	userCmds.c	/^void UpdateBGMenu(WindowInfo *window)$/
UpdateHighlightStyles	highlight.c	/^void UpdateHighlightStyles(WindowInfo *window)$/
UpdateLanguageModeMenu	highlightData.c	/^void UpdateLanguageModeMenu(void)$/
UpdateMacroMenu	userCmds.c	/^void UpdateMacroMenu(WindowInfo *window)$/
UpdateMarkTable	selection.c	/^void UpdateMarkTable(WindowInfo *window, int pos, int nInserted,$/
UpdateMinPaneHeights	window.c	/^void UpdateMinPaneHeights(WindowInfo *window)$/
UpdateShellMenu	userCmds.c	/^void UpdateShellMenu(WindowInfo *window)$/
UpdateStatsLine	window.c	/^void UpdateStatsLine(WindowInfo *window)$/
UpdateWMSizeHints	window.c	/^void UpdateWMSizeHints(WindowInfo *window)$/
UpdateWindowReadOnly	window.c	/^void UpdateWindowReadOnly(WindowInfo *window)$/
UpdateWindowTitle	window.c	/^void UpdateWindowTitle(WindowInfo *window)$/
UseTabsToggle	preferences.c	/^static Widget TabDistText, EmTabText, EmTabToggle, UseTabsToggle, EmTabLabel;$/;"	file:
VERTICAL_SCROLL_DELAY	text.c	55;"	file:
VERT_BORDER	smartIndent.c	1250;"	file:
WORST	regularExp.c	153;"	file:
WidgetToWindow	window.c	/^WindowInfo *WidgetToWindow(Widget w)$/
WindowInfo	nedit.h	/^} WindowInfo;$/
WindowList	nedit.c	/^WindowInfo *WindowList = NULL;$/
WrapDialogForWindow	preferences.c	/^static WindowInfo *WrapDialogForWindow;$/;"	file:
WrapMarginDialog	preferences.c	/^void WrapMarginDialog(Widget parent, WindowInfo *forWindow)$/
WrapText	preferences.c	/^static Widget WrapText, WrapTextLabel, WrapWindowToggle;$/;"	file:
WrapTextLabel	preferences.c	/^static Widget WrapText, WrapTextLabel, WrapWindowToggle;$/;"	file:
WrapWindowToggle	preferences.c	/^static Widget WrapText, WrapTextLabel, WrapWindowToggle;$/;"	file:
WriteBGMenuCmdsString	userCmds.c	/^char *WriteBGMenuCmdsString(void)$/
WriteBackupFile	file.c	/^int WriteBackupFile(WindowInfo *window)$/
WriteHighlightString	highlightData.c	/^char *WriteHighlightString(void)$/
WriteMacroCmdsString	userCmds.c	/^char *WriteMacroCmdsString(void)$/
WriteNEditDB	menu.c	/^void WriteNEditDB(void)$/
WriteShellCmdsString	userCmds.c	/^char *WriteShellCmdsString(void)$/
WriteSmartIndentCommonString	smartIndent.c	/^char *WriteSmartIndentCommonString(void)$/
WriteSmartIndentString	smartIndent.c	/^char *WriteSmartIndentString(void)$/
WriteStylesString	highlightData.c	/^char *WriteStylesString(void)$/
_TextClassPart	textP.h	/^typedef struct _TextClassPart{$/
_TextClassRec	textP.h	/^typedef struct _TextClassRec{$/
_TextPart	textP.h	/^typedef struct _TextPart {$/
_TextRec	textP.h	/^typedef struct _TextRec {$/
_UndoInfo	nedit.h	/^typedef struct _UndoInfo {$/
_WindowInfo	nedit.h	/^typedef struct _WindowInfo {$/
_XmbDrawImageString	textDisp.c	/^_XmbDrawImageString(Display *display, Drawable window, XFontSet fontset, GC gc,$/
_charMatchTable	search.c	/^typedef struct _charMatchTable {$/;"	file:
_highlightDataRec	highlight.c	/^typedef struct _highlightDataRec {$/;"	file:
_textBuffer	textBuf.h	/^typedef struct _textBuffer {$/
_textDisp	textDisp.h	/^typedef struct _textDisp {$/
accFocusCB	userCmds.c	/^static void accFocusCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
accKeyCB	userCmds.c	/^static void accKeyCB(Widget w, XtPointer clientData, XKeyEvent *event)$/;"	file:
accLoseFocusCB	userCmds.c	/^static void accLoseFocusCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
actionToString	macro.c	/^char *actionToString(char *actionName, XEvent *event, String *params,$/
actionsList	text.c	/^static XtActionsRec actionsList[] = {$/;"	file:
add	interpret.c	/^static int add()$/;"	file:
addLoopAddr	interpret.c	/^static void addLoopAddr(Inst *addr)$/;"	file:
addOutput	shell.c	/^static void addOutput(buffer **bufList, buffer *buf)$/;"	file:
addPadding	textBuf.c	/^static void addPadding(char *string, int startIndent, int toIndent,$/;"	file:
addRedoItem	undo.c	/^static void addRedoItem(WindowInfo *window, UndoInfo *redo)$/;"	file:
addTerminatingNewline	userCmds.c	/^static void addTerminatingNewline(char **string)$/;"	file:
addToToggleShortList	menu.c	/^static void addToToggleShortList(Widget w)$/;"	file:
addToWindowList	window.c	/^static void addToWindowList(WindowInfo *window) $/;"	file:
addUndoItem	undo.c	/^static void addUndoItem(WindowInfo *window, UndoInfo *undo)$/;"	file:
addWindowIcon	window.c	/^static void addWindowIcon(Widget shell)$/;"	file:
addWrapCB	file.c	/^static void addWrapCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
addWrapNewlines	file.c	/^static void addWrapNewlines(WindowInfo *window)$/;"	file:
adjustSecondarySelection	text.c	/^static void adjustSecondarySelection(TextWidget tw, int x, int y)$/;"	file:
adjustSelection	text.c	/^static void adjustSelection(TextWidget tw, int x, int y)$/;"	file:
adjustcase	regularExp.c	/^static void adjustcase(char *str, int len, char chgcase)$/;"	file:
allocColor	highlight.c	/^static Pixel allocColor(Widget w, char *colorName)$/;"	file:
allocateFixedFontGCs	textDisp.c	/^static void allocateFixedFontGCs(textDisp *textD, XFontStruct *fontStruct,$/;"	file:
allocateGC	textDisp.c	/^static GC allocateGC(Widget w, unsigned long valueMask,$/;"	file:
and	interpret.c	/^static int and()$/;"	file:
appendDeletedText	undo.c	/^static void appendDeletedText(WindowInfo *window, char *deletedText,$/;"	file:
appendFileMS	macro.c	/^static int appendFileMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
applyCB	highlightData.c	/^static void applyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
applyCB	smartIndent.c	/^static void applyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
applyCB	userCmds.c	/^static void applyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
applyDialogChanges	userCmds.c	/^static int applyDialogChanges(userCmdDialog *ucd)$/;"	file:
assign	interpret.c	/^static int assign()      \/* assign top value to next symbol *\/$/;"	file:
atTabStop	shift.c	/^static int atTabStop(int pos, int tabDist)$/;"	file:
atomIndex	textSel.c	/^enum atomIndex {A_TEXT, A_TARGETS, A_MULTIPLE, A_TIMESTAMP,$/;"	file:
autoIndentCB	menu.c	/^static void autoIndentCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
autoIndentDefCB	menu.c	/^static void autoIndentDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
autoIndentOffCB	menu.c	/^static void autoIndentOffCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
autoIndentOffDefCB	menu.c	/^static void autoIndentOffDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
autoSaveCB	menu.c	/^static void autoSaveCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
autoSaveDefCB	menu.c	/^static void autoSaveDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
autoScrollTimerProc	text.c	/^static void autoScrollTimerProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
backupFileName	file.c	/^static void backupFileName(WindowInfo *window, char *name)$/;"	file:
backwardCharacterAP	text.c	/^static void backwardCharacterAP(Widget w, XEvent *event, String *args,$/;"	file:
backwardOneContext	highlight.c	/^static int backwardOneContext(textBuffer *buf, reparseContext *context,$/;"	file:
backwardParagraphAP	text.c	/^static void backwardParagraphAP(Widget w, XEvent *event, String *args,$/;"	file:
backwardRegexSearch	search.c	/^static int backwardRegexSearch(char *string, char *searchString,$/;"	file:
backwardWordAP	text.c	/^static void backwardWordAP(Widget w, XEvent *event, String *args,$/;"	file:
bannerTimeoutProc	macro.c	/^static void bannerTimeoutProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
bannerTimeoutProc	shell.c	/^static void bannerTimeoutProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
bckError	file.c	/^static int bckError(WindowInfo *window, char *errString, char *file)$/;"	file:
beepMS	macro.c	/^static int beepMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
beginningOfFileAP	text.c	/^static void beginningOfFileAP(Widget w, XEvent *event, String *args,$/;"	file:
beginningOfLineAP	text.c	/^static void beginningOfLineAP(Widget w, XEvent *event, String *args,$/;"	file:
beginningOfSelectionAP	menu.c	/^static void beginningOfSelectionAP(Widget w, XEvent *event, String *args,$/;"	file:
bgMenuAP	menu.c	/^static void bgMenuAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
bgMenuCB	userCmds.c	/^static void bgMenuCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
bgMenuDefCB	menu.c	/^static void bgMenuDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
bgMenuPostAP	menu.c	/^static void bgMenuPostAP(Widget w, XEvent *event, String *args,$/;"	file:
bitAnd	interpret.c	/^static int bitAnd()$/;"	file:
bitOr	interpret.c	/^static int bitOr()$/;"	file:
blankCursorProtrusions	textDisp.c	/^static void blankCursorProtrusions(textDisp *textD)$/;"	file:
blockDragTypes	textDrag.h	/^enum blockDragTypes {USE_LAST, DRAG_COPY, DRAG_MOVE, DRAG_OVERLAY_MOVE,$/
boldBrowseCB	preferences.c	/^static void boldBrowseCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
boldItalicBrowseCB	preferences.c	/^static void boldItalicBrowseCB(Widget w, XtPointer clientData,$/;"	file:
boldItalicModifiedCB	preferences.c	/^static void boldItalicModifiedCB(Widget w, XtPointer clientData,$/;"	file:
boldModifiedCB	preferences.c	/^static void boldModifiedCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
branch	interpret.c	/^static int branch(void)$/;"	file:
branchFalse	interpret.c	/^static int branchFalse(void)$/;"	file:
branchNever	interpret.c	/^static int branchNever(void)$/;"	file:
branchTrue	interpret.c	/^static int branchTrue(void)$/;"	file:
browseFont	preferences.c	/^static void browseFont(Widget parent, Widget fontTextW)$/;"	file:
bufElem	shell.c	/^typedef struct bufElem {$/;"	file:
bufModifiedCB	textDisp.c	/^static void bufModifiedCB(int pos, int nInserted, int nDeleted,$/;"	file:
bufModifyCallbackProc	textBuf.h	/^typedef void (*bufModifyCallbackProc)(int pos, int nInserted, int nDeleted,$/
buffer	shell.c	/^} buffer;$/;"	file:
calcLastChar	textDisp.c	/^static void calcLastChar(textDisp *textD)$/;"	file:
calcLineStarts	textDisp.c	/^static void calcLineStarts(textDisp *textD, int startLine, int endLine)$/;"	file:
callCursorMovementCBs	text.c	/^static void callCursorMovementCBs(Widget w, XEvent *event)$/;"	file:
callModifyCBs	textBuf.c	/^static void callModifyCBs(textBuffer *buf, int pos, int nDeleted,$/;"	file:
callSubroutine	interpret.c	/^static int callSubroutine(void)$/;"	file:
cancelDrag	text.c	/^static void cancelDrag(Widget w)$/;"	file:
cancelLearn	macro.c	/^static void cancelLearn(void)$/;"	file:
cancelLearnCB	menu.c	/^static void cancelLearnCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
cancelShellCB	menu.c	/^static void cancelShellCB(Widget w, WindowInfo *window, XtPointer callData)$/;"	file:
capitalizeAP	menu.c	/^static void capitalizeAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
changeCase	shift.c	/^static void changeCase(WindowInfo *window, int makeUpper)$/;"	file:
charMatchTable	search.c	/^} charMatchTable;$/;"	file:
checkAutoScroll	text.c	/^static void checkAutoScroll(TextWidget w, int x, int y)$/;"	file:
checkAutoShowInsertPos	text.c	/^static void checkAutoShowInsertPos(Widget w)$/;"	file:
checkCB	highlightData.c	/^static void checkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
checkCB	smartIndent.c	/^static void checkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
checkCB	userCmds.c	/^static void checkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
checkDoMacroArg	nedit.c	/^static int checkDoMacroArg(char *macro)$/;"	file:
checkFontStatus	preferences.c	/^static int checkFontStatus(fontDialog *fd, Widget fontTextFieldW)$/;"	file:
checkHighlightDialogData	highlightData.c	/^static int checkHighlightDialogData(void)$/;"	file:
checkMacro	userCmds.c	/^static int checkMacro(userCmdDialog *ucd)$/;"	file:
checkMacroText	userCmds.c	/^static int checkMacroText(char *macro, Widget errorParent, Widget errFocus)$/;"	file:
checkMoveSelectionChange	text.c	/^static void checkMoveSelectionChange(Widget w, XEvent *event, int startPos,$/;"	file:
checkReadOnly	text.c	/^static int checkReadOnly(Widget w)$/;"	file:
checkSmartIndentCommonDialogData	smartIndent.c	/^static int checkSmartIndentCommonDialogData(void)$/;"	file:
checkSmartIndentDialogData	smartIndent.c	/^static int checkSmartIndentDialogData(void)$/;"	file:
chooseNullSubsChar	textBuf.c	/^static char chooseNullSubsChar(char hist[256])$/;"	file:
cleanUpServerCommunication	server.c	/^static void cleanUpServerCommunication(void)$/;"	file:
clearAP	menu.c	/^static void clearAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
clearRect	textDisp.c	/^static void clearRect(textDisp *textD, int style, int x, int y, $/;"	file:
closeAP	menu.c	/^static void closeAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
closeCB	window.c	/^static void closeCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
closePaneAP	menu.c	/^static void closePaneAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
cmdLineHelp	nc.c	/^static char cmdLineHelp[] =$/;"	file:
cmdLineHelp	nedit.c	/^static char cmdLineHelp[] =$/;"	file:
coalesceOutput	shell.c	/^static char *coalesceOutput(buffer **bufList, int *outLength)$/;"	file:
comApplyCB	smartIndent.c	/^static void comApplyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
comCheckCB	smartIndent.c	/^static void comCheckCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
comDestroyCB	smartIndent.c	/^static void comDestroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
comDismissCB	smartIndent.c	/^static void comDismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
comOKCB	smartIndent.c	/^static void comOKCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
comRestoreCB	smartIndent.c	/^static void comRestoreCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
commonDialogCB	smartIndent.c	/^static void commonDialogCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
compareWindowNames	menu.c	/^static int compareWindowNames(const void *windowA, const void *windowB)$/;"	file:
compilePatterns	highlight.c	/^static highlightDataRec *compilePatterns(Widget dialogParent,$/;"	file:
compileREAndWarn	highlight.c	/^regexp *compileREAndWarn(Widget parent, char *re)$/
concat	interpret.c	/^static int concat()$/;"	file:
contWrapDefCB	menu.c	/^static void contWrapDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
continueWorkProc	macro.c	/^static Boolean continueWorkProc(XtPointer clientData)$/;"	file:
continuousWrapCB	menu.c	/^static void continuousWrapCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
controlDialogAP	menu.c	/^static void controlDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
convertMotifDestCB	textSel.c	/^static Boolean convertMotifDestCB(Widget w, Atom *selType, Atom *target,$/;"	file:
convertSecondaryCB	textSel.c	/^static Boolean convertSecondaryCB(Widget w, Atom *selType, Atom *target,$/;"	file:
convertSelectionCB	textSel.c	/^static Boolean convertSelectionCB(Widget w, Atom *selType, Atom *target,$/;"	file:
copyClipboardAP	text.c	/^static void copyClipboardAP(Widget w, XEvent *event, String *args,$/;"	file:
copyHighlightStyleRec	highlightData.c	/^static highlightStyleRec *copyHighlightStyleRec(highlightStyleRec *hs)$/;"	file:
copyIndentSpec	smartIndent.c	/^static smartIndentRec *copyIndentSpec(smartIndentRec *is)$/;"	file:
copyLanguageModeRec	preferences.c	/^static languageModeRec *copyLanguageModeRec(languageModeRec *lm)$/;"	file:
copyLine	textBuf.c	/^static char *copyLine(char *text, int *lineLen)$/;"	file:
copyMacroToEnd	userCmds.c	/^static char *copyMacroToEnd(char **inPtr, char *itemName)$/;"	file:
copyMenuItemRec	userCmds.c	/^static menuItemRec *copyMenuItemRec(menuItemRec *item)$/;"	file:
copyPatternSrc	highlightData.c	/^static highlightPattern *copyPatternSrc(highlightPattern *pat,$/;"	file:
copyPrimaryAP	text.c	/^static void copyPrimaryAP(Widget w, XEvent *event, String *args,$/;"	file:
copySubstring	userCmds.c	/^static char *copySubstring(char *string, int length)$/;"	file:
copyToAP	text.c	/^static void copyToAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
copyToOrEndDragAP	text.c	/^static void copyToOrEndDragAP(Widget w, XEvent *event, String *args,$/;"	file:
countLines	shift.c	/^static int countLines(char *text)$/;"	file:
countLines	textBuf.c	/^static int countLines(char *string)$/;"	file:
countLines	textDisp.c	/^static int countLines(char *string)$/;"	file:
createExtString	preferences.c	/^static char *createExtString(char **extensions, int nExtensions)$/;"	file:
createFakeMenuItem	menu.c	/^static Widget createFakeMenuItem(Widget parent, char *name,$/;"	file:
createFindDlog	search.c	/^static void createFindDlog(Widget parent, WindowInfo *window)$/;"	file:
createHelpPanel	help.c	/^static Widget createHelpPanel(Widget parent, int topic)$/;"	file:
createHighlightData	highlight.c	/^static windowHighlightData *createHighlightData(WindowInfo *window,$/;"	file:
createHighlightStylesMenu	highlightData.c	/^static Widget createHighlightStylesMenu(Widget parent)$/;"	file:
createIndentString	text.c	/^static char *createIndentString(TextWidget tw, textBuffer *buf, int bufOffset,$/;"	file:
createMenu	menu.c	/^static Widget createMenu(Widget parent, char *name, char *label,$/;"	file:
createMenuItem	menu.c	/^static Widget createMenuItem(Widget parent, char *name, char *label,$/;"	file:
createMenuRadioToggle	menu.c	/^static Widget createMenuRadioToggle(Widget parent, char *name, char *label,$/;"	file:
createMenuSeparator	menu.c	/^static Widget createMenuSeparator(Widget parent, char *name, int mode)$/;"	file:
createMenuToggle	menu.c	/^static Widget createMenuToggle(Widget parent, char *name, char *label,$/;"	file:
createOutputDialog	shell.c	/^static void createOutputDialog(Widget parent, char *text)$/;"	file:
createPatternsString	highlightData.c	/^static char *createPatternsString(patternSet *patSet, char *indentStr)$/;"	file:
createReplaceDlog	search.c	/^static void createReplaceDlog(Widget parent, WindowInfo *window)$/;"	file:
createTextArea	window.c	/^static Widget createTextArea(Widget parent, WindowInfo *window, int rows,$/;"	file:
createUserMenuItem	userCmds.c	/^static Widget createUserMenuItem(Widget menuPane, char *name, menuItemRec *f,$/;"	file:
createUserSubMenu	userCmds.c	/^static Widget createUserSubMenu(Widget parent, char *label)$/;"	file:
cursorBlinkTimerProc	text.c	/^static void cursorBlinkTimerProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
cursorMV	macro.c	/^static int cursorMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
cursorStyles	textDisp.h	/^enum cursorStyles {NORMAL_CURSOR, CARET_CURSOR, DIM_CURSOR, BLOCK_CURSOR,$/
cutClipboardAP	text.c	/^static void cutClipboardAP(Widget w, XEvent *event, String *args,$/;"	file:
cutPrimaryAP	text.c	/^static void cutPrimaryAP(Widget w, XEvent *event, String *args,$/;"	file:
deadServerTimerProc	nc.c	/^static void deadServerTimerProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
decrement	interpret.c	/^static int decrement()$/;"	file:
defaultTranslations	text.c	/^static char defaultTranslations[] = $/;"	file:
defaultdelimiters	regularExp.c	/^static char defaultdelimiters[256] = {0}; \/* Default table for determining$/;"	file:
delete	textBuf.c	/^static void delete(textBuffer *buf, int start, int end)$/;"	file:
deleteCB	highlightData.c	/^static void deleteCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
deleteCB	smartIndent.c	/^static void deleteCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
deleteEmulatedTab	text.c	/^static int deleteEmulatedTab(Widget w, XEvent *event)$/;"	file:
deleteNextCharacterAP	text.c	/^static void deleteNextCharacterAP(Widget w, XEvent *event, String *args,$/;"	file:
deleteNextWordAP	text.c	/^static void deleteNextWordAP(Widget w, XEvent *event, String *args,$/;"	file:
deletePendingSelection	text.c	/^static int deletePendingSelection(Widget w, XEvent *event)$/;"	file:
deletePreviousCharacterAP	text.c	/^static void deletePreviousCharacterAP(Widget w, XEvent *event, String *args,$/;"	file:
deletePreviousWordAP	text.c	/^static void deletePreviousWordAP(Widget w, XEvent *event, String *args,$/;"	file:
deleteRect	textBuf.c	/^static void deleteRect(textBuffer *buf, int start, int end, int rectStart,$/;"	file:
deleteRectFromLine	textBuf.c	/^static void deleteRectFromLine(char *line, int rectStart, int rectEnd,$/;"	file:
deleteSelectionAP	text.c	/^static void deleteSelectionAP(Widget w, XEvent *event, String *args,$/;"	file:
deleteToEndOfLineAP	text.c	/^static void deleteToEndOfLineAP(Widget w, XEvent *event, String *args,$/;"	file:
deleteToStartOfLineAP	text.c	/^static void deleteToStartOfLineAP(Widget w, XEvent *event, String *args,$/;"	file:
deselectAllAP	text.c	/^static void deselectAllAP(Widget w, XEvent *event, String *args,$/;"	file:
destroy	text.c	/^static void destroy(TextWidget w)$/;"	file:
destroyCB	highlightData.c	/^static void destroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
destroyCB	smartIndent.c	/^static void destroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
destroyCB	userCmds.c	/^static void destroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
destroyOutDialogCB	shell.c	/^static void destroyOutDialogCB(Widget w, XtPointer callback, XtPointer closure)$/;"	file:
determineUndoType	undo.c	/^static int determineUndoType(int nInserted, int nDeleted)$/;"	file:
dialogBtnCB	macro.c	/^static void dialogBtnCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
dialogCloseCB	macro.c	/^static void dialogCloseCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
dialogEmpty	highlightData.c	/^static int dialogEmpty(void)$/;"	file:
dialogFieldsAreEmpty	userCmds.c	/^static int dialogFieldsAreEmpty(userCmdDialog *ucd)$/;"	file:
dialogMS	macro.c	/^static int dialogMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
dialogTypes	userCmds.c	/^enum dialogTypes {SHELL_CMDS, MACRO_CMDS, BG_MENU_CMDS};$/;"	file:
dimSelDepItemsInMenu	userCmds.c	/^static void dimSelDepItemsInMenu(Widget menuPane, menuItemRec **menuList,$/;"	file:
directionArg	search.c	/^static char *directionArg(int direction)$/;"	file:
disableTextW	userCmds.c	/^static void disableTextW(Widget textW)$/;"	file:
disasm	interpret.c	/^static void disasm(Program *prog, int nInstr)$/;"	file:
dismissCB	help.c	/^static void dismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
dismissCB	highlightData.c	/^static void dismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
dismissCB	smartIndent.c	/^static void dismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
dismissCB	userCmds.c	/^static void dismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
divide	interpret.c	/^static int divide()$/;"	file:
doActionCB	menu.c	/^static void doActionCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
doOpen	file.c	/^static int doOpen(WindowInfo *window, char *name, char *path, int flags)$/;"	file:
doSave	file.c	/^static int doSave(WindowInfo *window)$/;"	file:
downCaseString	search.c	/^static void downCaseString(char *outString, char *inString)$/;"	file:
dragEndCB	window.c	/^static void dragEndCB(Widget w, WindowInfo *window, dragEndCBStruct *callData) $/;"	file:
dragEndCBStruct	text.h	/^} dragEndCBStruct;$/
dragStartCB	window.c	/^static void dragStartCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
dragStates	textP.h	/^enum dragStates {NOT_CLICKED, PRIMARY_CLICKED, SECONDARY_CLICKED,$/
drawCursor	textDisp.c	/^static void drawCursor(textDisp *textD, int x, int y)$/;"	file:
drawString	textDisp.c	/^static void drawString(textDisp *textD, int style, int x, int y, int toX,$/;"	file:
dupStack	interpret.c	/^static int dupStack()$/;"	file:
editMacroOrBGMenu	userCmds.c	/^static void editMacroOrBGMenu(WindowInfo *window, int dialogType)$/;"	file:
emTabsCB	preferences.c	/^static void emTabsCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
emptyLinesVisible	textDisp.c	/^static int emptyLinesVisible(textDisp *textD)$/;"	file:
endDrag	text.c	/^static void endDrag(Widget w)$/;"	file:
endDragAP	text.c	/^static void endDragAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
endOfFileAP	text.c	/^static void endOfFileAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
endOfLineAP	text.c	/^static void endOfLineAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
endOfSelectionAP	menu.c	/^static void endOfSelectionAP(Widget w, XEvent *event, String *args,$/;"	file:
endOfWord	text.c	/^static int endOfWord(TextWidget w, int pos)$/;"	file:
eq	interpret.c	/^static int eq()$/;"	file:
eraseFlash	search.c	/^static void eraseFlash(WindowInfo *window)$/;"	file:
errCheck	interpret.c	/^static int errCheck(char *s)$/;"	file:
errorString	file.c	/^static char *errorString(void)$/;"	file:
errorpointer	regularExp.c	/^static char **errorpointer; \/* Place to store error messages so they can be$/;"	file:
escapeStringChars	macro.c	/^static int escapeStringChars(char *fromString, char *toString)$/;"	file:
escapedStringLength	macro.c	/^static int escapedStringLength(char *string)$/;"	file:
exchangeAP	text.c	/^static void exchangeAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
execAP	menu.c	/^static void execAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
execDialogAP	menu.c	/^static void execDialogAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
execError	interpret.c	/^static int execError(char *s1, char *s2)$/;"	file:
execLineAP	menu.c	/^static void execLineAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
execReturnCodes	interpret.h	/^enum execReturnCodes {MACRO_TIME_LIMIT, MACRO_PREEMPT, MACRO_DONE, MACRO_ERROR};$/
executeModMacro	smartIndent.c	/^static void executeModMacro(WindowInfo *window,smartIndentCBStruct *cbInfo)$/;"	file:
executeNewlineMacro	smartIndent.c	/^static void executeNewlineMacro(WindowInfo *window, smartIndentCBStruct *cbInfo)$/;"	file:
exitAP	menu.c	/^static void exitAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
expandTabs	textBuf.c	/^static char *expandTabs(char *text, int startIndent, int tabDist,$/;"	file:
extendAdjustAP	text.c	/^static void extendAdjustAP(Widget w, XEvent *event, String *args,$/;"	file:
extendEndAP	text.c	/^static void extendEndAP(Widget w, XEvent *event, String *args,$/;"	file:
extendRangeForStyleMods	textDisp.c	/^static void extendRangeForStyleMods(textBuffer *styleBuf, int *start, int *end)$/;"	file:
extendStartAP	text.c	/^static void extendStartAP(Widget w, XEvent *event, String *args,$/;"	file:
fCancelCB	search.c	/^static void fCancelCB(Widget w, WindowInfo *window, caddr_t callData) $/;"	file:
fFocusCB	search.c	/^static void fFocusCB(Widget w, WindowInfo *window, caddr_t *callData) $/;"	file:
fKeepCB	search.c	/^static void fKeepCB(Widget w, WindowInfo *window, caddr_t *callData) $/;"	file:
fakeRegExSearch	tags.c	/^static int fakeRegExSearch(WindowInfo *window, char *searchString, $/;"	file:
fallbackResources	nedit.c	/^static char *fallbackResources[] = {$/;"	file:
fetchRetVal	interpret.c	/^static int fetchRetVal(void)$/;"	file:
fileCB	selection.c	/^static void fileCB(Widget widget, WindowInfo *window, Atom *sel,$/;"	file:
fileNameMV	macro.c	/^static int fileNameMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
filePathMV	macro.c	/^static int filePathMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
fillAP	menu.c	/^static void fillAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
fillFromPrimaryCB	preferences.c	/^static void fillFromPrimaryCB(Widget w, XtPointer clientData,$/;"	file:
fillParagraph	shift.c	/^static char *fillParagraph(char *text, int leftMargin, int firstLineIndent,$/;"	file:
fillParagraphs	shift.c	/^static char *fillParagraphs(char *text, int rightMargin, int tabDist,$/;"	file:
fillStyleString	highlight.c	/^static void fillStyleString(char **stringPtr, char **stylePtr, char *toPtr,$/;"	file:
filterDialogAP	menu.c	/^static void filterDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
findAP	menu.c	/^static void findAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
findArrowKeyCB	search.c	/^static void findArrowKeyCB(Widget w, WindowInfo *window, XKeyEvent *event)$/;"	file:
findCB	menu.c	/^static void findCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
findCB	search.c	/^static void findCB(Widget w, WindowInfo *window,XmAnyCallbackStruct *callData) $/;"	file:
findDef	tags.c	/^static void findDef(Widget dialogParent, char *string)$/;"	file:
findDefAP	menu.c	/^static void findDefAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
findDefCB	tags.c	/^static void findDefCB(Widget widget, WindowInfo *window, Atom *sel,$/;"	file:
findDialogAP	menu.c	/^static void findDialogAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
findInMenuTree	userCmds.c	/^static Widget findInMenuTree(menuTreeItem *menuTree, int nTreeEntries,$/;"	file:
findIndentSpec	smartIndent.c	/^static smartIndentRec *findIndentSpec(char *modeName)$/;"	file:
findLeftMargin	shift.c	/^static int findLeftMargin(char *text, int length, int tabDist)$/;"	file:
findLineEnd	textDisp.c	/^static void findLineEnd(textDisp *textD, int startPos, int startPosIsLineStart,$/;"	file:
findMatchingAP	menu.c	/^static void findMatchingAP(Widget w, XEvent *event, String *args,$/;"	file:
findMatchingChar	search.c	/^static int findMatchingChar(textBuffer *buf, char toMatch, int charPos,$/;"	file:
findParagraphEnd	shift.c	/^static int findParagraphEnd(textBuffer *buf, int startPos)$/;"	file:
findParagraphStart	shift.c	/^static int findParagraphStart(textBuffer *buf, int startPos)$/;"	file:
findPatternsForWindow	highlight.c	/^static patternSet *findPatternsForWindow(WindowInfo *window, int warn)$/;"	file:
findRectSelBoundariesForCopy	textBuf.c	/^static void findRectSelBoundariesForCopy(textBuffer *buf, int lineStartPos,$/;"	file:
findRelativeLineStart	textDrag.c	/^static int findRelativeLineStart(textBuffer *buf, int referencePos,$/;"	file:
findSameAP	menu.c	/^static void findSameAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
findSameCB	menu.c	/^static void findSameCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
findSelAP	menu.c	/^static void findSelAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
findSelCB	menu.c	/^static void findSelCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
findStripLanguageMode	userCmds.c	/^static char *findStripLanguageMode(char *menuItemName, int languageMode)$/;"	file:
findTextMargins	textDrag.c	/^static void findTextMargins(textBuffer *buf, int start, int end, int *leftMargin,$/;"	file:
findTopLevelParentIndex	highlight.c	/^static int findTopLevelParentIndex(highlightPattern *patList, int nPats,$/;"	file:
findTopicFromShellWidget	help.c	/^static int findTopicFromShellWidget(Widget shellWidget)$/;"	file:
findWrapRange	textDisp.c	/^static void findWrapRange(textDisp *textD, char *deletedText, int pos,$/;"	file:
finishCmdExecution	shell.c	/^static void finishCmdExecution(WindowInfo *window, int terminatedOnError)$/;"	file:
finishLearnCB	menu.c	/^static void finishLearnCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
finishMacroCmdExecution	macro.c	/^static void finishMacroCmdExecution(WindowInfo *window)$/;"	file:
flashTimeoutProc	search.c	/^static void flashTimeoutProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
flushTimeoutProc	shell.c	/^static void flushTimeoutProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
focusCB	window.c	/^static void focusCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
focusInAP	text.c	/^static void focusInAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
focusOutAP	text.c	/^static void focusOutAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
focusWindowMS	macro.c	/^static int focusWindowMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
fontApplyCB	preferences.c	/^static void fontApplyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
fontCB	menu.c	/^static void fontCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
fontDefCB	menu.c	/^static void fontDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
fontDestroyCB	preferences.c	/^static void fontDestroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
fontDialog	preferences.c	/^} fontDialog;$/;"	file:
fontDismissCB	preferences.c	/^static void fontDismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
fontOkCB	preferences.c	/^static void fontOkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
fontStatus	preferences.c	/^enum fontStatus {GOOD_FONT, BAD_PRIMARY, BAD_FONT, BAD_SIZE, BAD_SPACING};$/;"	file:
fontTypes	highlightData.c	/^enum fontTypes {PLAIN_FONT, ITALIC_FONT, BOLD_FONT, BOLD_ITALIC_FONT};$/;"	file:
forkCommand	shell.c	/^static pid_t forkCommand(Widget parent, char *command, char *cmdDir,$/;"	file:
formFeedCB	menu.c	/^static void formFeedCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
forwardCharacterAP	text.c	/^static void forwardCharacterAP(Widget w, XEvent *event, String *args,$/;"	file:
forwardOneContext	highlight.c	/^static int forwardOneContext(textBuffer *buf, reparseContext *context,$/;"	file:
forwardParagraphAP	text.c	/^static void forwardParagraphAP(Widget w, XEvent *event, String *args,$/;"	file:
forwardRegexSearch	search.c	/^static int forwardRegexSearch(char *string, char *searchString, int wrap,$/;"	file:
forwardWordAP	text.c	/^static void forwardWordAP(Widget w, XEvent *event, String *args,$/;"	file:
freeBufList	shell.c	/^static void freeBufList(buffer **bufList)$/;"	file:
freeHighlightData	highlight.c	/^static void freeHighlightData(windowHighlightData *hd)$/;"	file:
freeHighlightStyleRec	highlightData.c	/^static void freeHighlightStyleRec(highlightStyleRec *hs)$/;"	file:
freeIndentSpec	smartIndent.c	/^void freeIndentSpec(smartIndentRec *is)$/
freeItemCB	highlightData.c	/^static void freeItemCB(void *item)$/;"	file:
freeItemCB	userCmds.c	/^static void freeItemCB(void *item)$/;"	file:
freeLanguageModeRec	preferences.c	/^static void freeLanguageModeRec(languageModeRec *lm)$/;"	file:
freeMenuItemRec	userCmds.c	/^static void freeMenuItemRec(menuItemRec *item)$/;"	file:
freeNonNull	highlightData.c	/^static void freeNonNull(void *ptr)$/;"	file:
freePatternSet	highlightData.c	/^static void freePatternSet(patternSet *p)$/;"	file:
freePatternSrc	highlightData.c	/^static void freePatternSrc(highlightPattern *pat, int freeStruct)$/;"	file:
freePatterns	highlight.c	/^static void freePatterns(highlightDataRec *patterns)$/;"	file:
freeSymbolTable	interpret.c	/^static void freeSymbolTable(Symbol *symTab)$/;"	file:
freeTagList	tags.c	/^static void freeTagList(tag *tags)$/;"	file:
freeUndoRecord	undo.c	/^static void freeUndoRecord(UndoInfo *undo)$/;"	file:
ge	interpret.c	/^static int ge()$/;"	file:
genAccelEventName	userCmds.c	/^static void genAccelEventName(char *text, unsigned int modifiers,$/;"	file:
generateAcceleratorString	userCmds.c	/^static void generateAcceleratorString(char *text, unsigned int modifiers,$/;"	file:
getAnySelectionCB	selection.c	/^static void getAnySelectionCB(Widget widget, char **result, Atom *sel,$/;"	file:
getAtom	textSel.c	/^static Atom getAtom(Display *display, int atomNum)$/;"	file:
getCharacterMS	macro.c	/^static int getCharacterMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
getDialogDataCB	userCmds.c	/^static void *getDialogDataCB(void *oldItem, int explicitRequest, int *abort,$/;"	file:
getDialogPatternSet	highlightData.c	/^static patternSet *getDialogPatternSet(void)$/;"	file:
getDisplayedCB	highlightData.c	/^static void *getDisplayedCB(void *oldItem, int explicitRequest, int *abort,$/;"	file:
getExchSelCB	textSel.c	/^static void getExchSelCB(Widget w, XtPointer clientData, Atom *selType,$/;"	file:
getFindDlogInfo	search.c	/^static int getFindDlogInfo(WindowInfo *window, int *direction,$/;"	file:
getFontHeight	highlight.c	/^static int getFontHeight(WindowInfo *window)$/;"	file:
getHostName	nc.c	/^static void getHostName(char *hostname)$/;"	file:
getHostName	server.c	/^static void getHostName(char *hostname)$/;"	file:
getInsertSelectionCB	textSel.c	/^static void getInsertSelectionCB(Widget w, XtPointer clientData,Atom *selType,$/;"	file:
getRangeMS	macro.c	/^static int getRangeMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
getReplaceDlogInfo	search.c	/^static int getReplaceDlogInfo(WindowInfo *window, int *direction,$/;"	file:
getSelectionCB	textSel.c	/^static void getSelectionCB(Widget w, XtPointer clientData, Atom *selType,$/;"	file:
getSelectionMS	macro.c	/^static int getSelectionMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
getSelectionPos	textBuf.c	/^static int getSelectionPos(selection *sel, int *start, int *end,$/;"	file:
getSelectionText	textBuf.c	/^static char *getSelectionText(textBuffer *buf, selection *sel)$/;"	file:
getSmartIndentDialogData	smartIndent.c	/^static smartIndentRec *getSmartIndentDialogData(void)$/;"	file:
getUserName	nc.c	/^static char *getUserName(void)$/;"	file:
getUserName	server.c	/^static char *getUserName(void)$/;"	file:
gotoAP	menu.c	/^static void gotoAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
gotoCB	selection.c	/^static void gotoCB(Widget widget, WindowInfo *window, Atom *sel,$/;"	file:
gotoDialogAP	menu.c	/^static void gotoDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
gotoMarkAP	menu.c	/^static void gotoMarkAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
gotoMarkCB	menu.c	/^static void gotoMarkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
gotoMarkDialogAP	menu.c	/^static void gotoMarkDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
gotoMarkExtendKeyCB	selection.c	/^static void gotoMarkExtendKeyCB(Widget w, XtPointer clientData, XEvent *event,$/;"	file:
gotoMarkKeyCB	selection.c	/^static void gotoMarkKeyCB(Widget w, XtPointer clientData, XEvent *event,$/;"	file:
gotoSelectedAP	menu.c	/^static void gotoSelectedAP(Widget w, XEvent *event, String *args,$/;"	file:
grabFocusAP	text.c	/^static void grabFocusAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
gt	interpret.c	/^static int gt()$/;"	file:
hScrollCB	textDisp.c	/^static void hScrollCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
handleUnparsedRegionCB	highlight.c	/^static void handleUnparsedRegionCB(textDisp *textD, int pos, void *cbArg)$/;"	file:
hasKey	text.c	/^static int hasKey(char *key, String *args, Cardinal *nArgs)$/;"	file:
helpActionsCB	menu.c	/^static void helpActionsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpBindingCB	menu.c	/^static void helpBindingCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpBugsCB	menu.c	/^static void helpBugsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpCB	highlightData.c	/^static void helpCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
helpClipCB	menu.c	/^static void helpClipCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpCmdLineCB	menu.c	/^static void helpCmdLineCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpCtagsCB	menu.c	/^static void helpCtagsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpCustCB	menu.c	/^static void helpCustCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpDistCB	menu.c	/^static void helpDistCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpFillCB	menu.c	/^static void helpFillCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpIndentCB	menu.c	/^static void helpIndentCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpKbdCB	menu.c	/^static void helpKbdCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpLearnCB	menu.c	/^static void helpLearnCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpMacroLangCB	menu.c	/^static void helpMacroLangCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpMacroSubrsCB	menu.c	/^static void helpMacroSubrsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpMailingCB	menu.c	/^static void helpMailingCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpMouseCB	menu.c	/^static void helpMouseCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpPatternsCB	menu.c	/^static void helpPatternsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpPrefCB	menu.c	/^static void helpPrefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpProgCB	menu.c	/^static void helpProgCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpRecoveryCB	menu.c	/^static void helpRecoveryCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpRegexCB	menu.c	/^static void helpRegexCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpResourcesCB	menu.c	/^static void helpResourcesCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpSearchCB	menu.c	/^static void helpSearchCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpSelectCB	menu.c	/^static void helpSelectCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpServerCB	menu.c	/^static void helpServerCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpShellCB	menu.c	/^static void helpShellCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpStartCB	menu.c	/^static void helpStartCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpSyntaxCB	menu.c	/^static void helpSyntaxCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpTabsCB	menu.c	/^static void helpTabsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
helpVerCB	menu.c	/^static void helpVerCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
hideOrShowHScrollBar	textDisp.c	/^static void hideOrShowHScrollBar(textDisp *textD)$/;"	file:
highlightCB	menu.c	/^static void highlightCB(Widget w, WindowInfo *window, XtPointer callData)$/;"	file:
highlightDataRec	highlight.c	/^} highlightDataRec;$/;"	file:
highlightDefCB	menu.c	/^static void highlightDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
highlightError	highlightData.c	/^static patternSet *highlightError(char *stringStart, char *stoppedAt,$/;"	file:
highlightOffDefCB	menu.c	/^static void highlightOffDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
highlightPattern	highlight.h	/^} highlightPattern;$/
highlightStyleRec	highlightData.c	/^} highlightStyleRec;$/;"	file:
highlightingDefCB	menu.c	/^static void highlightingDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
histogramCharacters	textBuf.c	/^static void histogramCharacters(char *string, int length, char hist[256],$/;"	file:
historyIndex	search.c	/^static int historyIndex(int nCycles)$/;"	file:
hsApplyCB	highlightData.c	/^static void hsApplyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
hsDestroyCB	highlightData.c	/^static void hsDestroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
hsDialogEmpty	highlightData.c	/^static int hsDialogEmpty(void)$/;"	file:
hsDismissCB	highlightData.c	/^static void hsDismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
hsFreeItemCB	highlightData.c	/^static void hsFreeItemCB(void *item)$/;"	file:
hsGetDisplayedCB	highlightData.c	/^static void *hsGetDisplayedCB(void *oldItem, int explicitRequest, int *abort,$/;"	file:
hsOkCB	highlightData.c	/^static void hsOkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
hsSetDisplayedCB	highlightData.c	/^static void hsSetDisplayedCB(void *item, void *cbArg)$/;"	file:
inSelection	textDisp.c	/^static int inSelection(selection *sel, int pos, int lineStartPos, int dispIndex)$/;"	file:
inSrcs	shell.h	/^enum inSrcs {FROM_SELECTION, FROM_WINDOW, FROM_EITHER, FROM_NONE};$/
includeAP	menu.c	/^static void includeAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
includeDialogAP	menu.c	/^static void includeDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
increment	interpret.c	/^static int increment()$/;"	file:
incrementalReparse	highlight.c	/^static void incrementalReparse(windowHighlightData *highlightData,$/;"	file:
indentSpecsDiffer	smartIndent.c	/^int indentSpecsDiffer(smartIndentRec *is1, smartIndentRec *is2)$/
indentStyle	nedit.h	/^enum indentStyle {NO_AUTO_INDENT, AUTO_INDENT, SMART_INDENT};$/
indexOfNamedPattern	highlight.c	/^static int indexOfNamedPattern(highlightPattern *patList, int nPats,$/;"	file:
initialize	text.c	/^static void initialize(TextWidget request, TextWidget new)$/;"	file:
insert	textBuf.c	/^static int insert(textBuffer *buf, int pos, char *text)$/;"	file:
insertCol	textBuf.c	/^static void insertCol(textBuffer *buf, int column, int startPos, char *insText,$/;"	file:
insertColInLine	textBuf.c	/^static void insertColInLine(char *line, char *insLine, int column, int insWidth,$/;"	file:
insertResultFlags	textSel.c	/^enum insertResultFlags {INSERT_WAITING, UNSUCCESSFUL_INSERT, SUCCESSFUL_INSERT};$/;"	file:
insertShiftedMacro	smartIndent.c	/^static void insertShiftedMacro(textBuffer *buf, char  *macro)$/;"	file:
insertStringAP	text.c	/^static void insertStringAP(Widget w, XEvent *event, String *args,$/;"	file:
intToStr	highlightData.c	/^static char *intToStr(int i)$/;"	file:
invalidatePrevOpenMenus	menu.c	/^static void invalidatePrevOpenMenus(void)$/;"	file:
isDefaultIndentSpec	smartIndent.c	/^static int isDefaultIndentSpec(smartIndentRec *indentSpec)$/;"	file:
isDefaultPatternSet	highlightData.c	/^static int isDefaultPatternSet(patternSet *patSet)$/;"	file:
isDelim	highlight.c	/^static int isDelim(char c, char *delimiters)$/;"	file:
isIgnoredAction	macro.c	/^static int isIgnoredAction(char *action)$/;"	file:
isMouseAction	macro.c	/^static int isMouseAction(char *action)$/;"	file:
isRedundantAction	macro.c	/^static int isRedundantAction(char *action)$/;"	file:
isStartOfLine	search.c	/^static int isStartOfLine(char *string, int beginPos)$/;"	file:
isStartOfWord	search.c	/^static int isStartOfWord(char *string, int beginPos)$/;"	file:
isdelimiter	regularExp.c	/^static char *isdelimiter;     \/* Current delimiter table *\/$/;"	file:
issueCommand	shell.c	/^static void issueCommand(WindowInfo *window, char *command, char *input,$/;"	file:
italicBrowseCB	preferences.c	/^static void italicBrowseCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
italicModifiedCB	preferences.c	/^static void italicModifiedCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
keepSearchDlogsDefCB	menu.c	/^static void keepSearchDlogsDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
keyMoveExtendSelection	text.c	/^static void keyMoveExtendSelection(Widget w, XEvent *event, int origPos,$/;"	file:
keySelectAP	text.c	/^static void keySelectAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
langModeCB	highlightData.c	/^static void langModeCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
langModeCB	smartIndent.c	/^static void langModeCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
languageDefCB	menu.c	/^static void languageDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
languageModeMV	macro.c	/^static int languageModeMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
languageModeRec	preferences.c	/^} languageModeRec;$/;"	file:
lastActionHook	macro.c	/^static void lastActionHook(Widget w, XtPointer clientData, String actionName,$/;"	file:
lastModified	highlight.c	/^static int lastModified(textBuffer *styleBuf)$/;"	file:
le	interpret.c	/^static int le()$/;"	file:
learnActionHook	macro.c	/^static void learnActionHook(Widget w, XtPointer clientData, String actionName,$/;"	file:
learnCB	menu.c	/^static void learnCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
lengthMS	macro.c	/^static int lengthMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
lengthMV	macro.c	/^static int lengthMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
lmApplyCB	preferences.c	/^static void lmApplyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
lmDeleteConfirmCB	preferences.c	/^static int lmDeleteConfirmCB(int itemIndex, void *cbArg)$/;"	file:
lmDestroyCB	preferences.c	/^static void lmDestroyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
lmDialogCB	highlightData.c	/^static void lmDialogCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
lmDialogCB	smartIndent.c	/^static void lmDialogCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
lmDialogEmpty	preferences.c	/^static int lmDialogEmpty(void)$/;"	file:
lmDismissCB	preferences.c	/^static void lmDismissCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
lmFreeItemCB	preferences.c	/^static void lmFreeItemCB(void *item)$/;"	file:
lmGetDisplayedCB	preferences.c	/^static void *lmGetDisplayedCB(void *oldItem, int explicitRequest, int *abort,$/;"	file:
lmOkCB	preferences.c	/^static void lmOkCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
lmSetDisplayedCB	preferences.c	/^static void lmSetDisplayedCB(void *item, void *cbArg)$/;"	file:
loadDefaultIndentSpec	smartIndent.c	/^static int loadDefaultIndentSpec(char *lmName)$/;"	file:
loadLanguageModesString	preferences.c	/^static int loadLanguageModesString(char *inString)$/;"	file:
loadMacroAP	menu.c	/^static void loadMacroAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
loadMacroDialogAP	menu.c	/^static void loadMacroDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
loadMenuItemString	userCmds.c	/^static int loadMenuItemString(char *inString, menuItemRec **menuItems,$/;"	file:
loadTagsAP	menu.c	/^static void loadTagsAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
loadTagsDialogAP	menu.c	/^static void loadTagsDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
lookupNamedStyle	highlightData.c	/^static int lookupNamedStyle(char *styleName)$/;"	file:
loseMotifDestCB	textSel.c	/^static void loseMotifDestCB(Widget w, Atom *selType)$/;"	file:
loseSecondaryCB	textSel.c	/^static void loseSecondaryCB(Widget w, Atom *selType)$/;"	file:
loseSelectionCB	textSel.c	/^static void loseSelectionCB(Widget w, Atom *selType)$/;"	file:
lowercaseAP	menu.c	/^static void lowercaseAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
lt	interpret.c	/^static int lt()$/;"	file:
macroCmdInfo	macro.c	/^} macroCmdInfo;$/;"	file:
macroDefCB	menu.c	/^static void macroDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
macroMenuAP	menu.c	/^static void macroMenuAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
macroMenuCB	userCmds.c	/^static void macroMenuCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
main	nc.c	/^int main(int argc, char **argv)$/
main	nedit.c	/^int main(int argc, char **argv)$/
maintainPosition	selection.c	/^static void maintainPosition(int *position, int modPos, int nInserted,$/;"	file:
maintainSelection	selection.c	/^static void maintainSelection(selection *sel, int pos, int nInserted,$/;"	file:
makeDelimiterTable	regularExp.c	/^static char *makeDelimiterTable(char *delimiters, char *table)$/;"	file:
makeIndentString	shift.c	/^char *makeIndentString(int indent, int tabDist, int allowTabs, int *nChars)$/
markAP	menu.c	/^static void markAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
markCB	menu.c	/^static void markCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
markDialogAP	menu.c	/^static void markDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
markKeyCB	selection.c	/^static void markKeyCB(Widget w, XtPointer clientData, XEvent *event,$/;"	file:
markTimeoutProc	selection.c	/^static void markTimeoutProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
matchLanguageMode	preferences.c	/^static int matchLanguageMode(WindowInfo *window)$/;"	file:
matchTypeCB	highlightData.c	/^static void matchTypeCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
max	highlight.c	/^static int max(int i1, int i2)$/;"	file:
max	text.c	/^static int max(int i1, int i2)$/;"	file:
max	textBuf.c	/^static int max(int i1, int i2)$/;"	file:
max	textDisp.c	/^static int max(int i1, int i2)$/;"	file:
max	textDrag.c	/^static int max(int i1, int i2)$/;"	file:
max3	textDrag.c	/^static int max3(int i1, int i2, int i3)$/;"	file:
maxMS	macro.c	/^static int maxMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
measureText	shell.c	/^static void measureText(char *text, int wrapWidth, int *rows, int *cols)$/;"	file:
measureVisLine	textDisp.c	/^static int measureVisLine(textDisp *textD, int visLineNum)$/;"	file:
menuCallbackProc	menu.c	/^typedef void (*menuCallbackProc)();$/;"	file:
menuItemRec	userCmds.c	/^} menuItemRec;$/;"	file:
menuModes	menu.c	/^enum menuModes {FULL, SHORT};$/;"	file:
menuTreeItem	userCmds.c	/^} menuTreeItem;$/;"	file:
min	highlight.c	/^static int min(int i1, int i2)$/;"	file:
min	text.c	/^static int min(int i1, int i2)$/;"	file:
min	textBuf.c	/^static int min(int i1, int i2)$/;"	file:
min	textDisp.c	/^static int min(int i1, int i2)$/;"	file:
min3	textDrag.c	/^static int min3(int i1, int i2, int i3)$/;"	file:
minMS	macro.c	/^static int minMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
modeError	preferences.c	/^static int modeError(languageModeRec *lm, char *stringStart, char *stoppedAt,$/;"	file:
modifiedCB	textSel.c	/^static void modifiedCB(int pos, int nInserted, int nDeleted,$/;"	file:
modifiedCB	window.c	/^static void modifiedCB(int pos, int nInserted, int nDeleted, int nRestyled,$/;"	file:
modifyStyleBuf	highlight.c	/^static void modifyStyleBuf(textBuffer *styleBuf, char *styleString,$/;"	file:
modulo	interpret.c	/^static int modulo()$/;"	file:
mousePanAP	text.c	/^static void mousePanAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
moveBackwardToEnsureContext	highlight.c	/^static int moveBackwardToEnsureContext(textBuffer *buf, textBuffer *styleBuf,$/;"	file:
moveDestinationAP	text.c	/^static void moveDestinationAP(Widget w, XEvent *event, String *args,$/;"	file:
moveGap	textBuf.c	/^static void moveGap(textBuffer *buf, int pos)$/;"	file:
moveToAP	text.c	/^static void moveToAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
moveToOrEndDragAP	text.c	/^static void moveToOrEndDragAP(Widget w, XEvent *event, String *args,$/;"	file:
movedCB	window.c	/^static void movedCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
multiClickStates	textP.h	/^enum multiClickStates {NO_CLICKS, ONE_CLICK, TWO_CLICKS, THREE_CLICKS};$/
multiply	interpret.c	/^static int multiply()$/;"	file:
ne	interpret.c	/^static int ne()$/;"	file:
negate	interpret.c	/^static int negate()$/;"	file:
newAP	menu.c	/^static void newAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
newlineAP	text.c	/^static void newlineAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
newlineAndIndentAP	text.c	/^static void newlineAndIndentAP(Widget w, XEvent *event, String *args,$/;"	file:
newlineNoIndentAP	text.c	/^static void newlineNoIndentAP(Widget w, XEvent *event, String *args,$/;"	file:
newlineWrapCB	menu.c	/^static void newlineWrapCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
newlineWrapDefCB	menu.c	/^static void newlineWrapDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
nextArg	nc.c	/^static void nextArg(int argc, char **argv, int *argIndex)$/;"	file:
nextArg	nedit.c	/^static void nextArg(int argc, char **argv, int *argIndex)$/;"	file:
nextPageAP	text.c	/^static void nextPageAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
nextTab	shift.c	/^static int nextTab(int pos, int tabDist)$/;"	file:
noWrapCB	menu.c	/^static void noWrapCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
noWrapDefCB	menu.c	/^static void noWrapDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
not	interpret.c	/^static int not()$/;"	file:
offsetLineStarts	textDisp.c	/^static void offsetLineStarts(textDisp *textD, int newTopLineNum)$/;"	file:
okCB	highlightData.c	/^static void okCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
okCB	smartIndent.c	/^static void okCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
okCB	userCmds.c	/^static void okCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
opStatusCodes	interpret.c	/^enum opStatusCodes {STAT_OK=2, STAT_DONE, STAT_ERROR, STAT_PREEMPT};$/;"	file:
openAP	menu.c	/^static void openAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
openDialogAP	menu.c	/^static void openDialogAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
openPrevCB	menu.c	/^static void openPrevCB(Widget w, char *name, caddr_t callData)$/;"	file:
openSelectedAP	menu.c	/^static void openSelectedAP(Widget w, XEvent *event, String *args,$/;"	file:
operations	interpret.h	/^enum operations {OP_RETURN_NO_VAL, OP_RETURN, OP_PUSH_SYM, OP_DUP, OP_ADD,$/
or	interpret.c	/^static int or()$/;"	file:
outDests	shell.h	/^enum outDests {TO_SAME_WINDOW, TO_NEW_WINDOW, TO_DIALOG};$/
overlayRect	textBuf.c	/^static void overlayRect(textBuffer *buf, int startPos, int rectStart,$/;"	file:
overlayRectInLine	textBuf.c	/^static void overlayRectInLine(char *line, char *insLine, int rectStart,$/;"	file:
overstrikeCB	menu.c	/^static void overstrikeCB(Widget w, WindowInfo *window, XtPointer callData)$/;"	file:
pageLeftAP	text.c	/^static void pageLeftAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
pageRightAP	text.c	/^static void pageRightAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
parseAcceleratorString	userCmds.c	/^static int parseAcceleratorString(char *string, unsigned int *modifiers,$/;"	file:
parseBufferRange	highlight.c	/^static int parseBufferRange(highlightDataRec *pass1Patterns,$/;"	file:
parseCommandLine	nc.c	/^static char *parseCommandLine(int argc, char **argv)$/;"	file:
parseError	userCmds.c	/^static int parseError(char *message)$/;"	file:
parseString	highlight.c	/^static int parseString(highlightDataRec *pattern, char **string,$/;"	file:
passTwoParseString	highlight.c	/^static void passTwoParseString(highlightDataRec *pattern, char *string,$/;"	file:
pasteClipboardAP	text.c	/^static void pasteClipboardAP(Widget w, XEvent *event, String *args,$/;"	file:
pasteColCB	menu.c	/^static void pasteColCB(Widget w, XtPointer clientData, XtPointer callData) $/;"	file:
pasteReplayCB	userCmds.c	/^static void pasteReplayCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
patTypeCB	highlightData.c	/^static void patTypeCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
patchRowCol	window.c	/^static void patchRowCol(Widget w)$/;"	file:
patchedRemoveChild	window.c	/^static void patchedRemoveChild(Widget child)$/;"	file:
patternOfStyle	highlight.c	/^static highlightDataRec *patternOfStyle(highlightDataRec *patterns, int style)$/;"	file:
patternSet	highlight.h	/^} patternSet;$/
patternSetsDiffer	highlightData.c	/^static int patternSetsDiffer(patternSet *patSet1, patternSet *patSet2)$/;"	file:
pendingSelection	text.c	/^static int pendingSelection(Widget w)$/;"	file:
posBeginsLineOrWord	highlight.c	/^static void posBeginsLineOrWord(textBuffer *buf, int pos, char *delimiters,$/;"	file:
posToVisibleLineNum	textDisp.c	/^static int posToVisibleLineNum(textDisp *textD, int pos, int *lineNum)$/;"	file:
positionTypes	textDisp.c	/^enum positionTypes {CURSOR_POS, CHARACTER_POS};$/;"	file:
power	interpret.c	/^static int power()$/;"	file:
prefData	preferences.c	/^static struct prefData {$/;"	file:
preserveCB	menu.c	/^static void preserveCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
preserveDefCB	menu.c	/^static void preserveDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
prevOpenMenuCB	menu.c	/^static void prevOpenMenuCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
previousPageAP	text.c	/^static void previousPageAP(Widget w, XEvent *event, String *args,$/;"	file:
primaryBrowseCB	preferences.c	/^static void primaryBrowseCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
primaryModifiedCB	preferences.c	/^static void primaryModifiedCB(Widget w, XtPointer clientData,$/;"	file:
printAP	menu.c	/^static void printAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
printCB	help.c	/^static void printCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
printSelAP	menu.c	/^static void printSelAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
processCancelAP	text.c	/^static void processCancelAP(Widget w, XEvent *event, String *args,$/;"	file:
processDownAP	text.c	/^static void processDownAP(Widget w, XEvent *event, String *args,$/;"	file:
processMarkEvent	selection.c	/^static void processMarkEvent(Widget w, XtPointer clientData, XEvent *event,$/;"	file:
processServerCommand	server.c	/^static void processServerCommand(void)$/;"	file:
processServerCommandString	server.c	/^static void processServerCommandString(char *string)$/;"	file:
processShiftDownAP	text.c	/^static void processShiftDownAP(Widget w, XEvent *event, String *args,$/;"	file:
processShiftUpAP	text.c	/^static void processShiftUpAP(Widget w, XEvent *event, String *args,$/;"	file:
processTabAP	text.c	/^static void processTabAP(Widget w, XEvent *event, String *args,$/;"	file:
processUpAP	text.c	/^static void processUpAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
pushSymVal	interpret.c	/^static int pushSymVal()$/;"	file:
queryGeometry	text.c	/^static XtGeometryResult queryGeometry(Widget w, XtWidgetGeometry *proposed,$/;"	file:
rCancelCB	search.c	/^static void rCancelCB(Widget w, WindowInfo *window, caddr_t callData) $/;"	file:
rFindArrowKeyCB	search.c	/^static void rFindArrowKeyCB(Widget w, WindowInfo *window, XKeyEvent *event)$/;"	file:
rFindCB	search.c	/^static void rFindCB(Widget w, WindowInfo *window,XmAnyCallbackStruct *callData) $/;"	file:
rFocusCB	search.c	/^static void rFocusCB(Widget w, WindowInfo *window, caddr_t *callData) $/;"	file:
rInSelCB	search.c	/^static void rInSelCB(Widget w, WindowInfo *window,$/;"	file:
rKeepCB	search.c	/^static void rKeepCB(Widget w, WindowInfo *window, caddr_t *callData) $/;"	file:
raiseCB	menu.c	/^static void raiseCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
rangeTouchesRectSel	textDisp.c	/^static int rangeTouchesRectSel(selection *sel, int rangeStart, int rangeEnd)$/;"	file:
readCheckMacroString	macro.c	/^static int readCheckMacroString(Widget dialogParent, char *string,$/;"	file:
readDefaultPatternSet	highlightData.c	/^static patternSet *readDefaultPatternSet(char *langModeName)$/;"	file:
readDialogFields	highlightData.c	/^static highlightPattern *readDialogFields(int silent)$/;"	file:
readDialogFields	userCmds.c	/^static menuItemRec *readDialogFields(userCmdDialog *ucd, int silent)$/;"	file:
readExtensionList	preferences.c	/^static char **readExtensionList(char **inPtr, int *nExtensions)$/;"	file:
readFileMS	macro.c	/^static int readFileMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
readHSDialogFields	highlightData.c	/^static highlightStyleRec *readHSDialogFields(int silent)$/;"	file:
readHighlightPattern	highlightData.c	/^static int readHighlightPattern(char **inPtr, char **errMsg,$/;"	file:
readHighlightPatterns	highlightData.c	/^static highlightPattern *readHighlightPatterns(char **inPtr, int withBraces,$/;"	file:
readIntArg	macro.c	/^static int readIntArg(DataValue dv, int *result, char **errMsg)$/;"	file:
readLMDialogFields	preferences.c	/^static languageModeRec *readLMDialogFields(int silent)$/;"	file:
readOnlyCB	menu.c	/^static void readOnlyCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
readPatternSet	highlightData.c	/^static patternSet *readPatternSet(char **inPtr)$/;"	file:
readSIMacro	smartIndent.c	/^static char *readSIMacro(char **inPtr)$/;"	file:
readSearchArgs	macro.c	/^static int readSearchArgs(DataValue *argList, int nArgs, int *searchDirection,$/;"	file:
readStringArg	macro.c	/^static int readStringArg(DataValue dv, char **result, char *stringStorage,$/;"	file:
realignTabs	textBuf.c	/^static char *realignTabs(char *text, int origIndent, int newIndent,$/;"	file:
realize	text.c	/^static void realize(Widget w, XtValueMask *valueMask,$/;"	file:
reallocateBuf	textBuf.c	/^static void reallocateBuf(textBuffer *buf, int newGapStart, int newGapLen)$/;"	file:
reapplyLanguageMode	preferences.c	/^static void reapplyLanguageMode(WindowInfo *window, int mode, int forceDefaults)$/;"	file:
recolorSubexpr	highlight.c	/^static void recolorSubexpr(regexp *re, int subexpr, int style, char *string,$/;"	file:
redisplay	text.c	/^static void redisplay(TextWidget w, XEvent *event, Region region)$/;"	file:
redisplayLine	textDisp.c	/^static void redisplayLine(textDisp *textD, int visLineNum, int leftClip,$/;"	file:
redisplaySelection	textBuf.c	/^static void redisplaySelection(textBuffer *buf, selection *oldSelection,$/;"	file:
redoAP	menu.c	/^static void redoAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
reg	regularExp.c	/^static char *reg(int paren, int *flagp)$/;"	file:
regatom	regularExp.c	/^static char *regatom(int *flagp)$/;"	file:
regbranch	regularExp.c	/^static char *regbranch(int *flagp)$/;"	file:
regc	regularExp.c	/^static void regc(char b)$/;"	file:
regcode	regularExp.c	/^static char *regcode;	    \/* Code-emit pointer; &regdummy = don't. *\/$/;"	file:
regdummy	regularExp.c	/^static char regdummy;$/;"	file:
regendp	regularExp.c	/^static char **regendp;	      \/* Ditto for endp. *\/$/;"	file:
regerror	regularExp.c	/^static void regerror(char *s)$/;"	file:
regescape	regularExp.c	/^static char regescape(char c)$/;"	file:
regexp	regularExp.h	/^typedef struct regexp {$/
regexp	regularExp.h	/^} regexp;$/
reginput	regularExp.c	/^static char *reginput;	      \/* String-input pointer. *\/$/;"	file:
reginsert	regularExp.c	/^static void reginsert(char op, char *opnd)$/;"	file:
regmatch	regularExp.c	/^static int regmatch(char *prog)$/;"	file:
regnext	regularExp.c	/^static char *regnext(char *p)$/;"	file:
regnode	regularExp.c	/^static char *regnode(char op)$/;"	file:
regnpar	regularExp.c	/^static int regnpar;	    \/* () count. *\/$/;"	file:
regoptail	regularExp.c	/^static void regoptail(char *p, char *val)$/;"	file:
regparse	regularExp.c	/^static char *regparse;	    \/* Input-scan pointer. *\/$/;"	file:
regpiece	regularExp.c	/^static char *regpiece(int *flagp)$/;"	file:
regrepeat	regularExp.c	/^static int regrepeat(char *p)$/;"	file:
regsize	regularExp.c	/^static long regsize;	    \/* Code size. *\/$/;"	file:
regstartp	regularExp.c	/^static char **regstartp;      \/* Pointer to startp array. *\/$/;"	file:
regtail	regularExp.c	/^static void regtail(char *p, char *val)$/;"	file:
regtry	regularExp.c	/^static int regtry(regexp *prog, char *string)$/;"	file:
releaseGC	textDisp.c	/^static void releaseGC(Widget w, GC gc)$/;"	file:
removeFromWindowList	window.c	/^static void removeFromWindowList(WindowInfo *window)$/;"	file:
removeMenuItems	userCmds.c	/^static void removeMenuItems(Widget menuPane)$/;"	file:
removeRedoItem	undo.c	/^static void removeRedoItem(WindowInfo *window)$/;"	file:
removeSelected	textBuf.c	/^static void removeSelected(textBuffer *buf, selection *sel)$/;"	file:
removeTrailingNewlines	shell.c	/^static void removeTrailingNewlines(char *string)$/;"	file:
removeUndoItem	undo.c	/^static void removeUndoItem(WindowInfo *window)$/;"	file:
removeVersionNumber	file.c	/^void removeVersionNumber(char *fileName)$/
reparseContext	highlight.c	/^} reparseContext;$/;"	file:
repeatCancelCB	macro.c	/^static void repeatCancelCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
repeatDialogAP	menu.c	/^static void repeatDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
repeatMacroAP	menu.c	/^static void repeatMacroAP(Widget w, XEvent *event, String *args,$/;"	file:
repeatOKCB	macro.c	/^static void repeatOKCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
replaceAP	menu.c	/^static void replaceAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
replaceAllAP	menu.c	/^static void replaceAllAP(Widget w, XEvent *event, String *args,$/;"	file:
replaceAllCB	search.c	/^static void replaceAllCB(Widget w, WindowInfo *window,$/;"	file:
replaceArrowKeyCB	search.c	/^static void replaceArrowKeyCB(Widget w, WindowInfo *window, XKeyEvent *event)$/;"	file:
replaceCB	menu.c	/^static void replaceCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
replaceCB	search.c	/^static void replaceCB(Widget w, WindowInfo *window,$/;"	file:
replaceDialogAP	menu.c	/^static void replaceDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
replaceInSelAP	menu.c	/^static void replaceInSelAP(Widget w, XEvent *event, String *args,$/;"	file:
replaceInStringMS	macro.c	/^static int replaceInStringMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
replaceRangeMS	macro.c	/^static int replaceRangeMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
replaceSameAP	menu.c	/^static void replaceSameAP(Widget w, XEvent *event, String *args,$/;"	file:
replaceSameCB	menu.c	/^static void replaceSameCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
replaceSelected	textBuf.c	/^static void replaceSelected(textBuffer *buf, selection *sel, char *text)$/;"	file:
replaceSelectionMS	macro.c	/^static int replaceSelectionMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
replaceSubstringMS	macro.c	/^static int replaceSubstringMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
replaceUsingRE	search.c	/^static void replaceUsingRE(char *searchStr, char *replaceStr, char *sourceStr,$/;"	file:
replayCB	menu.c	/^static void replayCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
reposDlogsDefCB	menu.c	/^static void reposDlogsDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
resetClipRectangles	textDisp.c	/^static void resetClipRectangles(textDisp *textD)$/;"	file:
resetFindTabGroup	search.c	/^static void resetFindTabGroup(WindowInfo *window)$/;"	file:
resetReplaceTabGroup	search.c	/^static void resetReplaceTabGroup(WindowInfo *window)$/;"	file:
resize	text.c	/^static void resize(TextWidget w)$/;"	file:
resources	text.c	/^static XtResource resources[] = {$/;"	file:
restoreCB	highlightData.c	/^static void restoreCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
restoreCB	smartIndent.c	/^static void restoreCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
restoreContext	interpret.c	/^static void restoreContext(RestartData *context)$/;"	file:
retGlobalSyms	macro.c	/^enum retGlobalSyms {STRING_DIALOG_BUTTON, SEARCH_END, READ_STATUS,$/;"	file:
returnNoVal	interpret.c	/^static int returnNoVal(void)$/;"	file:
returnVal	interpret.c	/^static int returnVal(void)$/;"	file:
returnValOrNone	interpret.c	/^static int returnValOrNone(int valOnStack)$/;"	file:
revertAP	menu.c	/^static void revertAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
revertDialogAP	menu.c	/^static void revertDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
runMacro	macro.c	/^static void runMacro(WindowInfo *window, Program *prog)$/;"	file:
sameOutCB	userCmds.c	/^static void sameOutCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
saveAP	menu.c	/^static void saveAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
saveAsAP	menu.c	/^static void saveAsAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
saveAsDialogAP	menu.c	/^static void saveAsDialogAP(Widget w, XEvent *event, String *args,$/;"	file:
saveContext	interpret.c	/^static void saveContext(RestartData *context)$/;"	file:
savePrefCB	menu.c	/^static void savePrefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
saveSearchHistory	search.c	/^static void saveSearchHistory(char *searchString, char *replaceString,$/;"	file:
scrollDownAP	text.c	/^static void scrollDownAP(Widget w, XEvent *event, String *args,$/;"	file:
scrollToLineAP	text.c	/^static void scrollToLineAP(Widget w, XEvent *event, String *args,$/;"	file:
scrollUpAP	text.c	/^static void scrollUpAP(Widget w, XEvent *event, String *args,$/;"	file:
searchBackward	textBuf.c	/^static int searchBackward(textBuffer *buf, int startPos, char searchChar,$/;"	file:
searchCaseSenseCB	menu.c	/^static void searchCaseSenseCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
searchDirection	menu.c	/^static int searchDirection(int ignoreArgs, String *args, Cardinal *nArgs)$/;"	file:
searchDirection	tags.c	/^enum searchDirection {FORWARD, BACKWARD};$/;"	file:
searchDlogsDefCB	menu.c	/^static void searchDlogsDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
searchForward	textBuf.c	/^static int searchForward(textBuffer *buf, int startPos, char searchChar,$/;"	file:
searchHelpAgainCB	help.c	/^static void searchHelpAgainCB(Widget w, XtPointer clientData,$/;"	file:
searchHelpCB	help.c	/^static void searchHelpCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
searchHelpText	help.c	/^static void searchHelpText(Widget parent, int parentTopic, char *searchFor,$/;"	file:
searchLiteral	search.c	/^static int searchLiteral(char *string, char *searchString, int caseSense, $/;"	file:
searchLiteralCB	menu.c	/^static void searchLiteralCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
searchMS	macro.c	/^static int searchMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
searchMatchesSelection	search.c	/^static int searchMatchesSelection(WindowInfo *window, char *searchString,$/;"	file:
searchRegex	search.c	/^static int searchRegex(char *string, char *searchString, int direction,$/;"	file:
searchRegexCB	menu.c	/^static void searchRegexCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
searchStringMS	macro.c	/^static int searchStringMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
searchType	menu.c	/^static int searchType(int ignoreArgs, String *args, Cardinal *nArgs)$/;"	file:
searchTypeArg	search.c	/^static char *searchTypeArg(int searchType)$/;"	file:
secondaryAdjustAP	text.c	/^static void secondaryAdjustAP(Widget w, XEvent *event, String *args,$/;"	file:
secondaryOrDragAdjustAP	text.c	/^static void secondaryOrDragAdjustAP(Widget w, XEvent *event, String *args,$/;"	file:
secondaryOrDragStartAP	text.c	/^static void secondaryOrDragStartAP(Widget w, XEvent *event, String *args,$/;"	file:
secondaryStartAP	text.c	/^static void secondaryStartAP(Widget w, XEvent *event, String *args,$/;"	file:
selAllAP	menu.c	/^static void selAllAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
selectAllAP	text.c	/^static void selectAllAP(Widget w, XEvent *event, String *args,$/;"	file:
selectLine	text.c	/^static void selectLine(Widget w)$/;"	file:
selectMS	macro.c	/^static int selectMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
selectNotifyActions	textSel.c	/^enum selectNotifyActions {UNSELECT_SECONDARY, REMOVE_SECONDARY,$/;"	file:
selectNotifyEH	textSel.c	/^static void selectNotifyEH(Widget w, XtPointer data, XEvent *event,$/;"	file:
selectNotifyInfo	textSel.c	/^} selectNotifyInfo;$/;"	file:
selectNotifyTimerProc	textSel.c	/^static void selectNotifyTimerProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
selectRectangleMS	macro.c	/^static int selectRectangleMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
selectWord	text.c	/^static void selectWord(Widget w, int pointerX)$/;"	file:
selectedSearchCB	search.c	/^static void selectedSearchCB(Widget w, XtPointer callData, Atom *selection,$/;"	file:
selection	textBuf.h	/^} selection;$/
selectionEndMV	macro.c	/^static int selectionEndMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
selectionLeftMV	macro.c	/^static int selectionLeftMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
selectionRightMV	macro.c	/^static int selectionRightMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
selectionStartMV	macro.c	/^static int selectionStartMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
selfInsertAP	text.c	/^static void selfInsertAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
sendSecondary	textSel.c	/^static void sendSecondary(Widget w, Time time, Atom sel, int action,$/;"	file:
setCursorPosMS	macro.c	/^static int setCursorPosMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
setDialogDataCB	userCmds.c	/^static void setDialogDataCB(void *item, void *cbArg)    $/;"	file:
setDisplayedCB	highlightData.c	/^static void setDisplayedCB(void *item, void *cbArg)$/;"	file:
setEmTabDist	preferences.c	/^static void setEmTabDist(WindowInfo *window, int emTabDist)$/;"	file:
setIntPref	preferences.c	/^static void setIntPref(int *prefDataField, int newValue)$/;"	file:
setLangModeCB	preferences.c	/^static void setLangModeCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
setPaneDesiredHeight	window.c	/^static void setPaneDesiredHeight(Widget w, int height)$/;"	file:
setPaneMinHeight	window.c	/^static void setPaneMinHeight(Widget w, int min)$/;"	file:
setRectSelect	textBuf.c	/^static void setRectSelect(selection *sel, int start, int end,$/;"	file:
setScroll	textDisp.c	/^static void setScroll(textDisp *textD, int topLineNum, int horizOffset,$/;"	file:
setSelection	textBuf.c	/^static void setSelection(selection *sel, int start, int end)$/;"	file:
setSmartIndentDialogData	smartIndent.c	/^static void setSmartIndentDialogData(smartIndentRec *is)$/;"	file:
setStringPref	preferences.c	/^static void setStringPref(char *prefDataField, char *newValue)$/;"	file:
setStyleByName	highlightData.c	/^static void setStyleByName(char *style)$/;"	file:
setStyleMenu	highlightData.c	/^static void setStyleMenu(char *styleName)$/;"	file:
setTabDist	preferences.c	/^static void setTabDist(WindowInfo *window, int tabDist)$/;"	file:
setTag	tags.c	/^static void setTag(tag *t, char *name, char *file, char *searchString)$/;"	file:
setValues	text.c	/^static Boolean setValues(TextWidget current, TextWidget request,$/;"	file:
setWindowSizeDefault	menu.c	/^static void setWindowSizeDefault(int rows, int cols)$/;"	file:
shellCmdInfo	shell.c	/^} shellCmdInfo;$/;"	file:
shellCmdMS	macro.c	/^static int shellCmdMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
shellDefCB	menu.c	/^static void shellDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
shellFilterAP	menu.c	/^static void shellFilterAP(Widget w, XEvent *event, String *args,$/;"	file:
shellMenuAP	menu.c	/^static void shellMenuAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
shellMenuCB	userCmds.c	/^static void shellMenuCB(Widget w, WindowInfo *window, XtPointer callData) $/;"	file:
shiftKeyToDir	menu.c	/^static char **shiftKeyToDir(XtPointer callData)$/;"	file:
shiftLeftAP	menu.c	/^static void shiftLeftAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
shiftLeftCB	menu.c	/^static void shiftLeftCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
shiftLeftTabAP	menu.c	/^static void shiftLeftTabAP(Widget w, XEvent *event, String *args,$/;"	file:
shiftLineLeft	shift.c	/^static char *shiftLineLeft(char *line, int lineLen, int tabDist, int nChars)$/;"	file:
shiftLineRight	shift.c	/^static char *shiftLineRight(char *line, int lineLen, int tabsAllowed,$/;"	file:
shiftRect	shift.c	/^static void shiftRect(WindowInfo *window, int direction, int byTab,$/;"	file:
shiftRightAP	menu.c	/^static void shiftRightAP(Widget w, XEvent *event, String *args, Cardinal *nArgs)$/;"	file:
shiftRightCB	menu.c	/^static void shiftRightCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
shiftRightTabAP	menu.c	/^static void shiftRightTabAP(Widget w, XEvent *event, String *args,$/;"	file:
shortMenusCB	menu.c	/^static void shortMenusCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
shortPrefAskDefault	menu.c	/^static int shortPrefAskDefault(Widget parent, Widget w, char *settingName)$/;"	file:
shortPrefToDefault	preferences.c	/^static int shortPrefToDefault(Widget parent, char *settingName, int *setDefault)$/;"	file:
showFontStatus	preferences.c	/^static int showFontStatus(fontDialog *fd, Widget fontTextFieldW,$/;"	file:
showMatchingCB	menu.c	/^static void showMatchingCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
showMatchingDefCB	menu.c	/^static void showMatchingDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
siParseError	smartIndent.c	/^static int siParseError(char *stringStart, char *stoppedAt, char *message)$/;"	file:
simpleInsertAtCursor	text.c	/^static void simpleInsertAtCursor(Widget w, char *chars, XEvent *event,$/;"	file:
size24x80CB	menu.c	/^static void size24x80CB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
size40x80CB	menu.c	/^static void size40x80CB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
size60x80CB	menu.c	/^static void size60x80CB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
size80x80CB	menu.c	/^static void size80x80CB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
sizeCancelCB	preferences.c	/^static void sizeCancelCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
sizeCustomCB	menu.c	/^static void sizeCustomCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
sizeOKCB	preferences.c	/^static void sizeOKCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
smartIndentCB	menu.c	/^static void smartIndentCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
smartIndentCBStruct	text.h	/^} smartIndentCBStruct;$/
smartIndentCallbackReasons	text.h	/^enum smartIndentCallbackReasons {NEWLINE_INDENT_NEEDED, CHAR_TYPED};$/
smartIndentDefCB	menu.c	/^static void smartIndentDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
smartIndentRec	smartIndent.c	/^} smartIndentRec;$/;"	file:
smartMacrosDefCB	menu.c	/^static void smartMacrosDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
splitWindowAP	menu.c	/^static void splitWindowAP(Widget w, XEvent *event, String *args,$/;"	file:
startOfMajorStyle	highlight.c	/^static int startOfMajorStyle(char *majorStyles, textBuffer *styleBuf, int pos,$/;"	file:
startOfWord	text.c	/^static int startOfWord(TextWidget w, int pos)$/;"	file:
startServer	nc.c	/^static void startServer(char *message, char *commandLineArgs)$/;"	file:
startofstring	regularExp.c	/^static char *startofstring;   \/* Beginning of input, for ^ and < checks. *\/$/;"	file:
statsCB	menu.c	/^static void statsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
statsLineDefCB	menu.c	/^static void statsLineDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
stderrReadProc	shell.c	/^static void stderrReadProc(XtPointer clientData, int *source, XtInputId *id)$/;"	file:
stdinWriteProc	shell.c	/^static void stdinWriteProc(XtPointer clientData, int *source, XtInputId *id)$/;"	file:
stdoutReadProc	shell.c	/^static void stdoutReadProc(XtPointer clientData, int *source, XtInputId *id)$/;"	file:
strCaseCmp	menu.c	/^static int strCaseCmp(char *str1, char *str2)$/;"	file:
strCaseCmp	text.c	/^static int strCaseCmp(char *str1, char *str2)$/;"	file:
stringDialogBtnCB	macro.c	/^static void stringDialogBtnCB(Widget w, XtPointer clientData,$/;"	file:
stringDialogCloseCB	macro.c	/^static void stringDialogCloseCB(Widget w, XtPointer clientData,$/;"	file:
stringDialogMS	macro.c	/^static int stringDialogMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
stringToNum	interpret.c	/^static int stringToNum(char *string, int *number)$/;"	file:
stringWidth	textDisp.c	/^static int stringWidth(textDisp *textD, char *string, int length, int style)$/;"	file:
stringstartsline	regularExp.c	/^static int stringstartsline;  \/* input begins is line boundary *\/$/;"	file:
stringstartsword	regularExp.c	/^static int stringstartsword;  \/* input begins at word boundary *\/$/;"	file:
styleDialogCB	highlightData.c	/^static void styleDialogCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
styleError	highlightData.c	/^static int styleError(char *stringStart, char *stoppedAt, char *message)$/;"	file:
styleOfPos	textDisp.c	/^static int styleOfPos(textDisp *textD, int lineStartPos,$/;"	file:
styleTableEntry	textDisp.h	/^} styleTableEntry;$/
stylesDefCB	menu.c	/^static void stylesDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
subsChars	textBuf.c	/^static void subsChars(char *string, int length, char fromChar, char toChar)$/;"	file:
substitutePercent	shell.c	/^static int substitutePercent(char *outStr, char *inStr, char *subsStr,$/;"	file:
substringMS	macro.c	/^static int substringMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
subtract	interpret.c	/^static int subtract()$/;"	file:
symTypes	interpret.h	/^enum symTypes {CONST_SYM, GLOBAL_SYM, LOCAL_SYM, ARG_SYM, PROC_VALUE_SYM,$/
tPrintMS	macro.c	/^static int tPrintMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
tabDistMV	macro.c	/^static int tabDistMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
tabsCB	menu.c	/^static void tabsCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
tabsCancelCB	preferences.c	/^static void tabsCancelCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
tabsDefCB	menu.c	/^static void tabsDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
tabsHelpCB	preferences.c	/^static void tabsHelpCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
tabsOKCB	preferences.c	/^static void tabsOKCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
tag	tags.c	/^} tag;$/;"	file:
textBuffer	textBuf.h	/^} textBuffer;$/
textCAutoIndent	text.h	88
textCAutoShowInsertPos	text.h	62
textCAutoWrap	text.h	82
textCAutoWrapPastedText	text.h	64
textCBlinkRate	text.h	68
textCColumns	text.h	40
textCContinuousWrap	text.h	84
textCCursorForeground	text.h	54
textCCursorMovementCallback	text.h	74
textCDragEndCallback	text.h	78
textCDragStartCallback	text.h	76
textCEmulateTabs	text.h	98
textCFocusCallback	text.h	70
textCFont	text.h	32
textCFontSet	text.h	35
textCHScrollBar	text.h	58
textCHeavyCursor	text.h	94
textCHighlightBackground	text.h	52
textCHighlightForeground	text.h	50
textCLosingFocusCallback	text.h	72
textCMarginHeight	text.h	44
textCMarginWidth	text.h	42
textCOverstrike	text.h	92
textCPendingDelete	text.h	56
textCReadOnly	text.h	96
textCRows	text.h	38
textCSelectBackground	text.h	48
textCSelectForeground	text.h	46
textCSmartIndent	text.h	90
textCSmartIndentCallback	text.h	80
textCVScrollBar	text.h	60
textCWordDelimiters	text.h	66
textCWrapMargin	text.h	86
textClassRec	text.c	/^TextClassRec textClassRec = {$/
textDisp	textDisp.h	/^} textDisp;$/
textNautoIndent	text.h	87
textNautoShowInsertPos	text.h	61
textNautoWrap	text.h	81
textNautoWrapPastedText	text.h	63
textNblinkRate	text.h	67
textNcolumns	text.h	39
textNcontinuousWrap	text.h	83
textNcursorForeground	text.h	53
textNcursorMovementCallback	text.h	73
textNdragEndCallback	text.h	77
textNdragStartCallback	text.h	75
textNemulateTabs	text.h	97
textNfocusCallback	text.h	69
textNfont	text.h	31
textNfontSet	text.h	34
textNhScrollBar	text.h	57
textNheavyCursor	text.h	93
textNhighlightBackground	text.h	51
textNhighlightForeground	text.h	49
textNlosingFocusCallback	text.h	71
textNmarginHeight	text.h	43
textNmarginWidth	text.h	41
textNoverstrike	text.h	91
textNpendingDelete	text.h	55
textNreadOnly	text.h	95
textNrows	text.h	37
textNselectBackground	text.h	47
textNselectForeground	text.h	45
textNsmartIndent	text.h	89
textNsmartIndentCallback	text.h	79
textNvScrollBar	text.h	59
textNwordDelimiters	text.h	65
textNwrapMargin	text.h	85
textWidgetClass	text.c	/^WidgetClass textWidgetClass = (WidgetClass)&textClassRec;$/
textWidth	textBuf.c	/^static int textWidth(char *text, int tabDist, char nullSubsChar)$/;"	file:
toggleOverstrikeAP	text.c	/^static void toggleOverstrikeAP(Widget w, XEvent *event, String *args,$/;"	file:
tooFewArgsErr	macro.c	/^static int tooFewArgsErr(char **errMsg)$/;"	file:
trackModifyRange	textDrag.c	/^static void trackModifyRange(int *rangeStart, int *modRangeEnd,$/;"	file:
trimUndoList	undo.c	/^static void trimUndoList(WindowInfo *window, int maxLength)$/;"	file:
truncateString	shell.c	/^static void truncateString(char *string, int length)$/;"	file:
typeTags	interpret.h	/^enum typeTags {NO_TAG, INT_TAG, STRING_TAG};$/
undoAP	menu.c	/^static void undoAP(Widget w, XEvent *event, String *args, Cardinal *nArgs) $/;"	file:
undoTypes	undo.h	/^enum undoTypes {UNDO_NOOP, ONE_CHAR_INSERT, ONE_CHAR_REPLACE, ONE_CHAR_DELETE,$/
unexpandTabs	textBuf.c	/^static char *unexpandTabs(char *text, int startIndent, int tabDist,$/;"	file:
unfinishedStyleCBProc	textDisp.h	/^typedef void (*unfinishedStyleCBProc)();$/
upCaseString	search.c	/^static void upCaseString(char *outString, char *inString)$/;"	file:
updateDialogFields	userCmds.c	/^static void updateDialogFields(menuItemRec *f, userCmdDialog *ucd)$/;"	file:
updateFonts	preferences.c	/^static void updateFonts(fontDialog *fd)$/;"	file:
updateHSList	highlightData.c	/^static int updateHSList(void)$/;"	file:
updateHScrollBarRange	textDisp.c	/^static int updateHScrollBarRange(textDisp *textD)$/;"	file:
updateHighlightStyleMenu	highlightData.c	/^static void updateHighlightStyleMenu(void)$/;"	file:
updateLMList	preferences.c	/^static int updateLMList(void)$/;"	file:
updateLabels	highlightData.c	/^static void updateLabels(void)$/;"	file:
updateLanguageModeSubmenu	preferences.c	/^static void updateLanguageModeSubmenu(WindowInfo *window)$/;"	file:
updateLineStarts	textDisp.c	/^static void updateLineStarts(textDisp *textD, int pos, int charsInserted,$/;"	file:
updateMenu	userCmds.c	/^static void updateMenu(WindowInfo *window, int menuType)$/;"	file:
updateMenus	userCmds.c	/^static void updateMenus(int menuType)$/;"	file:
updatePatternSet	highlightData.c	/^static int updatePatternSet(void)$/;"	file:
updatePrevOpenMenu	menu.c	/^static void updatePrevOpenMenu(WindowInfo *window)$/;"	file:
updateSelection	textBuf.c	/^static void updateSelection(selection *sel, int pos, int nDeleted,$/;"	file:
updateSelections	textBuf.c	/^static void updateSelections(textBuffer *buf, int pos, int nDeleted,$/;"	file:
updateSmartIndentCommonData	smartIndent.c	/^static int updateSmartIndentCommonData(void)$/;"	file:
updateSmartIndentData	smartIndent.c	/^static int updateSmartIndentData(void)$/;"	file:
updateVScrollBarRange	textDisp.c	/^static void updateVScrollBarRange(textDisp *textD)$/;"	file:
updateWindowHeight	highlight.c	/^static void updateWindowHeight(WindowInfo *window, int oldFontHeight)$/;"	file:
updateWindowMenu	menu.c	/^static void updateWindowMenu(WindowInfo *window)$/;"	file:
updateWindowSizeMenu	menu.c	/^static void updateWindowSizeMenu(WindowInfo *win)$/;"	file:
updateWindowSizeMenus	menu.c	/^static void updateWindowSizeMenus(void)$/;"	file:
useTabsMV	macro.c	/^static int useTabsMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
userCmdDialog	userCmds.c	/^} userCmdDialog;$/;"	file:
vScrollCB	textDisp.c	/^static void vScrollCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
visLineLength	textDisp.c	/^static int visLineLength(textDisp *textD, int visLineNum)$/;"	file:
visibilityEH	textDisp.c	/^static void visibilityEH(Widget w, XtPointer data, XEvent *event,$/;"	file:
whiteSpaceAtPos	text.c	/^static int whiteSpaceAtPos(textBuffer *buf, int pos)$/;"	file:
windowHighlightData	highlight.c	/^} windowHighlightData;$/;"	file:
windowMenuCB	menu.c	/^static void windowMenuCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
windowSmartIndentData	smartIndent.c	/^} windowSmartIndentData;$/;"	file:
wmSizeUpdateProc	window.c	/^static void wmSizeUpdateProc(XtPointer clientData, XtIntervalId *id)$/;"	file:
wrapCancelCB	preferences.c	/^static void wrapCancelCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
wrapLine	text.c	/^static int wrapLine(TextWidget tw, textBuffer *buf, int bufOffset,$/;"	file:
wrapMarginCB	menu.c	/^static void wrapMarginCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
wrapMarginDefCB	menu.c	/^static void wrapMarginDefCB(Widget w, WindowInfo *window, caddr_t callData)$/;"	file:
wrapMarginMV	macro.c	/^static int wrapMarginMV(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
wrapOKCB	preferences.c	/^static void wrapOKCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
wrapStyle	nedit.h	/^enum wrapStyle {NO_WRAP, NEWLINE_WRAP, CONTINUOUS_WRAP};$/
wrapText	text.c	/^static char *wrapText(TextWidget tw, char *startLine, char *text, int bufOffset,$/;"	file:
wrapUsesCharacter	textDisp.c	/^static int wrapUsesCharacter(textDisp *textD, int lineEndPos)$/;"	file:
wrapWindowCB	preferences.c	/^static void wrapWindowCB(Widget w, XtPointer clientData, XtPointer callData)$/;"	file:
wrappedLineCounter	textDisp.c	/^static void wrappedLineCounter(textDisp *textD, textBuffer *buf, int startPos,$/;"	file:
writeBckVersion	file.c	/^static int writeBckVersion(WindowInfo *window)$/;"	file:
writeFileMS	macro.c	/^static int writeFileMS(WindowInfo *window, DataValue *argList, int nArgs,$/;"	file:
writeLanguageModesString	preferences.c	/^static char *writeLanguageModesString(void)$/;"	file:
writeMenuItemString	userCmds.c	/^static char *writeMenuItemString(menuItemRec **menuItems, int nItems,$/;"	file:
writeOrAppendFile	macro.c	/^static int writeOrAppendFile(int append, WindowInfo *window,$/;"	file:
wrongNArgsErr	macro.c	/^static int wrongNArgsErr(char **errMsg)$/;"	file:
xyToPos	textDisp.c	/^static int xyToPos(textDisp *textD, int x, int y, int posType)$/;"	file:
xyToUnconstrainedPos	textDisp.c	/^static void xyToUnconstrainedPos(textDisp *textD, int x, int y, int *row,$/;"	file:
