Home
last modified time | relevance | path

Searched refs:ZIF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.init.c175 #define ZIF 11 macro
197 S_if, ZIF,
H A Dsh.func.c366 search(ZIF, 0); in doif()
762 if (level == 0 && type == ZIF) {
767 case ZIF:
771 if ((type == ZIF || type == ZELSE) &&
778 if (type == ZIF || type == ZELSE) {
920 case ZIF: in getword()
H A Dsh.h327 #define ZIF 11 macro
H A Dsh.parse.c497 case ZIF: in syn3()