Searched refs:fn_peekc (Results 1 – 3 of 3) sorted by relevance
248 if (c == 'N' || !islower(fn_peekc(src))) { in kw_expand()272 while (islower(fn_peekc(src))) in kw_expand()
52 int fn_peekc(struct fn *fnp);
300 fn_peekc(struct fn *fnp) in fn_peekc() function