HomeSort by: relevance | last modified time | path
    Searched refs:isglobal (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ed/
undo.c 121 if (isglobal)
main.c 91 int isglobal; /* if set, doing a global command */ variable in typeref:typename:int
228 isglobal = 0;
483 if (!isglobal) clear_undo_stack();
491 if (!isglobal) clear_undo_stack();
500 if (!isglobal) clear_undo_stack();
562 if (isglobal) {
571 isglobal++;
598 if (!isglobal) clear_undo_stack();
606 if (!isglobal) clear_undo_stack();
638 if (!isglobal) clear_undo_stack()
    [all...]
ed.h 242 extern int isglobal;
io.c 324 if (!scripted && !isglobal && ++lc > rows) {
sub.c 103 else if (!isglobal) {

Completed in 14 milliseconds