Home | History | Annotate | Download | only in join

Lines Matching defs:fields

72 	char **fields;		/* line field(s) */
104 static int joinout = 1; /* show lines with matched join fields (-v) */
373 /* Split the line into fields, allocate space as necessary. */
383 if (reallocarr(&lp->fields,
388 lp->fields[lp->fieldcnt++] = fieldp;
407 return (strcmp(lp1->fields[fieldno1], lp2->fields[fieldno2]));
438 * lines. Output empty fields in the right places.
470 * Output the join field, then the remaining fields from F1
497 if (*lp->fields[fieldno] == '\0')
499 (void)printf("%s", lp->fields[fieldno]);
508 * fields.