Home
last modified time | relevance | path

Searched refs:fn_peekc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/logadm/
H A Dkw.c248 if (c == 'N' || !islower(fn_peekc(src))) { in kw_expand()
272 while (islower(fn_peekc(src))) in kw_expand()
H A Dfn.h52 int fn_peekc(struct fn *fnp);
H A Dfn.c300 fn_peekc(struct fn *fnp) in fn_peekc() function