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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c149 #define comerr(msg) {expbuf[0] = 0; numbra = 0; return(msg); } macro
164 comerr(retoolong);
167 comerr("unmatched \\(");
202 comerr("missing ]");
214 comerr(retoolong);
220 comerr(retoolong);
228 comerr("too many \\(\\) pairs");
236 comerr("unmatched \\)");
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c159 #define comerr(msg) {expbuf[0] = 0; return (msg); } macro
174 comerr(retoolong);
177 comerr("unmatched \\(");
213 comerr("missing ]");
225 comerr(retoolong);
231 comerr(retoolong);
239 comerr("too many \\(\\) pairs");
247 comerr("unmatched \\)");
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c165 #define comerr(msg) {expbuf[0] = 0; return (msg); } macro
180 comerr(retoolong);
183 comerr("unmatched \\(");
218 comerr("missing ]");
230 comerr(retoolong);
236 comerr(retoolong);
244 comerr("too many \\(\\) pairs");
252 comerr("unmatched \\)");

Completed in 358 milliseconds