Searched defs:scvalid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c111 char scvalid; /* Screen is up to date */ member in struct:_emacs_
1312 ep->scvalid = 1;
1326 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */
1341 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
1450 ep->scvalid = 1;

Completed in 46 milliseconds