Home
last modified time | relevance | path

Searched refs:formals (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c668 mac->formals = 0; in ppcontrol()
735 …if (p > &mac->formals[n - MAXTOKEN] && (s = newof(mac->formals, char, n += MAXTOKEN, 0)) != mac->f… in ppcontrol()
824 if (mac->arity && (s = newof(mac->formals, char, p - mac->formals, 0)) != mac->formals) in ppcontrol()
1194 if (!old.formals) in ppcontrol()
1209 if (!streq(mac->formals, old.formals)) goto redefined; in ppcontrol()
1220 if (mac->formals) free(mac->formals); in ppcontrol()
1221 mac->formals = old.formals; in ppcontrol()
1236 if (old.formals) free(old.formals); in ppcontrol()
1775 if (mac->formals) free(mac->formals); in ppcontrol()
2155 if (mac->formals) free(mac->formals); in ppcontrol()
[all …]
H A Dppinput.c375 ppprintf("%s", mac->formals); in dump()
682 mac->formals = (char*)memcpy(oldof(0, char, 0, s - b), b, s - b); in ppload()
H A Dpplib.h357 #define formals args.formal /* formal argument list */ macro
362 char* formals; /* formal argument list */ \
H A DRELEASE287 macro formals in "..." for COMPATIBILITY|TRANSITION
288 macro formals in '...' for COMPATIBILITY|TRANSITION|!STRICT
311 add pp:keyargs for key=value macro formals/actuals (not for C!)
444 90-03-09 duplicate macro formals cause level 2 error
H A Dppop.c320 if (mac->formals) in undefine()
321 free(mac->formals); in undefine()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c148 print_function_signature(char *xtype, char *name, char *formals) in print_function_signature() argument
155 (void) fprintf(Bodyfp, "(%s)", formals); in print_function_signature()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c344 struct pptuple* tuple; char* formals; int size; member