Home
last modified time | relevance | path

Searched refs:check_macro (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/contrib/mm/
H A Dmmroff.pl19 my $check_macro = "groff -rRef=1 -z -mm @ARGV";
23 open(MACRO, "$check_macro 2>&1 |") || die "run $check_macro:$!";
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.h89 extern int check_macro (const char *, sb *, const char **, macro_entry **);
H A Dmacro.c1239 check_macro (const char *line, sb *expand, in check_macro() function
H A Dread.c656 if (check_macro (line, &out, &err, &macro)) in try_macro()
H A DChangeLog-00011207 (check_macro): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead
7002 * gasp.c (macro_op): Add new argument to check_macro call.
7012 * macro.c (check_macro): Allow caller to retrieve parsed macro
7015 * macro.h: Update prototype for check_macro. Macro struct
7017 * read.c (read_a_source_file): Add parameter to check_macro call,
H A DChangeLog-20052793 (check_macro): Likewise.
H A DChangeLog-98994253 * macro.c (define_macro, check_macro): Likewise.
H A DChangeLog-20202461 (check_macro): Likewise.
H A DChangeLog-20163682 * macro.c (check_macro): Likewise.
H A DChangeLog-9697969 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
H A DChangeLog-92951110 * macro.c (check_macro): Cast result of hash_find.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.h182 extern int check_macro (const char *, sb *, const char **, macro_entry **);
H A Dmacro.c1277 check_macro (const char *line, sb *expand, in check_macro() function
H A Dread.c634 if (check_macro (line, &out, &err, &macro)) in try_macro()
H A DChangeLog-00011207 (check_macro): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead
7002 * gasp.c (macro_op): Add new argument to check_macro call.
7012 * macro.c (check_macro): Allow caller to retrieve parsed macro
7015 * macro.h: Update prototype for check_macro. Macro struct
7017 * read.c (read_a_source_file): Add parameter to check_macro call,
H A DChangeLog-20052793 (check_macro): Likewise.
H A DChangeLog-98994253 * macro.c (define_macro, check_macro): Likewise.
H A DChangeLog-20163682 * macro.c (check_macro): Likewise.
H A DChangeLog-20202461 (check_macro): Likewise.
H A DChangeLog-9697969 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.
H A DChangeLog-92951110 * macro.c (check_macro): Cast result of hash_find.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git114049 (sub_actual, macro_expand, check_macro): Use str_hash_find.