Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhistory.c47 #define HIST_UNDO 0201 /* invalidate previous command */ macro
213 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()
677 case HIST_UNDO: in hist_eof()
723 sfputc(hp->histfp,HIST_UNDO); in hist_cancel()