HomeSort by: relevance | last modified time | path
    Searched refs:db_tok_string (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/ddb/
db_lex.h 48 extern char db_tok_string[];
db_lex.c 46 char db_tok_string[TOK_STRING_SIZE]; variable in typeref:typename:char[]
265 cp = db_tok_string;
288 if (cp == db_tok_string+sizeof(db_tok_string)) {
db_expr.c 53 if (!db_value_of_name(db_tok_string, valuep)) {
58 for (i = 0; (c = db_tok_string[i]) != '\0'; i++) {
db_examine.c 326 if (!strcmp(db_tok_string, "b"))
328 else if (!strcmp(db_tok_string, "h"))
330 else if (!strcmp(db_tok_string, "l"))
db_variables.c 248 if (!strcmp(db_tok_string, vp->name)) {
255 if (!strcmp(db_tok_string, vp->name)) {
db_command.c 812 * db_tok_string. If subcommand is missing, print the list of all
826 found = db_cmd_search(db_tok_string, list, &command);
828 db_cmd_search_failed(db_tok_string, found);
925 strlcpy(modif, db_tok_string, sizeof(modif));
1605 if (!strcmp(db_tok_string, "F"))
1614 db_sifting(db_tok_string, mode);

Completed in 15 milliseconds