Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c50 #define HIST_MERGE 0x20 macro
1157 hflg |= HIST_MERGE; in dohist()
1173 if (hflg & (HIST_LOAD | HIST_MERGE)) in dohist()
1174 loadhist(*vp, (hflg & HIST_MERGE) ? 1 : 0); in dohist()