Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhistory.c44 #define HIST_LINE 32 /* typical length for history line */ macro
336 off_t mark,size = (HIST_MAX/4)+maxlines*HIST_LINE; in sh_histinit()