Searched defs:join (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/astsa/
H A Doptlib.h88 int join; /* optjoin() pass # */ member in struct:Optstate_s
/ast/src/lib/libast/misc/
H A Doptlib.h94 int join; /* optjoin() pass # */ member in struct:Optstate_s
/ast/src/lib/libcmd/
H A Djoin.c27 * join
31 "[-?\n@(#)$Id: join (AT&T Research) 2009-12-10 $\n]"
33 "[+NAME?join - relational database operator]"
34 "[+DESCRIPTION?\bjoin\b performs an \aequality join\a on the files \afile1\a "
41 "of lines in \afiles1\a and \afiles2\a that have identical join "
42 "fields. The default output line consists of the join field, "
59 "and a field number or \b0\b representing the join field. "
66 "[j:join]#[field?Equivalent to \b-1\b \afield\a \b-2\b \afield\a.]"
598 /* output join field first */
630 join(Join_ function
[all...]
/ast/src/cmd/mailx/
H A Dcmd3.c551 join(struct msg* msgvec) function
/ast/src/cmd/ksh93/sh/
H A Djobs.c1292 * if non-zero, <join> is the process id of the job to join
1295 int job_post(Shell_t *shp,pid_t pid, pid_t join) argument
1312 if(join==1)
1314 join = 0;
1323 if(join)
1325 if(pw=job_bypid(join))
1329 /* if job to join is not first move it to front */
1343 if(join && job.pwlist)
1345 /* join existin
[all...]
/ast/src/cmd/re/
H A Ded.c1373 join(void) function
1620 join();
/ast/src/cmd/html/
H A Dtroff2html.c852 * return next character with possible line join
1208 * join all args from n on into 1 arg
1212 join(Arg_t* ap, int n) function
2350 if (s = join(ap, 1))
2399 nr("systat", (long)((s = join(ap, 1)) ? system(s) : 0), 0, 0);
2409 if (s = join(ap, 1))
2441 if (!(s = join(ap, 2)))
2459 if (!(s = join(ap, 1)))
2691 if (v = join(ap, 2))
2832 if (s = join(a
[all...]

Completed in 46 milliseconds