Home
last modified time | relevance | path

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

/freebsd/usr.bin/tip/tip/
H A Dacu.c37 static acu_t *acu = NOACU;
83 if (acu != NOACU) { in con()
92 if ((acu = acutype(AT)) == NOACU) in con()
186 return (NOACU); in acutype()
H A Dtip.h234 #define NOACU ((acu_t *)NULL) macro