Searched refs:tIDENT (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_lex.h51 #define tIDENT 3 macro
H A Ddb_expr.c52 if (t == tIDENT) {
H A Ddb_lex.c269 return (tIDENT);
H A Ddb_command.c780 if (t != tIDENT) {
835 } else if (t != tIDENT) {
855 if (t != tIDENT) {
942 if (t != tIDENT) {
1323 if (t != tIDENT) {
1337 if (t == tIDENT)
H A Ddb_examine.c301 if (t != tIDENT) {
H A Ddb_variables.c180 if (t == tIDENT) {

Completed in 162 milliseconds