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

/ast/src/cmd/ie/
H A Demacs.c1202 static char scvalid; /* Screen is up to date */ local
1225 scvalid = 1;
1239 scvalid = 0; /* Screen is out of date, APPEND will not work */
1254 if ((option == APPEND)&&(scvalid)&&(*logcursor == '\0')&&
1356 scvalid = 1;
/ast/src/cmd/ksh93/edit/
H A Demacs.c111 char scvalid; /* Screen is up to date */ member in struct:_emacs_
1374 ep->scvalid = 1;
1388 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */
1431 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
1540 ep->scvalid = 1;

Completed in 29 milliseconds