Home
last modified time | relevance | path

Searched refs:TOK_STRING_SIZE (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/ddb/
HDdb_lex.h47 #define TOK_STRING_SIZE 120 macro
48 extern char db_tok_string[TOK_STRING_SIZE];
HDdb_lex.c146 char db_tok_string[TOK_STRING_SIZE];
HDdb_examine.c45 static char db_examine_format[TOK_STRING_SIZE] = "x";
HDdb_command.c328 char modif[TOK_STRING_SIZE]; in db_command()