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

/freebsd-11.0-release/sys/ddb/
H A Dddb.h53 #ifndef DB_MAXLINE
54 #define DB_MAXLINE 120 macro
H A Ddb_lex.c43 static char db_line[DB_MAXLINE];
H A Ddb_script.c175 if (strlen(command) >= DB_MAXLINE)

Completed in 58 milliseconds