Searched refs:ed_getchar (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/ie/ |
H A D | edit.h | 167 extern int ed_getchar(void); 185 extern int ed_getchar();
|
H A D | emacs.c | 266 while ((c = ed_getchar()) != (-1)) 459 c = ed_getchar(); 565 c = ed_getchar(); 699 c = ed_getchar(); 727 while ((i=ed_getchar()),isdigit(i)) 931 int c = ed_getchar(); 995 register int i = ed_getchar(); 1098 while ((i = ed_getchar())&&(i != '\r')&&(i != '\n')) 1123 i = ed_getchar();
|
H A D | edit.c | 672 macro[2] = ed_getchar(); 943 ed_getchar() function 1048 return(ed_getchar());
|
H A D | vi.c | 107 #define getchar() ed_getchar() 846 ed_getchar();
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 279 while ((c = ed_getchar(ep->ed,0)) != (-1)) 325 c = ed_getchar(ep->ed,2); 495 c = ed_getchar(ep->ed,1); 587 c = ed_getchar(ep->ed,0); 755 c = ed_getchar(ep->ed,0); 778 while ((i=ed_getchar(ep->ed,0)),isdigit(i)) 1014 i=ed_getchar(ep->ed,0); 1031 int c = ed_getchar(ep->ed,1); 1067 switch(i=ed_getchar(ep->ed,1)) 1145 register int i = ed_getchar(e [all...] |
H A D | vi.c | 741 while( c=ed_getchar(vp->ed,-1) ) 826 ed_getchar(vp->ed,-1); 1054 ed_ungetchar(vp->ed,c=ed_getchar(vp->ed,1)); 1335 c = ed_getchar(vp->ed,-1); 1378 if( (c=ed_getchar(vp->ed,mode==SEARCH?1:-2)) == usreof ) 1394 c = ed_getchar(vp->ed,2); 1628 switch(motion=getcount(vp,ed_getchar(vp->ed,-1))) 2542 c = getcount(vp,ed_getchar(vp->ed,-1)); 2571 c = getcount(vp,ed_getchar(vp->ed,-1)); 2669 c = getcount(vp,ed_getchar(v [all...] |
H A D | completion.c | 521 ep->e_macro[2] = ed_getchar(ep,1);
|
H A D | edit.c | 1032 int ed_getchar(register Edit_t *ep,int mode) function 1090 c = ed_getchar(ep,mode);
|
/ast/src/cmd/ksh93/include/ |
H A D | edit.h | 224 extern int ed_getchar(Edit_t*,int);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 375 while(c-->0 && (buf[m]=ed_getchar(ep,0)))
|
Completed in 57 milliseconds