Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dacu.c16 static acu_t *acu = NOACU;
56 if (acu != NOACU) { in connect()
69 if ((acu = acutype(AT)) == NOACU) in connect()
158 return (NOACU); in acutype()
H A Dtip.h222 #define NOACU ((acu_t *)NULL) macro