Home
last modified time | relevance | path

Searched refs:T_EXIT (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/atc/
H A Dupdate.c153 case T_EXIT: in update()
188 if (pp->dest_type == T_EXIT) in update()
361 p.dest_type = T_EXIT; in addplane()
374 p.orig_type = T_EXIT; in addplane()
H A Dstruct.h78 T_EXIT = 2, enumerator
H A Dinput.c502 case T_EXIT: in delayb()
534 dest_type = T_EXIT; in ex_it()
621 case T_EXIT: in benum()
/netbsd-src/bin/csh/
H A Dinit.c122 { "exit", T_EXIT },
H A Dcsh.h380 #define T_EXIT 8 macro
H A Dparse.c465 case T_EXIT: in syn3()