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

/ast/src/cmd/ksh93/include/
H A Dedit.h276 #define HIST_ERROR 0x1000 /* an error ocurred */ macro
280 #define HIST_FLAG_RETURN_MASK (HIST_EVENT|HIST_PRINT|HIST_ERROR)
/ast/src/cmd/ksh93/bltins/
H A Dhist.c110 if(!(flag & HIST_ERROR))
/ast/src/cmd/ksh93/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 12 milliseconds