Home | History | Annotate | Download | only in regex

Lines Matching defs:code

10  * This code is derived from software contributed to Berkeley by
16 * 1. Redistributions of source code must retain the above copyright
100 int code;
121 {0, "", "*** unknown regexp error code ***"}
147 for (r = rerrs; r->code != 0; r++)
148 if (r->code == target)
152 if (r->code != 0)
177 for (r = rerrs; r->code != 0; r++)
180 if (r->code == 0)
183 snprintf(localbuf, buflen, "%d", r->code);