Home
last modified time | relevance | path

Searched refs:NOACU (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/tip/
H A Dacu.c18 static acu_t *acu = NOACU;
58 if (acu != NOACU) { in connect()
71 if ((acu = acutype(AT)) == NOACU) in connect()
160 return (NOACU); in acutype()
H A Dtip.h232 #define NOACU ((acu_t *)NULL) macro