Searched refs:shf_getc (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dsh.h1793 int shf_getc(struct shf *);
1796 #define shf_getc shf_getc_ macro
H A Dshf.c1047 shf_getc(struct shf *shf) function
H A Deval.c808 while ((c = shf_getc(x.u.shf)) == 0 || c == '\n')

Completed in 71 milliseconds