Home | History | Annotate | Download | only in sort

Lines Matching refs:REC_D

92 int REC_D = '\n';
93 u_char d_mask[NBINS]; /* flags for rec_d, field_d, <blank> */
97 * modified to weight rec_d = 0 (or 255)
139 d_mask[REC_D = '\n'] = REC_D_F;
191 if (REC_D != '\n')
193 REC_D = *optarg;
200 REC_D = (int)strtol(optarg, &ep, t);
201 if (*ep != '\0' || REC_D < 0 ||
202 REC_D >= (int)__arraycount(d_mask))
206 if (REC_D == '\n')
209 d_mask[REC_D] = REC_D_F;