Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c246 if (c == 'N' || !islower(fn_peekc(src))) { in kw_expand()
270 while (islower(fn_peekc(src))) in kw_expand()
H A Dfn.h50 int fn_peekc(struct fn *fnp);
H A Dfn.c298 fn_peekc(struct fn *fnp) in fn_peekc() function