Searched refs:ed_getchar (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 278 while ((c = ed_getchar(ep->ed,0)) != (-1)) 322 c = ed_getchar(ep->ed,2); 492 c = ed_getchar(ep->ed,1); 584 c = ed_getchar(ep->ed,0); 725 c = ed_getchar(ep->ed,0); 748 while ((i=ed_getchar(ep->ed,0)),isdigit(i)) 959 i=ed_getchar(ep->ed,0); 976 int c = ed_getchar(ep->ed,1); 1012 switch(i=ed_getchar(ep->ed,1)) 1086 register int i = ed_getchar(e [all...] |
H A D | vi.c | 740 while( c=ed_getchar(vp->ed,-1) ) 825 ed_getchar(vp->ed,-1); 1006 ed_ungetchar(vp->ed,c=ed_getchar(vp->ed,1)); 1287 c = ed_getchar(vp->ed,-1); 1331 if( (c=ed_getchar(vp->ed,mode==SEARCH?1:-2)) == usreof ) 1345 c = ed_getchar(vp->ed,2); 1567 switch(motion=getcount(vp,ed_getchar(vp->ed,-1))) 2452 c = getcount(vp,ed_getchar(vp->ed,-1)); 2481 c = getcount(vp,ed_getchar(vp->ed,-1)); 2579 c = getcount(vp,ed_getchar(v [all...] |
H A D | edit.c | 1019 int ed_getchar(register Edit_t *ep,int mode) function 1071 c = ed_getchar(ep,mode);
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | edit.h | 200 extern int ed_getchar(Edit_t*,int);
|
Completed in 69 milliseconds