Searched refs:resep (Results 1 – 5 of 5) sorted by relevance
404 old_resep = resep; in f_split()405 resep = sep->n_regexp; in f_split()443 resep = old_resep; in f_split()
178 REGEXP resep; /* Field separator as regexp */ variable
370 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) { in refield()389 (void) REGWERROR(result, resep, (char *)linebuf, in refield()
181 if (resep != (REGEXP)NULL) { in nassign()182 REGWFREE(resep); in nassign()183 resep = (REGEXP)NULL; in nassign()232 resep = re; in setrefield()
406 extern REGEXP resep;