Searched refs:shf_getc (Results 1 – 3 of 3) sorted by relevance
1900 int shf_getc(struct shf *);1903 #define shf_getc shf_getc_i macro
1076 shf_getc(struct shf *shf) in shf_getc() function
867 while ((c = shf_getc(x.u.shf)) == 0 || c == '\n') in expand()