Home
last modified time | relevance | path

Searched refs:tDOT (Results 1 – 4 of 4) sorted by last modified time

/freebsd/sys/net/
H A Ddebugnet.c968 if (t != tDOT) { in dn_parse_optarg_ipv4()
/freebsd/sys/ddb/
H A Ddb_expr.c70 if (t == tDOT) { in db_term()
H A Ddb_lex.c305 return (tDOT); in db_lex()
H A Ddb_lex.h103 #define tDOT 6 macro