Home
last modified time | relevance | path

Searched refs:buffer_and_nest (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/
H A Dmacro.h73 extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
H A Dmacro.c150 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function
518 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line)) in define_macro()
1109 if (! buffer_and_nest (mn, "ENDR", &sub, get_line)) in expand_irp()
H A Dread.c2614 if (!buffer_and_nest (start, end, &one, get_line_sb)) in do_repeat()
H A DChangeLog-9899113 * 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 DChangeLog-92951518 (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 DChangeLog-02032561 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
H A DChangeLog-00011212 (buffer_and_nest): Use ISALNUM instead of isalnum.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dmacro.h86 extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
H A Dmacro.c163 buffer_and_nest (const char *from, const char *to, sb *ptr, in buffer_and_nest() function
670 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line)) in define_macro()
1337 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
H A DChangeLog-2005398 * 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 Dread.c2728 if (!buffer_and_nest (start, end, &one, get_line_sb)) in do_repeat()
H A DChangeLog-9899113 * 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 DChangeLog-92951518 (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 DChangeLog-02032561 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
H A DChangeLog-00011212 (buffer_and_nest): Use ISALNUM instead of isalnum.