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

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h248 #define HIST_ERROR 0x1000 /* an error ocurred */ macro
252 #define HIST_FLAG_RETURN_MASK (HIST_EVENT|HIST_PRINT|HIST_ERROR)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c110 if(!(flag & HIST_ERROR))
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhexpand.c47 #define DONE() {flag |= HIST_ERROR; cp = 0; stakseek(0); goto done;}
715 if(staktell() && !(flag & HIST_ERROR))
731 return (flag & HIST_ERROR ? HIST_ERROR : flag & HIST_FLAG_RETURN_MASK);

Completed in 63 milliseconds