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

/external/mksh/src/
H A Dsh.h1901 int shf_getc(struct shf *);
1904 #define shf_getc shf_getc_i macro
H A Dshf.c1076 shf_getc(struct shf *shf) function
H A Deval.c876 while ((c = shf_getc(x.u.shf)) == 0 || c == '\n')

Completed in 160 milliseconds