Home
last modified time | relevance | path

Searched refs:define_macro (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/
H A Dmacro.h88 extern const char *define_macro
H A Dmacro.c614 define_macro (int idx, sb *in, sb *label, in define_macro() function
H A Dread.c2516 err = define_macro (0, &s, &label, get_line_sb, file, line, &name); in s_macro()
2520 err = define_macro (0, &s, NULL, get_line_sb, file, line, &name); in s_macro()
H A DChangeLog-96971179 * macro.c (define_macro): Make sure the index is in range before
3733 * macro.c (define_macro): Add namep parameter. Change all
3735 * macro.h (define_macro): Update declaration.
H A DChangeLog-98994253 * macro.c (define_macro, check_macro): Likewise.
H A DChangeLog-00011214 (define_macro): Use ISUPPER/TOLOWER instead of isupper/tolower.
H A DChangeLog-9295742 (define_macro): Skip a comma after the macro name.
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dsnmpd.h343 int define_macro(const char *name, const char *value);
H A Dconfig.c1362 define_macro(const char *name, const char *value) in define_macro() function
H A Dmain.c1448 err = define_macro(arg, ""); in do_macro()
1451 err = define_macro(arg, eq); in do_macro()