Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_input.c61 static int db_lhistlsize, db_lhistidx, db_lhistcur; variable
255 if (db_lhistcur < db_lhistidx - 1) {
265 db_lhistcur = db_lhistidx;
331 db_lhistidx = -1;
333 db_lhistcur = db_lhistidx;
351 if (++db_lhistidx == db_lhist_nlines) {
355 db_lhistidx--;
357 bcopy(lstart, db_lhistory + db_lhistidx * db_lhistlsize,