Home
last modified time | relevance | path

Searched refs:T_CASE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/csh/
H A Dinit.c116 { "case", T_CASE },
H A Dcsh.h374 #define T_CASE 2 macro
H A Dfunc.c615 case T_CASE: in search()
/netbsd-src/usr.bin/xlint/lint1/
H A Dcgram.y301 %token T_CASE
2066 | T_CASE constant_expression T_COLON {
2070 | T_CASE constant_expression T_ELLIPSIS constant_expression T_COLON {
H A Dlex.c143 kwdef_keyword( "case", T_CASE),