| /src/external/gpl2/groff/dist/src/roff/troff/ |
| request.h | 26 class macro; 32 virtual macro *to_macro(); 49 class macro : public request_or_macro { class in inherits:request_or_macro 57 macro(); 58 ~macro(); 59 macro(const macro &); 60 macro(int); 61 macro &operator=(const macro &) [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| dwz.h | 49 struct dwarf2_section_info macro {}; struct in struct:dwz_file
|
| sect-names.h | 57 struct dwarf2_section_names macro; member in struct:dwarf2_debug_sections
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| dwz.h | 48 struct dwarf2_section_info macro {}; struct in struct:dwz_file
|
| sect-names.h | 57 struct dwarf2_section_names macro; member in struct:dwarf2_debug_sections
|
| /src/tests/usr.bin/indent/ |
| lsym_lparen_or_lbracket.c | 44 #define macro(arg) ((arg) + 1) macro
|
| /src/external/gpl3/binutils/usr.bin/gas/ |
| Makefile | 21 COPTS.macro.c = -Wno-stack-protector
|
| /src/external/gpl3/binutils.old/usr.bin/gas/ |
| Makefile | 21 COPTS.macro.c = -Wno-stack-protector
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| gen-model.c | 71 insn *macro; local 79 for(macro = model_macros; macro; macro = macro->next) { 80 model_c_or_h_data(table, file, macro->file_entry);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| gen-model.c | 71 insn *macro; local 79 for(macro = model_macros; macro; macro = macro->next) { 80 model_c_or_h_data(table, file, macro->file_entry);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| macro.c | 0 /* macro.c -- keyboard macros for readline. */ 60 /* The currently executing macro string. If this is non-zero, 67 /* The current macro string being built. Characters get stuffed 77 /* A structure used to save nested macro strings. 78 It is a linked list of string/index for each saved macro. */ 97 _rl_errmsg ("maximum macro execution nesting level exceeded"); 111 /* Return the next character available from a macro, or 0 if 112 there are no macro characters. */ 164 /* Save the currently executing macro on a stack of saved macros. */ 180 /* Discard the current macro, replacing it with the on 185 struct saved_macro *macro; local [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| macro.c | 0 /* macro.c -- keyboard macros for readline. */ 60 /* The currently executing macro string. If this is non-zero, 67 /* The current macro string being built. Characters get stuffed 77 /* A structure used to save nested macro strings. 78 It is a linked list of string/index for each saved macro. */ 97 _rl_errmsg ("maximum macro execution nesting level exceeded"); 111 /* Return the next character available from a macro, or 0 if 112 there are no macro characters. */ 164 /* Save the currently executing macro on a stack of saved macros. */ 180 /* Discard the current macro, replacing it with the on 185 struct saved_macro *macro; local [all...] |
| /src/lib/libedit/ |
| read.c | 62 wchar_t **macro; member in struct:macros 92 if ((ma->macro = el_calloc(EL_MAXMACRO, sizeof(*ma->macro))) == NULL) 113 el_free(el->el_read->macros.macro); 114 el->el_read->macros.macro = NULL; 206 * Push a macro 215 if ((ma->macro[ma->level] = wcsdup(str)) != NULL) 354 * Pop a macro from the stack 361 el_free(ma->macro[0]); 363 ma->macro[i] = ma->macro[i + 1] [all...] |
| /src/external/bsd/mdocml/dist/ |
| dba.c | 67 struct ohash *macro; local 74 macro = mandoc_malloc(sizeof(*macro)); 75 mandoc_ohash_init(macro, 4, 77 dba_array_set(dba->macros, im, macro); 86 struct ohash *macro; local 90 dba_array_FOREACH(dba->macros, macro) { 91 for (entry = ohash_first(macro, &slot); entry != NULL; 92 entry = ohash_next(macro, &slot)) { 96 ohash_delete(macro); 406 struct ohash *macro; local [all...] |
| dbm.c | 44 struct macro { struct 66 static struct macro *macros[MACRO_MAX]; 112 warnx("dbm_open(%s): Invalid offset of macro %d", 117 macros[im] = (struct macro *)__UNCONST(++ep); 374 /* Find the next matching macro value. */ 407 static struct dbm_macro macro; local 413 macro.value = dbm_get(macros[im][iv].value); 414 macro.pp = dbm_get(macros[im][iv].pages); 415 return ¯o; 419 * Filtered iteration over macro entries [all...] |
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| table.h | 54 string macro; member in struct:entry_modifier
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr-arch.h | 97 /* Architecture id to built-in define __AVR_ARCH__ (NULL -> no macro) */ 98 const char *const macro; member in struct:__anon13280 118 /* Must lie outside user's namespace. NULL == no macro. */ 119 const char *const macro; member in struct:__anon13281 167 macro __AVR_HAVE_JMP_CALL__ accordingly. This macro is used to 169 this macro to determine vector sizes. 186 __AVR_HAVE_FLMAP__ is a macro defined in device-specs and supposed to be 188 The macro is defined when all of the following conditions are met: 192 * The definition of the macro is independent of -m[no-]rodata-in-ram [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr-arch.h | 97 /* Architecture id to built-in define __AVR_ARCH__ (NULL -> no macro) */ 98 const char *const macro; member in struct:__anon15727 118 /* Must lie outside user's namespace. NULL == no macro. */ 119 const char *const macro; member in struct:__anon15728 167 macro __AVR_HAVE_JMP_CALL__ accordingly. This macro is used to 169 this macro to determine vector sizes. */
|
| /src/usr.bin/fgen/ |
| fgen.h | 42 #define MACRO 0x0000F00D 53 /* macro instruction as separate words */ 54 struct macro { struct 58 struct macro *l; 59 struct macro *r;
|
| /src/usr.bin/m4/ |
| main.c | 38 * Facility: m4 macro processor 168 static void macro(void); 183 "\t[-t macro] [-Uname] [file ...]\n", getprogname()); 220 { "warn-macro-sequence",optional_argument, 0, OPT_WARN_SEQUENCE }, 355 macro(); 366 macro(); 376 macro(); 390 macro(); 395 macro(); 452 * macro - the work horse. 455 macro(void) function [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| macro.c | 0 /* macro.c - macro support for gas 27 #include "macro.h" 29 /* The routines in this file handle macro definition and expansion. 32 /* The macro hash table. */ 44 /* Number of macro expansions that have been done. */ 57 /* Initialize macro processing. */ 211 line for macro-expanded listings. */ 219 Apply .linefile directives that appear within the macro, alongside 220 keeping them for later expansion of the macro. * 628 macro_entry *macro; local 1216 macro_entry *macro; local 1263 macro_entry *macro; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.c | 0 /* macro.c - macro support for gas 27 #include "macro.h" 29 /* The routines in this file handle macro definition and expansion. 43 /* The macro hash table. */ 55 /* Number of macro expansions that have been done. */ 68 /* Initialize macro processing. */ 220 line for macro-expanded listings. */ 228 Apply .linefile directives that appear within the macro, alongside 229 keeping them for later expansion of the macro. * 656 macro_entry *macro; local 1255 macro_entry *macro; local 1302 macro_entry *macro; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ppoutput.cc | 51 struct macro_queue *next; /* Next macro in the list. */ 52 char *macro; /* The name of the macro if not member in struct:macro_queue 441 macro expansion, then we have the opposite problem, where the token takes up 678 q->macro = xstrdup ((const char *) cpp_macro_definition (pfile, node)); 691 q->macro = xstrdup ((const char *) NODE_NAME (node)); 713 fputs (q->macro, print.outf); 719 free (oq->macro); 726 fprintf (print.outf, "#undef %s\n", q->macro); 730 free (oq->macro); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ppoutput.cc | 47 struct macro_queue *next; /* Next macro in the list. */ 48 char *macro; /* The name of the macro if not member in struct:macro_queue 636 q->macro = xstrdup ((const char *) cpp_macro_definition (pfile, node)); 649 q->macro = xstrdup ((const char *) NODE_NAME (node)); 671 fputs (q->macro, print.outf); 677 free (oq->macro); 684 fprintf (print.outf, "#undef %s\n", q->macro); 688 free (oq->macro);
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| loongarch.h | 104 | esc_ch // for MACRO. non-macro format must indicate 'bit_field' 129 /* MACRO: Indicate how a macro instruction expand for assembling. 131 'format') in 'macro' string to get the real instruction. 135 const char *const macro; member in struct:loongarch_opcode 182 extern int loongarch_check_macro (const char *format, const char *macro); 185 const char *format, const char *macro, const char *const arg_strs[], 190 const char *macro, const char *const arg_strs[],
|