Searched refs:find_macro (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dmacro.h43 int inhibited; /* Nonzero means make find_macro () fail. */
52 extern MACRO_DEF *find_macro (char *name);
H A Dmacro.c85 find_macro (char *name)
110 def = find_macro (name);
83 find_macro (char *name) function
H A Dmakeinfo.c2003 def = find_macro (command);
/freebsd-10.2-release/contrib/gcc/
H A Dread-rtl.c144 static int find_macro (struct macro_group *, const char *, FILE *);
1290 find_macro (struct macro_group *group, const char *name, FILE *infile)
1525 real_code = (enum rtx_code) find_macro (&codes, tmp_char, infile);
1543 mode = find_macro (&modes, tmp_char, infile);
1288 find_macro (struct macro_group *group, const char *name, FILE *infile) function

Completed in 94 milliseconds