Searched defs:undefined (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c58 * %s undefined on line%s
121 * E - z undefined on lines 9 13
144 char *pi_und1[] = {"undefined", "on", "line"};
145 char *pi_und2[] = {"undefined", "on", "lines"};
289 * %s undefined on line%s
292 boolean undefined = 0; local
296 if (((undefined = (wordvcmp(wordv+2, 3, pi_und1) == 0)) != 0) ||
297 ((undefined =
301 for (wordindex = undefined ? 5 : 6; wordindex <= wordc;
303 nwordv = wordvsplice(2, undefined
[all...]
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c340 static const char e_undefined[] = T("undefined symbol");
344 static void undefined(const char* name) function
360 undefined, multiple, linkedit
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c115 undefined(char *type) function
206 if (undefined(type) && prefix) {

Completed in 93 milliseconds