Home
last modified time | relevance | path

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

/NextBSD/usr.bin/tip/tip/
HDacu.c45 static acu_t *acu = NOACU;
91 if (acu != NOACU) { in con()
100 if ((acu = acutype(AT)) == NOACU) in con()
194 return (NOACU); in acutype()
HDtip.h233 #define NOACU ((acu_t *)NULL) macro