Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_lex.h117 #define tDOTDOT 20 macro
H A Ddb_lex.c303 return (tDOTDOT); in db_lex()
H A Ddb_expr.c74 if (t == tDOTDOT) { in db_term()