Searched refs:ed_getchar (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h167 extern int ed_getchar(void);
185 extern int ed_getchar();
H A Demacs.c266 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 Dedit.c672 macro[2] = ed_getchar();
943 ed_getchar() function
1048 return(ed_getchar());
H A Dvi.c107 #define getchar() ed_getchar()
846 ed_getchar();
/ast/src/cmd/ksh93/edit/
H A Demacs.c279 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 Dvi.c741 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 Dcompletion.c521 ep->e_macro[2] = ed_getchar(ep,1);
H A Dedit.c1032 int ed_getchar(register Edit_t *ep,int mode) function
1090 c = ed_getchar(ep,mode);
/ast/src/cmd/ksh93/include/
H A Dedit.h224 extern int ed_getchar(Edit_t*,int);
/ast/src/cmd/ksh93/bltins/
H A Dread.c375 while(c-->0 && (buf[m]=ed_getchar(ep,0)))

Completed in 57 milliseconds