Searched refs:resep (Results 1 – 5 of 5) sorted by relevance
405 old_resep = resep; in f_split()406 resep = sep->n_regexp; in f_split()444 resep = old_resep; in f_split()
180 REGEXP resep; /* Field separator as regexp */ variable
372 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) { in refield()391 (void) REGWERROR(result, resep, (char *)linebuf, in refield()
183 if (resep != (REGEXP)NULL) { in nassign()184 REGWFREE(resep); in nassign()185 resep = (REGEXP)NULL; in nassign()234 resep = re; in setrefield()
405 extern REGEXP resep;