ADD_TO_LIST	util.c	/^#define	ADD_TO_LIST(root, new, type)		\\$/
ALLOC	rc.h	/^#define ALLOC(n, t) NALLOC((n), sizeof(t), t *)$/
BUFF_STRUCT	buffer.h	/^#define BUFF_STRUCT(b, v, t) (b) = buff_alloc(size/
CALLOC	rc.h	/^#define CALLOC(n, c, t) NALLOC((n), (c) * sizeof(t/
CERROR	rc.h	/^#define CERROR(x) doerror x$/
COUTPUT	rc.h	/^#define COUTPUT(x) dooutput x$/
FATAL	rc.h	/^#define FATAL(x) dofatal x$/
FBEGIN	lex.yy.c	/^#define FBEGIN(p) FBEGINX(p, KEYWORD)$/
FBEGINX	lex.yy.c	/^#define FBEGINX(p,q) BEGIN(FSTATE(p,q))$/
FSTATE	lex.yy.c	/^#define FSTATE(p,q) (inIf ? q : p)$/
IBEGIN	lex.yy.c	/^#define IBEGIN(p) IBEGINX(p, INCLUDEEXCLUDE)$/
IBEGINX	lex.yy.c	/^#define IBEGINX(p,q) BEGIN(ISTATE(p,q))$/
IPBEGIN	lex.yy.c	/^#define IPBEGIN(p) IPBEGINX(p, PREPROCESSOREXCLUDE/
IPBEGINX	lex.yy.c	/^#define IPBEGINX(p,pp,i,f) BEGIN(IPSTATE(p,pp,i,f)/
IPSTANDARDSTATE	lex.yy.c	/^#define IPSTANDARDSTATE(p) IPSTATE(p, PREPROCESSOR/
IPSTATE	lex.yy.c	/^#define IPSTATE(p,pp,i,f) FSTATE(PSTATE(ISTATE(p,i/
ISTATE	lex.yy.c	/^#define ISTATE(p,q) (include_yes ? q : p)$/
IS_RESID	buffer.c	/^#define IS_RESID(x) (((unsigned long)(x) & 0xFFFF0/
LOG	rc.h	/^#define LOG(x) dolog x$/
Mcmdline	cmdline.c	/^int main(int argc, char **argv)$/
NALLOC	rc.h	/^#define NALLOC(n, s, t) (n) = (t)get_mem(s)$/
PBEGIN	lex.yy.c	/^#define PBEGIN(p) PBEGINX(p, PREPROCESSOREXCLUDE)$/
PBEGINX	lex.yy.c	/^#define PBEGINX(p,q) BEGIN(PSTATE(p,q))$/
PSTATE	lex.yy.c	/^#define PSTATE(p,q) (ifYes ? p : q)$/
S	resources.c	/^#define S(x) strp s = str_dup(x)$/
VPRINT	rc.h	/^#define VPRINT(x) dovprint x$/
WARNING	rc.h	/^#define WARNING(x) dowarning x$/
YYPRINT	rc.y.tab.c	/^#define YYPRINT(file,type,val) if ((type == LONGIN/
YY_AT_BOL	lex.yy.c	/^#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)/
YY_FATAL_ERROR	lex.yy.c	/^#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )$/
YY_INPUT	lex.yy.c	/^#define YY_INPUT(buf,result,max_size) \\$/
YY_PROTO	lex.yy.c	/^#define YY_PROTO(proto) proto$/
YY_SC_TO_UI	lex.yy.c	/^#define YY_SC_TO_UI(c) ((unsigned int) (unsigned c/
YY_STATE_EOF	lex.yy.c	/^#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + st/
ZZBACKUP	rc.z.tab.c	/^#define ZZBACKUP(token, value) \\$/
ZZRECOVERING	rc.z.tab.c	/^#define ZZRECOVERING()  (!!zzerrstatus)$/
ZZTRANSLATE	rc.z.tab.c	/^#define ZZTRANSLATE(x) ((unsigned)(x) <= 261 ? zzt/
__zz_bcopy	rc.z.tab.c	/^#define __zz_bcopy(FROM,TO,COUNT)	__builtin_memcpy/
add_common_resource	resources.c	/^void add_common_resource(resp r)$/
add_include	lex.yy.c	/^void add_include(void)$/
add_lines	lex.yy.c	/^int add_lines(char *s)$/
add_resource	resources.c	/^void add_resource(const char *res_name, int flags,/
add_table_string	resources.c	/^void add_table_string(int id, char *string)$/
add_to_include_path	cmdline.c	/^void add_to_include_path(char *str)$/
alignval	resources.c	/^int alignval(char *str)$/
append_accel	resources.c	/^buffp append_accel(buffp b, buffp append)$/
append_control	resources.c	/^buffp append_control(buffp b, buffp append)$/
append_menu_node	resources.c	/^buffp append_menu_node(buffp b, buffp append)$/
asciiz_to_pascal	util.c	/^asciiz_to_pascal(char *str)$/
at_end_of_file	cmdline.c	/^void at_end_of_file(void) { }$/
at_start_of_file	cmdline.c	/^void at_start_of_file(void) { }$/
at_start_of_macro	cmdline.c	/^void at_start_of_macro(void) { }$/
bit_to_rgb	util.c	/^bit_to_rgb(WORD bitcount)$/
buff_alloc	buffer.c	/^buffp buff_alloc(unsigned size)$/
buff_append_byte	buffer.c	/^buffp buff_append_byte(buffp b, char c)$/
buff_cat	buffer.c	/^buffp buff_cat(buffp b1, buffp b2)$/
buff_dup	buffer.c	/^buffp buff_dup(buffp b1)$/
buff_free	buffer.c	/^void buff_free(buffp b)$/
buff_ind	buffer.c	/^void *buff_ind(buffp b)$/
buff_load	cmdline.c	/^buffp buff_load(char *filename, int lookHere)$/
buff_realloc	buffer.c	/^buffp buff_realloc(buffp b, unsigned size)$/
buff_unind	buffer.c	/^buffp buff_unind(void *p, unsigned size)$/
clean_defines	define.c	/^void clean_defines(void)$/
cleanup_resources	cleanup.c	/^void cleanup_resources(void)$/
create_checkbox_control	resources.c	/^buffp create_checkbox_control(char *name, int id, /
create_combobox_control	resources.c	/^buffp create_combobox_control(int id, struct dimva/
create_ctext_control	resources.c	/^buffp create_ctext_control(char *name, int id, str/
create_define	define.c	/^DEFINESTRUCT *create_define(char *key)$/
create_defpushbutton_control	resources.c	/^buffp create_defpushbutton_control(char *name, int/
create_edit_control	resources.c	/^buffp create_edit_control(int id, struct dimvals d/
create_generic_control	resources.c	/^buffp create_generic_control(char *name, int id, c/
create_groupbox_control	resources.c	/^buffp create_groupbox_control(char *name, int id, /
create_icon_control	resources.c	/^buffp create_icon_control(char *name, int id, stru/
create_listbox_control	resources.c	/^buffp create_listbox_control(int id, struct dimval/
create_ltext_control	resources.c	/^buffp create_ltext_control(char *name, int id, str/
create_menu_item	resources.c	/^buffp create_menu_item(char *name, int id, int fla/
create_menu_popup	resources.c	/^buffp create_menu_popup(strp name, buffp popup, in/
create_menu_separator	resources.c	/^buffp create_menu_separator(void)$/
create_pushbutton_control	resources.c	/^buffp create_pushbutton_control(char *name, int id/
create_radiobutton_control	resources.c	/^buffp create_radiobutton_control(char *name, int i/
create_rtext_control	resources.c	/^buffp create_rtext_control(char *name, int id, str/
create_scrollbar_control	resources.c	/^buffp create_scrollbar_control(int id, struct dimv/
current_file	lex.yy.c	/^char *current_file(void)$/
current_line	lex.yy.c	/^int current_line(void)$/
cusage	cmdline.c	/^void cusage(char *str, ...)$/
define_define	define.c	/^void define_define(char *key, char *value)$/
delete_define	define.c	/^void delete_define(DEFINESTRUCT *pDefine)$/
do_option	cmdline.c	/^void do_option(char opt, char *arg)$/
do_print	printres.c	/^do_print(MENU_NODE *root)$/
doerror	cmdline.c	/^void doerror(char *str, ...)$/
dofatal	cmdline.c	/^void dofatal(char *str, ...)$/
dolog	cmdline.c	/^void dolog(char *str, ...)$/
dooutput	cmdline.c	/^void dooutput(char *str, ...)$/
dovprint	cmdline.c	/^void dovprint(char *str, ...)$/
dowarning	cmdline.c	/^void dowarning(char *str, ...)$/
exitfunc	cmdline.c	/^void exitfunc(void)$/
extra_lines	lex.yy.c	/^int extra_lines(void)$/
find_string_segment	resources.c	/^STRING_DATA *find_string_segment(int id)$/
free_accel_res	cleanup.c	/^void free_accel_res(NAMEINFO *info)$/
free_binary_res	cleanup.c	/^void free_binary_res(NAMEINFO *info)$/
free_bitmap_res	cleanup.c	/^void free_bitmap_res(NAMEINFO *info)$/
free_control_list	cleanup.c	/^void free_control_list(CONTROL_NODE *node)$/
free_cursor_res	cleanup.c	/^void free_cursor_res(NAMEINFO *info)$/
free_dialog_res	cleanup.c	/^void free_dialog_res(NAMEINFO *info)$/
free_group_cursor_res	cleanup.c	/^void free_group_cursor_res(NAMEINFO *info)$/
free_group_icon_res	cleanup.c	/^void free_group_icon_res(NAMEINFO *info)$/
free_icon_res	cleanup.c	/^void free_icon_res(NAMEINFO *info)$/
free_mem	cmdline.c	/^void free_mem(void *p)$/
free_menu_list	cleanup.c	/^void free_menu_list(MENU_NODE *node)$/
free_menu_res	cleanup.c	/^void free_menu_res(NAMEINFO *info)$/
free_res_type	cleanup.c	/^void free_res_type(TYPEINFO *type_ptr)$/
free_string_res	cleanup.c	/^void free_string_res(NAMEINFO *info)$/
free_typed_resources	cleanup.c	/^void free_typed_resources(TYPEINFO *type_ptr, void/
get_bmp_info_header	util.c	/^get_bmp_info_header(BITMAPINFOHEADER *bmp_info_hea/
get_child	util.c	/^get_child(MENU_NODE **root)$/
get_dword	util.c	/^get_dword(BYTE *ptr)$/
get_ext	lex.yy.c	/^void *get_ext(void)$/
get_mem	cmdline.c	/^void *get_mem(unsigned size)$/
get_nameinfo	resources.c	/^get_nameinfo(char *type_name)$/
get_options	cmdline.c	/^char *get_options(int argc, char **argv)$/
get_word	util.c	/^get_word(BYTE *ptr)$/
hex2dec	lex.yy.c	/^int hex2dec(char *hex)$/
icompile	rc.c	/^void icompile(void)$/
if	lex.yy.c	/^			if ( b->yy_is_our_buffer )$/
include_file	lex.yy.c	/^void include_file(char *filename, int lookHere)$/
include_init	lex.yy.c	/^void include_init(void)$/
include_init_string	lex.yy.c	/^void include_init_string(char *str)$/
include_string	lex.yy.c	/^void include_string(char *string)$/
incr_res_count	util.c	/^incr_res_count(char *typename, NAMEINFO_NODE *info/
init_resource_table	rc.c	/^void init_resource_table(void)$/
internal_find_define	define.c	/^DEFINESTRUCT **internal_find_define(char *key, DEF/
istrcmp	util.c	/^int istrcmp(const char *str1, const char *str2)$/
less_if_stack	lex.yy.c	/^int less_if_stack(void)$/
load_file	cmdline.c	/^char *load_file(char *filename, int lookHere)$/
make_accel_i	resources.c	/^buffp make_accel_i(int accel, int id, int flags)$/
make_accel_s	resources.c	/^buffp make_accel_s(char *accel, int id, int flags)/
make_accelerator_resource	resources.c	/^resp make_accelerator_resource(buffp b)$/
make_binary_resource	resources.c	/^resp make_binary_resource(buffp b)$/
make_bitmap_resource	resources.c	/^resp make_bitmap_resource(buffp b)$/
make_control	resources.c	/^buffp make_control(char *name, int id, char *class/
make_cursor_resource	resources.c	/^resp make_cursor_resource(buffp b)$/
make_dialog	resources.c	/^buffp make_dialog(struct dimvals dims)$/
make_dialog_resource	resources.c	/^resp make_dialog_resource(buffp b)$/
make_icon_resource	resources.c	/^resp make_icon_resource(buffp b)$/
make_menu_resource	resources.c	/^resp make_menu_resource(buffp b)$/
makeintresource	resources.c	/^const char *makeintresource(int id)$/
match_define	define.c	/^char *match_define(char *key)$/
menu_checked	resources.c	/^unsigned menu_checked(void) { return MF_CHECKED; }/
menu_grayed	resources.c	/^unsigned menu_grayed(void) { return MF_GRAYED; }$/
menu_help	resources.c	/^unsigned menu_help(void) { return MF_HELP; }$/
menu_inactive	resources.c	/^unsigned menu_inactive(void) { return MF_DISABLED;/
more_if_stack	lex.yy.c	/^int more_if_stack(void)$/
next_line	lex.yy.c	/^int next_line(void)$/
null_func	printres.c	/^void null_func()$/
open_files	cmdline.c	/^void open_files(void)$/
open_include	cmdline.c	/^FILE *open_include(char *filename, int lookHere)$/
open_include_path	cmdline.c	/^FILE *open_include_path(char *filename)$/
pack_rcdata	resources.c	/^buffp pack_rcdata(struct binflagvals f, struct use/
pascal_to_asciiz	util.c	/^pascal_to_asciiz(char *str)$/
print_accel_res	printres.c	/^void print_accel_res(int i, NAMEINFO *info)$/
print_asciiz_string	printres.c	/^print_asciiz_string(char *str)$/
print_bitmap_res	printres.c	/^void print_bitmap_res(int i, NAMEINFO *info)$/
print_bits	printres.c	/^print_bits(char *title, int id, BYTE *ptr, int cou/
print_bmp_hdr	printres.c	/^print_bmp_hdr(char *title, int id, BITMAPINFOHEADE/
print_control_data	printres.c	/^print_control_data(CONTROL_NODE *node, int id, int/
print_cursor_res	printres.c	/^void print_cursor_res(int i, NAMEINFO *info)$/
print_dialog_res	printres.c	/^void print_dialog_res(int i, NAMEINFO *info)$/
print_font_res	printres.c	/^void print_font_res(int i, NAMEINFO *info)$/
print_fontdir_res	printres.c	/^void print_fontdir_res(int i, NAMEINFO *info)$/
print_func	printres.c	/^void print_func(TYPEINFO *type_ptr)$/
print_group_cursor_res	printres.c	/^void print_group_cursor_res(int i, NAMEINFO *info)/
print_group_icon_res	printres.c	/^void print_group_icon_res(int i, NAMEINFO *info)$/
print_icon_res	printres.c	/^void print_icon_res(int i, NAMEINFO *info)$/
print_last_entry	printres.c	/^print_last_entry(int num)$/
print_menu_list	printres.c	/^print_menu_list(MENU_NODE *node)$/
print_menu_name	printres.c	/^void print_menu_name(int i, NAMEINFO *info, char */
print_menu_res	printres.c	/^void print_menu_res(int i, NAMEINFO *info)$/
print_name	printres.c	/^void print_name(int i, NAMEINFO *info, char *title/
print_num_or_str	printres.c	/^print_num_or_str(char *str)$/
print_rcdata_res	printres.c	/^void print_rcdata_res(int i, NAMEINFO *info)$/
print_resources	printres.c	/^void print_resources(void)$/
print_rgb_quad	printres.c	/^print_rgb_quad(char *title, int id, RGBQUAD *ptr, /
print_str_bits	printres.c	/^print_str_bits(char *title, WORD id, BYTE *ptr, WO/
print_string_res	printres.c	/^void print_string_res(int i, NAMEINFO *info)$/
print_typed_resources	printres.c	/^void print_typed_resources(TYPEINFO *type_ptr, enu/
print_user_res	printres.c	/^void print_user_res(int i, NAMEINFO *info)$/
res_free	buffer.c	/^void res_free(resp r)$/
res_new	buffer.c	/^resp res_new(void)$/
reset_if_yes	lex.yy.c	/^int reset_if_yes(void)$/
resource_type_name	resources.c	/^strp resource_type_name(const char *type)$/
search_namelist_type	util.c	/^search_namelist_type(WORD res_type)$/
set_dialog_caption	resources.c	/^buffp set_dialog_caption(buffp b, char *caption)$/
set_dialog_class	resources.c	/^buffp set_dialog_class(buffp b, char *dlgclass)$/
set_dialog_controls	resources.c	/^buffp set_dialog_controls(buffp b, buffp controls)/
set_dialog_font	resources.c	/^buffp set_dialog_font(buffp b, char *fontname, int/
set_dialog_menu	resources.c	/^buffp set_dialog_menu(buffp b, const char *menuid)/
set_dialog_style	resources.c	/^buffp set_dialog_style(buffp b, int style)$/
set_ext	lex.yy.c	/^void *set_ext(void *v)$/
set_menu_last	resources.c	/^buffp set_menu_last(buffp b)$/
set_position	rc.y.tab.c	/^void set_position(int first_line, int last_line, i/
set_string_flags	resources.c	/^void set_string_flags(int flags)$/
str_alloc	buffer.c	/^strp str_alloc(unsigned size)$/
str_dup	buffer.c	/^strp str_dup(const char *s1)$/
str_free	buffer.c	/^void str_free(strp s)$/
switch	lex.yy.c	/^			switch ( yy_get_next_buffer() )$/
type_resource	resources.c	/^resp type_resource(resp r, const char *type)$/
type_resource_rcdata	resources.c	/^resp type_resource_rcdata(resp r)$/
undefine_define	define.c	/^void undefine_define(char *key)$/
unput	lex.yy.c	/^#define unput(c) yyunput( c, yytext_ptr )$/
update_info	cmdline.c	/^void update_info(void)$/
urb_binary	resources.c	/^struct userresbuffer *urb_binary(buffp b)$/
urb_cat	resources.c	/^struct userresbuffer *urb_cat(struct userresbuffer/
urb_long	resources.c	/^struct userresbuffer *urb_long(unsigned long i)$/
urb_short	resources.c	/^struct userresbuffer *urb_short(unsigned long i)$/
urb_string	resources.c	/^struct userresbuffer *urb_string(char *str)$/
usage	cmdline.c	/^void usage(void)$/
yy_set_bol	lex.yy.c	/^#define yy_set_bol(at_bol) \\$/
yy_set_interactive	lex.yy.c	/^#define yy_set_interactive(is_interactive) \\$/
yyerror	rc.y.tab.c	/^int yyerror(char *str)$/
yyless	lex.yy.c	/^#define yyless(n) \\$/
yymore	lex.yy.c	/^#define yymore() yymore_used_but_not_detected$/
yyparse	rc.y.tab.c	/^yyparse()$/
yyterminate	lex.yy.c	/^#define yyterminate() return YY_NULL$/
yywrap	lex.yy.c	/^int yywrap(void)$/
zzerror	rc.z.tab.c	/^int zzerror(char *str)$/
zzparse	rc.z.tab.c	/^zzparse()$/
