Home
last modified time | relevance | path

Searched refs:DB_MAXLINE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/ddb/
H A Dddb.h55 #ifndef DB_MAXLINE
56 #define DB_MAXLINE 120 macro
H A Ddb_lex.c46 static char db_line[DB_MAXLINE];
H A Ddb_script.c177 if (strlen(command) >= DB_MAXLINE) in db_script_valid()