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

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dsort.c92 int REC_D = '\n'; variable
139 d_mask[REC_D = '\n'] = REC_D_F;
221 if (REC_D != '\n')
223 REC_D = *optarg;
224 if (REC_D == '\n')
231 REC_D = (int)strtol(optarg, &ep, t);
232 if (*ep != '\0' || REC_D < 0 ||
233 REC_D >= (int)__arraycount(d_mask))
238 d_mask[REC_D] = REC_D_F;
H A Dfiles.c120 c = REC_D;
123 if (c == REC_D) {
194 if (c == REC_D) {
215 *pos++ = REC_D;
H A Dinit.c393 * The record separator (REC_D) never needs a weight, this frees one
423 ascii[REC_D] = 0;
424 Rascii[REC_D] = 255;
425 Ftable[REC_D] = 0;
426 RFtable[REC_D] = 255;
429 if (i == REC_D)
H A Dsort.h170 extern int REC_D;
H A Dfields.c221 *tablepos++ = lweight[REC_D];

Completed in 111 milliseconds