Lines Matching full:join
51 * the consecutive lines from the file with a common join field. Then we
64 u_long joinf; /* join field (-1, -2, -j) */
85 static int joinout = 1; /* show lines with matched join fields (-v) */
272 * join field. in slurp()
342 /* See if the join field value has changed. */ in slurp()
427 * Output the results of a join comparison. The output may be from in joinlines()
448 * join rules. This happens when we are writing unmatched single in outoneline()
462 * Output the join field, then the remaining fields. in outoneline()
480 /* Output a pair of lines according to the join list (if any). */ in outtwoline()
494 * Output the join field, then the remaining fields from F1 in outtwoline()
584 * The original join allowed "-a", which meant the in obsolete()
602 * The original join allowed "-j[12] arg" and "-j arg". in obsolete()
628 * The original join allowed "-o arg arg". in obsolete()
657 "usage: join [-a fileno | -v fileno ] [-e string] [-1 field]", in usage()