Searched refs:ed_ungetchar (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Demacs.c263 ed_ungetchar(ep->ed,cntl('N'));
274 ed_ungetchar(ep->ed,cntl('Y'));
351 ed_ungetchar(ep->ed,ESC);
356 ed_ungetchar(ep->ed,'=');
366 ed_ungetchar(ep->ed,c); /* save character for next line */
440 ed_ungetchar(ep->ed,cntl('D'));
444 ed_ungetchar(ep->ed,usrerase);
563 ed_ungetchar(ep->ed,cntl('W'));
590 ed_ungetchar(ep->ed,c);
757 ed_ungetchar(e
[all...]
H A Dvi.c828 ed_ungetchar(vp->ed,'a');
897 ed_ungetchar(vp->ed,cntl('L'));
939 ed_ungetchar(vp->ed,c);
940 ed_ungetchar(vp->ed,cntl('L'));
1050 ed_ungetchar(vp->ed,x);
1054 ed_ungetchar(vp->ed,c=ed_getchar(vp->ed,1));
1553 ed_ungetchar(vp->ed,'\\');
1559 ed_ungetchar(vp->ed,'=');
1645 ed_ungetchar(vp->ed,'n');
1648 ed_ungetchar(v
[all...]
H A Dcompletion.c543 ed_ungetchar(ep,buff[i]);
H A Dedit.c1107 void ed_ungetchar(Edit_t *ep,register int c) function
1772 ed_ungetchar(ep,save[0]);
/ast/src/cmd/ie/
H A Demacs.c250 ed_ungetchar(cntl('N'));
261 ed_ungetchar(cntl('Y'));
328 ed_ungetchar(c); /* save character for next line */
404 ed_ungetchar(cntl('D'));
408 ed_ungetchar(ERASECHAR);
541 ed_ungetchar(cntl('W'));
568 ed_ungetchar(c);
701 ed_ungetchar(c);
735 ed_ungetchar(i) ;
757 ed_ungetchar(cnt
[all...]
H A Dedit.h170 extern void ed_ungetchar(int);
188 extern void ed_ungetchar();
H A Dedit.c688 ed_ungetchar(buff[i]);
1054 void ed_ungetchar(c) function
H A Dvi.c2270 ed_ungetchar(cntl('L'));
/ast/src/cmd/ksh93/include/
H A Dedit.h227 extern void ed_ungetchar(Edit_t*,int);

Completed in 36 milliseconds