Searched refs:DDB_HISTORY_SIZE (Results 1 – 25 of 216) sorted by relevance
123456789
46 #ifndef DDB_HISTORY_SIZE47 #define DDB_HISTORY_SIZE 0 macro63 #if DDB_HISTORY_SIZE != 064 static char db_history[DDB_HISTORY_SIZE]; /* start of history buffer */131 #if DDB_HISTORY_SIZE != 0135 if (db_history_curr > db_history + DDB_HISTORY_SIZE - 1) \141 db_history_curr = db_history + DDB_HISTORY_SIZE - 1; \148 KASSERT(db_history_last <= &db_history[DDB_HISTORY_SIZE-1]); in db_hist_put()152 if (db_history_last > &db_history[DDB_HISTORY_SIZE-1]) in db_hist_put()233 #if DDB_HISTORY_SIZE != 0 in db_inputchar()[all …]
12 defparam opt_ddbparam.h DDB_HISTORY_SIZE
23 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
25 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
59 no options DDB_HISTORY_SIZE
20 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
27 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
21 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
43 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
49 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
31 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
84 ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.86 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
24 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
32 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
39 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
36 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
41 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
40 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
30 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
114 ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.116 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
88 ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.90 options DDB_HISTORY_SIZE=100 # enable history editing in DDB