/src/tests/usr.bin/indent/ |
lsym_lparen_or_lbracket.c | 44 #define macro(arg) ((arg) + 1) macro
|
/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/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 in typeref:typename:void [all...] |
/src/bin/ksh/ |
c_ksh.c | 1403 int rv = 0, macro = 0, list = 0; local in function:c_bind 1413 macro = 1; 1427 if (x_bind(*wp, cp, macro, 0))
|
vi.c | 188 unsigned char *buf; /* pointer to macro(s) being expanded */ 191 static struct macro_state macro; variable in typeref:struct:macro_state 207 if (macro.p) { 208 c = *macro.p++; 209 /* end of current macro? */ 212 if (*macro.p++) 719 /* Don't save state in middle of macro.. */ 720 if (is_undoable(*cmd) && !macro.p) { 748 if ((p = (char *) macro.p)) 752 /* insert alias into macro buffer * [all...] |
/src/usr.bin/deroff/ |
deroff.c | 82 * -mm (or -ms) causes the corresponding macro's to be interpreted 85 * Deroff follows .so and .nx commands, removes contents of macro 89 * All input is through the Cget macro; 161 * Macro processing 163 * Macro table definitions 165 typedef int pacmac; /* compressed macro name */ 185 * Macro table initialization 191 * the macro name 195 #define NOMAC 2 /* no macro */ 196 #define MAC 3 /* macro */ 510 macro(void) function in typeref:typename:void [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_init.c | 405 #define init_macro_index_table(b) init_table_((b), 0x02, "macro index table") 406 #define init_macro_table(b) init_table_((b), 0x04, "macro table") 1735 u8 macro = nvbios_rd08(bios, init->offset + 1); local in function:init_macro 1738 trace("MACRO\t0x%02x\n", macro); 1742 u32 addr = nvbios_rd32(bios, table + (macro * 8) + 0); 1743 u32 data = nvbios_rd32(bios, table + (macro * 8) + 4);
|