Home
last modified time | relevance | path

Searched refs:npattern (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y171 npattern++;
198 ++npattern;
209 ++npattern;
213 ++npattern;
H A Dawk0.c163 uint npattern; /* Number of non-BEGIN patterns */ variable
H A Dawk.h391 extern uint_t npattern;
H A Dawk2.c452 if (npattern == 0) in dobegin()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source348 …"Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and repla…
351 …"Resubmit the entire input; make sure all\noption templates include a keyword,\npattern, and repla…
764 "The -a option asks for an alignment\npattern, but you need to tell what form\nto mount."
806 …"The printer can't print the alignment\npattern directly, and there's no filter\nthat will convert…
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c6298 int npattern, scf_pattern_t *pattern, int svc_explicit) in scf_pattern_match() argument
6303 for (i = 0; i < npattern; i++) { in scf_pattern_match()