Lines Matching refs:ed_getchar
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(ep->ed,0);
1190 while ((i = ed_getchar(ep->ed,1))&&(i != '\r')&&(i != '\n'))
1215 i = ed_getchar(ep->ed,1);