Searched refs:buffer_and_nest (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | macro.h | 73 extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
|
H A D | macro.c | 150 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function 518 if (! buffer_and_nest ("MACRO", "ENDM", ¯o->sub, get_line)) in define_macro() 1109 if (! buffer_and_nest (mn, "ENDR", &sub, get_line)) in expand_irp()
|
H A D | read.c | 2614 if (!buffer_and_nest (start, end, &one, get_line_sb)) in do_repeat()
|
H A D | ChangeLog-9899 | 113 * macro.c (buffer_and_nest): Do not check beyond the end of the 118 * macro.c (buffer_and_nest): Look for seperator after TO and
|
H A D | ChangeLog-9295 | 1518 (buffer_and_nest): Treat MRI mode like alternate syntax mode. 1550 (buffer_and_nest): Make parameters from and to into const 2489 * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitive
|
H A D | ChangeLog-0203 | 2561 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
|
H A D | ChangeLog-0001 | 1212 (buffer_and_nest): Use ISALNUM instead of isalnum.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | macro.h | 86 extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
|
H A D | macro.c | 163 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function 670 if (! buffer_and_nest ("MACRO", "ENDM", ¯o->sub, get_line)) in define_macro() 1337 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
|
H A D | ChangeLog-2005 | 398 * macro.c (buffer_and_nest): Skip labels regardless of 2823 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard 4060 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything 4064 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
|
H A D | read.c | 2728 if (!buffer_and_nest (start, end, &one, get_line_sb)) in do_repeat()
|
H A D | ChangeLog-9899 | 113 * macro.c (buffer_and_nest): Do not check beyond the end of the 118 * macro.c (buffer_and_nest): Look for seperator after TO and
|
H A D | ChangeLog-9295 | 1518 (buffer_and_nest): Treat MRI mode like alternate syntax mode. 1550 (buffer_and_nest): Make parameters from and to into const 2489 * gasp.c (do_print, do_form, buffer_and_nest): Use case insensitive
|
H A D | ChangeLog-0203 | 2561 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
|
H A D | ChangeLog-0001 | 1212 (buffer_and_nest): Use ISALNUM instead of isalnum.
|