/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newkey.c | 50 * Set a new key or a new macro. 54 * macro: if this is not a function key but a macro, 59 newkey(char *rcvchars, short keyval, bool macro) argument 86 if (macro) { 109 cur_term->funckeystarter[*str] |= (macro ? _MACRO : _KEY);
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | macro.cc | 27 * macro.cc 36 #include <mksh/macro.h> /* getvar(), expand_value() */ 59 register Property macro = get_prop(name->prop, macro_prop); local 68 if(macro != NULL) { 69 macro_apx->body.macro_appendix.value = macro->body.macro.value;
|
H A D | main.cc | 41 #include <mksh/macro.h> /* getvar() */ 167 * makeflags The Name "MAKEFLAGS", used to get macro 380 dmake_value2 = prop2->body.macro.value; 423 dmake_value2 = prop2->body.macro.value; 498 body.macro.exported = true; 501 body.macro.exported = false; 1002 gettext(" [ -q ][ -r ][ -s ][ -S ][ -t ][ -v ][ -V ][ target... ][ macro=value... ][ \"macro +=value\"... ]\n")); 1728 * empty_name The Name "", use as macro value 1732 * makeflags The Name "MAKEFLAGS", used to set macro valu 1756 register Property macro; local 2411 Property macro; local 2643 register Name macro; local 3045 append_or_replace_macro_in_dyn_array(ASCII_Dyn_Array *Ar, char *macro) argument [all...] |
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer6.c | 18 #define dsde (macro? "de" : "ds") 19 #define ifnl (macro? sep : ' ') 35 int nauth = 0, i, lastype = 0, cch, macro = 0, la; local 44 if (lastype && macro) 49 macro = 1; 53 macro = 0; 69 if (macro) 90 if (macro) 109 if (macro) 125 if (lastype && macro) [all...] |
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_gen.c | 247 generate_member_macro(char *memkind, char *macro, ndr_member_t *mem, argument 252 if (!macro) 253 macro = ""; 261 memkind, macro, fname_type, mem->name); 264 macro, fname_type, mem->name, mem->pdu_offset); 269 generate_member_macro_with_arg(char *memkind, char *macro, argument 274 if (!macro) 275 macro = "_WITH_ARG"; 283 memkind, macro, fname_type, mem->name); 286 macro, fname_typ [all...] |
/illumos-gate/usr/src/cmd/sh/ |
H A D | macro.c | 412 macro(as) function
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | find.c | 88 char macro[PATLEN + 1]; /* macro name */ local 111 /* a macro can be inside a function, but not vice versa */ 112 *macro = '\0'; 160 case DEFINE: /* could be a macro */ 162 s = macro; 169 *macro = '\0'; 226 * output the file, calling function or macro, 229 if (*macro != '\0' && s != macro) { 254 char macro[PATLEN + 1]; /* macro name */ local 485 char macro[PATLEN + 1]; /* macro name */ local 552 char macro[PATLEN + 1]; /* macro name */ local [all...] |
/illumos-gate/usr/src/cmd/deroff/ |
H A D | deroff.c | 44 * -mm (or -ms) causes the corresponding macro's to be interpreted 48 * Deroff follows .so and .nx commands, removes contents of macro 52 * All input is through the C macro; the most recently read character 118 static void macro(void); 490 macro(); 492 macro(); 494 macro(); 582 macro(void) function
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 195 macro(FILE* f, char* p1, char* p2, char* p3) function 197 macro(f, p1, p2, p3) 546 macro(lf, "SUBLANG", lp->name, b); 729 macro(lf, "LANG", lp->name, (char*)0); 753 macro(lf, "CTRY", tp->name, (char*)0); 759 macro(lf, "SUBLANG", ll->language->name, tp->name);
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 28 * macro.cc 38 #include <mksh/macro.h> 48 static void expand_value_with_daemon(Name, register Property macro, register String destination, Boolean cmd); 62 * Return expanded value of macro. 65 * The expanded value of the macro 68 * name The name of the macro we want the value for 93 expand_value(maybe_append_prop(name, macro_prop)->body.macro.value, 151 fatal_reader_mksh(gettext("Loop detected when expanding macro value `%s'"), 179 /* Quote $ in macro value */ 199 /* Go expand the macro referenc 276 Property macro = NULL; local 1008 expand_value_with_daemon(Name, register Property macro, register String destination, Boolean cmd) argument 1079 register Property macro = maybe_append_prop(name, macro_prop); local [all...] |
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 288 char *quoted, *macro, *split, *expand; local 291 quoted = macro = split = expand = ""; 295 macro = "macro:"; 302 macro, split, expand, fmttoken(lp,tok,tokstr));
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_validate.c | 323 /* Call the macro's postprocessor. */ 1102 * when a -width is specified (macro indicators must be 1148 * If the argument of -offset or -width is a macro, 1180 * provided. Uses the first head macro. NOTE AGAIN: this is 1214 * We have to dynamically add this to the macro's argument list. 1259 * trail as macro parameters, to the new-style ("normal-form") 2127 * Set the operating system by way of the `Os' macro. 2129 * 1. the argument of the `Os' macro, unless empty 2204 macro2len(int macro) argument 2207 switch (macro) { [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | pp.h | 106 #define REF_DELETE (REF_NORMAL+2) /* macro definition (internal) */ 107 #define REF_NORMAL 0 /* normal macro reference */ 111 #define SYM_ACTIVE (1L<<0) /* active macro lock */ 112 #define SYM_BUILTIN (1L<<1) /* builtin macro */ 113 #define SYM_DISABLED (1L<<2) /* macro expansion disabled */ 116 #define SYM_FUNCTION (1L<<5) /* macro with args */ 117 #define SYM_INIT (1L<<6) /* initialization macro */ 121 #define SYM_MULTILINE (1L<<10) /* multi-line macro */ 122 #define SYM_NOEXPAND (1L<<11) /* no identifiers in macro body */ 124 #define SYM_PREDEFINED (1L<<13) /* predefined macro */ 380 struct ppmacro* macro; /* macro info */ member in struct:ppsymbol [all...] |
H A D | pplib.h | 48 #define MACKEYARGS _BLD_DEBUG /* name=value macro formals and actuals */ 147 struct ppsymbol* symbol; /* macro info */ 161 struct ppkeyarg /* pp macro keyword arg info */ 183 struct ppmacro* macro; /* saved macro info */ member in struct:pphide 184 unsigned long flags; /* saved symbol flags if macro */ 188 struct ppmacstk /* macro invocation stack frame */ 205 int candidate; /* macro candidates */ 207 int macro; /* macro hit member in struct:counter [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 1505 char *macro; local 1515 /* Find end of macro */ 1516 macro = p; 1530 macros[nummac++] = macro; 1897 ** e -- current envelope (for macro access). 2211 ** e -- current envelope (for macro access).
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 392 * Name "ABC" get one macro prop 398 * This macro is defined conditionally 404 * This is why some macro values need a daemon. 451 * A conditional macro was used when building this target 466 * This name is a macro that is now being expanded 670 struct _Macro macro; member in union:Body
|