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

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

Completed in 175 milliseconds