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

/ast/src/cmd/nmake/
H A Dvariable.c594 int undefined; local
620 if (undefined = !(p = getvar(s)))
649 if (state.user || state.readonly || undefined || !(p->property & V_readonly) && (!state.pushed && !(p->property & V_import) || state.global != 1 || (flags & V_import) || state.base && !state.init))
/ast/src/lib/libdll/
H A Ddlfcn.c340 static const char e_undefined[] = T("undefined symbol");
344 static void undefined(const char* name) function
360 undefined, multiple, linkedit

Completed in 12 milliseconds