Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_expr.c251 while (t == tSHIFT_L || t == tSHIFT_R) { in db_shift_expr()
254 t == tSHIFT_L ? "<<" : ">>"); in db_shift_expr()
263 if (t == tSHIFT_L) in db_shift_expr()
H A Ddb_lex.h117 #define tSHIFT_L 18 macro
H A Ddb_lex.c358 return (tSHIFT_L); in db_lex()