Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dinit.c129 { "while", T_WHILE }
H A Dcsh.h390 #define T_WHILE 18 macro
H A Dparse.c471 case T_WHILE: in syn3()
H A Dfunc.c672 case T_WHILE: in search()
/netbsd-src/usr.bin/xlint/lint1/
H A Dcgram.y314 %token T_WHILE
2234 | do_statement T_WHILE T_LPAREN expression T_RPAREN T_SEMI {
2257 T_WHILE T_LPAREN expression T_RPAREN {
H A Dlex.c200 kwdef_keyword( "while", T_WHILE),