Home
last modified time | relevance | path

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

/openbsd/sys/ddb/
H A Ddb_expr.c141 while (t == tSTAR || t == tSLASH || t == tPCT || t == tHASH) { in db_mult_expr()
153 if (t == tSLASH) in db_mult_expr()
H A Ddb_lex.h54 #define tSLASH 8 macro
H A Ddb_lex.c243 return (tSLASH); in db_lex()
H A Ddb_examine.c337 if (t == tSLASH) { in db_search_cmd()
H A Ddb_command.c252 if (t == tSLASH) { in db_command()