Searched refs:tSHIFT_R (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/ddb/ | ||
H A D | db_lex.h | 69 #define tSHIFT_R 19 macro |
H A D | db_expr.c | 216 while (t == tSHIFT_L || t == tSHIFT_R) { in db_shift_expr() |
H A D | db_lex.c | 344 return (tSHIFT_R); in db_lex() |