Searched refs:db_tok_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/ddb/ |
H A D | db_lex.c | 46 char db_tok_string[TOK_STRING_SIZE]; variable 265 cp = db_tok_string; in db_lex() 288 if (cp == db_tok_string+sizeof(db_tok_string)) { in db_lex()
|
H A D | db_examine.c | 326 if (!strcmp(db_tok_string, "b")) in db_search_cmd() 328 else if (!strcmp(db_tok_string, "h")) in db_search_cmd() 330 else if (!strcmp(db_tok_string, "l")) in db_search_cmd()
|
H A D | db_expr.c | 53 if (!db_value_of_name(db_tok_string, valuep)) { in db_term() 58 for (i = 0; (c = db_tok_string[i]) != '\0'; i++) { in db_term()
|
H A D | db_lex.h | 48 extern char db_tok_string[];
|
H A D | db_variables.c | 248 if (!strcmp(db_tok_string, vp->name)) { in db_find_variable() 255 if (!strcmp(db_tok_string, vp->name)) { in db_find_variable()
|
H A D | db_command.c | 826 found = db_cmd_search(db_tok_string, list, &command); in db_read_command() 828 db_cmd_search_failed(db_tok_string, found); in db_read_command() 925 strlcpy(modif, db_tok_string, sizeof(modif)); in db_command() 1605 if (!strcmp(db_tok_string, "F")) in db_sifting_cmd() 1614 db_sifting(db_tok_string, mode); in db_sifting_cmd()
|