Searched defs:NFIELD (Results 1 - 3 of 3) 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/
H A Dawk.h209 #define NFIELD 4 macro
/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

Completed in 68 milliseconds