Home
last modified time | relevance | path

Searched refs:tDOLLAR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_lex.h113 #define tDOLLAR 16 macro
H A Ddb_variables.c147 if (t != tDOLLAR) { in db_set_cmd()
H A Ddb_lex.c329 return (tDOLLAR); in db_lex()
H A Ddb_expr.c86 if (t == tDOLLAR) { in db_term()