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

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c405 old_resep = resep;
406 resep = sep->n_regexp;
444 resep = old_resep;
H A Dawk0.c180 REGEXP resep; /* Field separator as regexp */ variable
H A Dawk2.c372 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) {
391 (void) REGWERROR(result, resep, (char *)linebuf,
H A Dawk.h405 extern REGEXP resep;
H A Dawk3.c183 if (resep != (REGEXP)NULL) {
184 REGWFREE(resep);
185 resep = (REGEXP)NULL;
234 resep = re;

Completed in 124 milliseconds