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

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

Completed in 35 milliseconds