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