Home
last modified time | relevance | path

Searched refs:tSHIFT_L (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/ddb/
H A Ddb_expr.c203 while (t == tSHIFT_L || t == tSHIFT_R) { in db_shift_expr()
212 if (t == tSHIFT_L) in db_shift_expr()
H A Ddb_lex.h61 #define tSHIFT_L 18 macro
H A Ddb_lex.c297 return (tSHIFT_L); in db_lex()