/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 48 static void expand_value_with_daemon(Name, register Property macro, register String destination, Bo… 93 expand_value(maybe_append_prop(name, macro_prop)->body.macro.value, in getvar() 276 Property macro = NULL; in expand_macro() local 626 macro = get_prop(name->prop, macro_prop); in expand_macro() 627 if ((macro != NULL) && macro->body.macro.is_conditional) { in expand_macro() 640 if ((macro == NULL) || (macro->body.macro.value == NULL)) { in expand_macro() 650 expand_value_with_daemon(name, macro, &string, cmd); in expand_macro() 659 expand_value_with_daemon(name, macro, &string, cmd); in expand_macro() 823 expand_value_with_daemon(name, macro, destination, cmd); in expand_macro() 854 if (macro_to_add->prop->body.macro.value != NULL) { in add_macro_to_global_list() [all …]
|
H A D | Makefile | 19 macro.o \
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | find.c | 88 char macro[PATLEN + 1]; /* macro name */ in findsymbol() local 112 *macro = '\0'; in findsymbol() 162 s = macro; in findsymbol() 169 *macro = '\0'; in findsymbol() 229 if (*macro != '\0' && s != macro) { in findsymbol() 230 putref(file, macro); in findsymbol() 254 char macro[PATLEN + 1]; /* macro name */ in finddef() local 283 *macro = '\0'; in finddef() 307 s = macro; in finddef() 314 *macro = '\0'; in finddef() [all …]
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | pp.tab | 122 COLLECTING # collecting macro call arguments 126 DEFINITION # processing macro definition 128 DISABLE # disable macro evaluation 136 NOEXPAND # no macro expansions or disables 144 SKIPMACRO # disable next macro 157 BUILTIN # mark macro definitions builtin 172 MARKMACRO # mark macro to disable later 174 READONLY # mark macro definitions readonly 180 DEFINITIONS # output macro definitions 182 FINAL # final hosted macro value [all …]
|
H A D | ppmacref.c | 42 if (sym->macro && sym->macro->value) in ppmacref() 43 sum = strsum(sym->macro->value, (long)sym->macro->arity); in ppmacref()
|
H A D | HISTORY | 23 add space before macro actual in replacement text 37 03/15/89 fix PP_TRUNCATE macro id bit table checks 45 01/24/89 fix #undef of SYM_READONLY macro message 72 05/11/88 T_MOREARGS -> T_VARIADIC; add SYM_VARIADIC for ... last macro arg 79 02/18/88 ignore malformed #'s in COMPATIBILITY macro definitions 86 01/11/88 complete 12/11/87 COMPATIBILITY macro arg /**/ pasting bug fix 93 fix COMPATIBILITY macro arg /**/ pasting bug 110 fix COMPATIBILITY macro recursion bug 120 09/17/87 fix macro formal bug that didn't update pointers after realloc() 130 07/09/87 fix `macro("@*")' bug in expand_special() [all …]
|
H A D | RELEASE | 4 09-01-06 ppcall.c: fix macro definition overwrite bug -- I know 16 07-03-11 add -D-Y pp:pedantic, PP_WARN macro formal parenthesis checks 51 03-12-12 ppcall.c: missing macro actual warned but expanded 64 03-02-18 pplex.c: handle COMPATIBILITY \" and \' in macro actuals 96 02-01-23 probe.win32: add more msvc predefined macro candidates 113 01-04-25 pp.probe: split macro probe files for compilers that have #line limits 119 01-02-14 ppcall.c: fix macro(tuple*) bug that truncated macro arg expand buffer 126 ppcall.c: handle trailing \ in macro args 137 pp.probe: filter out invalid symbols for predefined macro scan, duh 154 00-05-09 ppcontrol: fix C++ macro >+> invalid fuse [all …]
|
H A D | ppcontrol.c | 177 if (!sym->macro) sym->macro = newof(0, struct ppmacro, 1, 0); in macsym() 655 mac = sym->macro; in ppcontrol() 856 sym->macro = 0; in ppcontrol() 1418 mac = sym->macro; in ppcontrol() 1757 if (!sym->macro) in ppcontrol() 1762 if (sym->macro && !(sym->flags & (SYM_ACTIVE|SYM_READONLY))) in ppcontrol() 1764 sym->hidden->macro = sym->macro; in ppcontrol() 1765 sym->macro = 0; in ppcontrol() 1773 if ((mac = sym->macro) && !(sym->flags & (SYM_ACTIVE|SYM_READONLY))) in ppcontrol() 1778 sym->macro = 0; in ppcontrol() [all …]
|
H A D | BUGS | 6 02/01/87 gsf a/**/b doesn't concatenate outside macro bodies (COMPATIBILITY)
|
H A D | ppbuiltin.c | 119 …if ((c = pplex()) != T_ID || !(sym = ppsymref(pp.symtab, pp.token)) || !sym->macro || sym->macro->… in ppbuiltin() 246 p = (sym = pprefmac(a, REF_NORMAL)) ? sym->macro->value : ""; in ppbuiltin()
|
/titanic_50/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; in putref() local 44 if (lastype && macro) in putref() 49 macro = 1; in putref() 53 macro = 0; in putref() 69 if (macro) in putref() 90 if (macro) in putref() 109 if (macro) in putref() 125 if (lastype && macro) in putref()
|
H A D | roffbib.sh | 23 macro=-mbib 35 macro="-m$1" 52 $xroff $flags $macro 54 (echo .ds TL $headr; /usr/bin/refer -a1 -B"$abstr") | $xroff $flags $macro
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | main.cc | 380 dmake_value2 = prop2->body.macro.value; in main() 423 dmake_value2 = prop2->body.macro.value; in main() 498 body.macro.exported = true; in main() 501 body.macro.exported = false; in main() 1756 register Property macro; in read_files_and_state() local 1836 (IS_EQUAL(def_make_macro->body.macro.value->string_mb, in read_files_and_state() 1855 ->body.macro.exported = true; in read_files_and_state() 2037 body.macro.exported = true; in read_files_and_state() 2071 macro = maybe_append_prop(makeflags, macro_prop); in read_files_and_state() 2072 temp = (Boolean) macro->body.macro.read_only; in read_files_and_state() [all …]
|
H A D | macro.cc | 59 register Property macro = get_prop(name->prop, macro_prop); in setvar_append() local 68 if(macro != NULL) { in setvar_append() 69 macro_apx->body.macro_appendix.value = macro->body.macro.value; in setvar_append()
|
/titanic_50/usr/src/tools/ndrgen/ |
H A D | ndr_gen.c | 247 generate_member_macro(char *memkind, char *macro, ndr_member_t *mem, in generate_member_macro() argument 252 if (!macro) in generate_member_macro() 253 macro = ""; in generate_member_macro() 261 memkind, macro, fname_type, mem->name); in generate_member_macro() 264 macro, fname_type, mem->name, mem->pdu_offset); in generate_member_macro() 269 generate_member_macro_with_arg(char *memkind, char *macro, in generate_member_macro_with_arg() argument 274 if (!macro) in generate_member_macro_with_arg() 275 macro = "_WITH_ARG"; in generate_member_macro_with_arg() 283 memkind, macro, fname_type, mem->name); in generate_member_macro_with_arg() 286 macro, fname_type, mem->name, mem->pdu_offset); in generate_member_macro_with_arg()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | newkey.c | 59 newkey(char *rcvchars, short keyval, bool macro) in newkey() argument 86 if (macro) { in newkey() 109 cur_term->funckeystarter[*str] |= (macro ? _MACRO : _KEY); in newkey()
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | README.illumos | 9 The IXGBE_REMOVED macro normally taks a pointer to the hardware address. 11 check. Instead we modify all users of this macro to pass the struct
|
/titanic_50/usr/src/cmd/rcap/common/ |
H A D | rcapd.h | 55 #define RCAPD_STR(macro) RCAPD__STR(macro) argument
|
/titanic_50/usr/src/cmd/deroff/ |
H A D | deroff.c | 118 static void macro(void); 490 macro(); in comline() 492 macro(); in comline() 494 macro(); in comline() 582 macro(void) in macro() function
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 20 /dirent.h",.*different definitions of macro: MAXNAMLEN/d 21 /limits.h",.*different definitions of macro: SYS_NMLN/d
|
/titanic_50/usr/src/tools/scripts/ |
H A D | cstyle.pl | 814 my $macro = '[A-Z_][A-Z_0-9]*\('; 865 $cont_macro = /^\s*$macro/? 1 : 0; 997 $cont_macro = ($rest =~ /^\s*$macro/)? 1 : 0;
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | eaccess | 2 macro{
|
/titanic_50/usr/src/lib/libshell/ |
H A D | Makefile.com | 80 sh/macro.o \ 164 pics/sh/macro.o := CERRWARN += -erroff=E_NO_IMPLICIT_DECL_ALLOWED
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 195 macro(FILE* f, char* p1, char* p2, char* p3) in macro() function 197 macro(f, p1, p2, p3) in macro() 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);
|
/titanic_50/usr/src/tools/make/lib/mksh/ |
H A D | Makefile | 16 OBJECTS = dosys.o globals.o i18n.o macro.o misc.o mksh.o read.o
|