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

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

Completed in 55 milliseconds