Home
last modified time | relevance | path

Searched refs:DDB_HISTORY_SIZE (Results 1 – 25 of 216) sorted by relevance

123456789

/netbsd-src/sys/ddb/
H A Ddb_input.c46 #ifndef DDB_HISTORY_SIZE
47 #define DDB_HISTORY_SIZE 0 macro
63 #if DDB_HISTORY_SIZE != 0
64 static char db_history[DDB_HISTORY_SIZE]; /* start of history buffer */
131 #if DDB_HISTORY_SIZE != 0
135 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 …]
H A Dfiles.ddb12 defparam opt_ddbparam.h DDB_HISTORY_SIZE
/netbsd-src/sys/arch/evbarm/conf/
H A DDNS32323 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
H A DKURONAS_X425 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
H A DKUROBOX_PRO25 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
/netbsd-src/sys/arch/zaurus/conf/
H A DINSTALL59 no options DDB_HISTORY_SIZE
/netbsd-src/sys/arch/newsmips/conf/
H A DDEJIKO20 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
H A DWAPIKO27 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
/netbsd-src/sys/arch/mipsco/conf/
H A DINSTALL21 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
/netbsd-src/sys/arch/evbsh3/conf/
H A DT_SH7706LSR43 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
H A DAP_MS104_SH449 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
H A DT_SH7706LAN43 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
/netbsd-src/sys/arch/playstation2/conf/
H A DDEBUG31 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
/netbsd-src/sys/arch/x68k/conf/
H A DINSTALL84 ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
86 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
/netbsd-src/sys/arch/macppc/conf/
H A DPOWERMAC24 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
/netbsd-src/sys/arch/evbmips/conf/
H A DADM5120-NB32 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
H A DADM512032 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
H A DRB15332 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
/netbsd-src/sys/arch/sun3/conf/
H A DDISKLESS3X39 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
/netbsd-src/sys/arch/atari/conf/
H A DATARITT36 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
H A DFALCON41 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
H A DMILAN-ISAIDE40 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
/netbsd-src/sys/arch/news68k/conf/
H A DNEWS120030 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
/netbsd-src/sys/arch/sparc/conf/
H A DKRUPS114 ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
116 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
H A DMRCOFFEE88 ## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
90 options DDB_HISTORY_SIZE=100 # enable history editing in DDB

123456789