Searched refs:regerrno (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c65 extern int regerrno;
152 regerrno = 41;
161 regerrno = 50;
169 regerrno = 50;
179 regerrno = 0;
191 regerrno = map_errnos(rv); /* Convert regcomp error */
208 regerrno = map_errnos(rv); /* Convert regcomp error */
217 regerrno = 0;
243 if (regerrno != 0) {
269 regerrno
[all...]
H A Dexpr.c411 if (regerrno) {
412 if (regerrno != 41 || expbuf == NULL)
/illumos-gate/usr/src/lib/libgen/inc/
H A Dregexpr.h44 #define regerrno (*(___regerrno())) macro
56 extern int nbra, regerrno, reglength;
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c48 regerrno = c; \
63 int nbra = 0, regerrno = 0, reglength = 0; variable
69 int nbra, regerrno, reglength; member in struct:_vars_storage
108 return (&regerrno);
111 return (&vars->regerrno);
128 #undef regerrno macro
129 #define regerrno (*(___regerrno())) macro
161 regerrno = 0;
428 if (regerrno) {
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c161 if (regerrno)
162 regerr(regerrno);
187 if (regerrno)
188 regerr(regerrno);
213 if (regerrno)
214 regerr(regerrno);
342 if (regerrno)
343 regerr(regerrno);
376 if (regerrno)
377 regerr(regerrno);
[all...]
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c220 if (regerrno)
221 regerr(regerrno);
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c530 if (regerrno)
531 PERROR(regerrno);
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c513 extern int regerrno;
516 switch (regerrno) {
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1251 if (regerrno) {
1252 if (regerrno != 41 || expbuf == NULL)
1253 re_error(regerrno);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c1041 if(regerrno)
1042 switch(regerrno) {
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2188 if (regerrno)
2189 error1(regerrno);

Completed in 78 milliseconds