Searched refs:NFIELD (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c116 #define NFIELD 10 macro
200 if (!(jp->file[0].fields = newof(0, Field_t, NFIELD + 1, 0)) ||
201 !(jp->file[1].fields = newof(0, Field_t, NFIELD + 1, 0)))
206 jp->file[0].maxfields = NFIELD;
207 jp->file[1].maxfields = NFIELD;
221 int nfield = NFIELD;
224 outptr = jp->outlist = newof(0, int, NFIELD + 1, 0);
225 outmax = outptr + NFIELD;
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h65 #define NFIELD 4000 /* Number of fields allowed */ macro
69 #define NFIELD 1024 /* Number of fields allowed */ macro
H A Dawk3.c93 static wchar_t *fields[NFIELD]; /* Cache of pointers into fieldbuf */
1565 if (fcount > NFIELD)
1566 awkerr(tmfld, NFIELD);
1618 if (fieldno >= NFIELD)
1619 awkerr(tmfld, NFIELD);
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h209 #define NFIELD 4 macro

Completed in 267 milliseconds