Searched defs:doc1_re (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c144 static regex_t doc1_re; variable
235 /* doc1_re and doc2_re were compiled in the calling function */
236 if ((regexec(&doc1_re, line, (size_t)4, matches, 0) != 0) &&
374 (void) regcomp(&doc1_re, doc1_expr, REG_EXTENDED|REG_ICASE);

Completed in 58 milliseconds