Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c47 #define HIST_UNDO 0201 /* invalidate previous command */ macro
212 static const unsigned char hist_stamp[2] = { HIST_UNDO, HIST_VERSION };
441 if((read(fd,(char*)magic,2)!=2) || (magic[0]!=HIST_UNDO)) in hist_check()
685 case HIST_UNDO: in hist_eof()
756 sfputc(hp->histfp,HIST_UNDO); in hist_cancel()