Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhexpand.c47 #define DONE() {flag |= HIST_ERROR; cp = 0; stakseek(0); goto done;}
718 if(staktell() && !(flag & HIST_ERROR))
734 return (flag & HIST_ERROR ? HIST_ERROR : flag & HIST_FLAG_RETURN_MASK);
/illumos-gate/usr/src/contrib/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)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c111 if(!(flag & HIST_ERROR)) in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c2039 if((r & (HIST_EVENT|HIST_PRINT)) && !(r & HIST_ERROR) && xp) in slowread()
2051 if((r & HIST_ERROR) && sh_isoption(SH_HISTREEDIT)) in slowread()
2056 if(r & (HIST_ERROR|HIST_PRINT)) in slowread()