Home
last modified time | relevance | path

Searched refs:resep (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c404 old_resep = resep; in f_split()
405 resep = sep->n_regexp; in f_split()
443 resep = old_resep; in f_split()
H A Dawk0.c178 REGEXP resep; /* Field separator as regexp */ variable
H A Dawk2.c370 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) { in refield()
389 (void) REGWERROR(result, resep, (char *)linebuf, in refield()
H A Dawk3.c181 if (resep != (REGEXP)NULL) { in nassign()
182 REGWFREE(resep); in nassign()
183 resep = (REGEXP)NULL; in nassign()
232 resep = re; in setrefield()
H A Dawk.h403 extern REGEXP resep;