Searched refs:itNULL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dtype.c73 static ipc_type_t *list = itNULL;
88 for (it = *(last = &list); it != itNULL; it = *(last = &it->itNext))
98 return itNULL;
139 itNULL, /* ipc_type_t *itElement */
152 if (new == itNULL)
417 new->itNext = itNULL;
460 if (old == itNULL) {
H A Dtype.h219 #define itNULL ((ipc_type_t *) 0) macro
H A Droutine.c97 itNULL, /* ipc_type_t *argType */
938 (arg->argType != itNULL)) {
945 (arg->argType != itNULL)) {
1124 if (it != itNULL) {
1180 (rt->rtRequestPort->argType != itNULL))
1184 (rt->rtReplyPort->argType != itNULL))
1188 (rt->rtWaitTime->argType != itNULL))
1192 (rt->rtMsgOption->argType != itNULL))
1227 if ((it != itNULL) && !streql(it->itServerType, it->itTransType)) {
H A Dparser.y395 if (itLookUp(name) != itNULL)
705 if ($$ == itNULL)

Completed in 118 milliseconds