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

/ast/src/cmd/ie/
H A Dvi.c184 static char last_cmd = '\0'; /* last command */ variable
402 if( last_cmd == '\0' )
406 last_cmd = 'i';
517 last_cmd = 'i';
793 c = last_cmd;
812 last_cmd = c;
/ast/src/cmd/ksh93/edit/
H A Dvi.c104 char last_cmd; /* last command */ member in struct:_vi_
388 if( vp->last_cmd == '\0' )
392 vp->last_cmd = 'i';
491 vp->last_cmd = 'i';
773 c = vp->last_cmd;
792 vp->last_cmd = c;

Completed in 1218 milliseconds