HomeSort by: relevance | last modified time | path
    Searched defs:x_e_getc (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 142 static int x_e_getc ARGS((void));
362 if ((c = x_e_getc()) < 0)
794 c = x_e_getc();
814 c = x_e_getc();
928 if ((c = x_e_getc()) < 0)
1600 c = x_e_getc();
1857 x_e_getc() function in typeref:typename:int
1953 for (; c >= 0 && isdigit(c); c = x_e_getc(), first = 0)
emacs.c 142 static int x_e_getc ARGS((void));
362 if ((c = x_e_getc()) < 0)
794 c = x_e_getc();
814 c = x_e_getc();
928 if ((c = x_e_getc()) < 0)
1600 c = x_e_getc();
1857 x_e_getc() function in typeref:typename:int
1953 for (; c >= 0 && isdigit(c); c = x_e_getc(), first = 0)

Completed in 60 milliseconds