Searched refs:join (Results 1 - 15 of 15) sorted by relevance

/ast/src/lib/libast/misc/
H A Doptjoin.c71 state->join = 0;
76 state->join++;
83 state->join = 0;
91 state->join = 0;
118 state->join = 0;
H A Doptlib.h94 int join; /* optjoin() pass # */ member in struct:Optstate_s
H A Doptget.c4309 state.join = 0;
4333 else if ((n = state.join - 1) < 0)
/ast/src/lib/libast/astsa/
H A Doptlib.h88 int join; /* optjoin() pass # */ member in struct:Optstate_s
/ast/src/lib/libtk/generic/
H A DtkGet.c172 int *joinPtr; /* Where to store join style corresponding
194 Tcl_AppendResult(interp, "bad join style \"", string,
219 Tk_NameOfJoinStyle(join)
220 int join; /* Join style for which identifying string
223 switch (join) {
228 return "unknown join style";
H A Dtk.h1242 EXTERN char * Tk_NameOfJoinStyle _ANSI_ARGS_((int join));
/ast/src/cmd/builtin/
H A DMakefile89 :TEST: asa cat chmod chown cksum cmp cp cut date expr fmt head join ln \
/ast/src/lib/libcmd/
H A DMakefile24 getconf.c head.c id.c join.c ln.c logname.c md5sum.c mkdir.c \
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/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...]
/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/lib/libtk/library/demos/
H A Dwidget283 uplevel [list source [file join $tk_library demos $demo.tcl]]
358 wm title .code "Demo code: [file join $tk_library demos $file]"
360 set id [open [file join $tk_library demos $file]]
/ast/src/cmd/mailx/
H A Ddata.c144 "j[oin]", CMD(join), R|I|MSGLIST, 0, MMNDEL,
H A Dmailx.h976 extern int join(struct msg*);
H A Dcmd3.c551 join(struct msg* msgvec) function

Completed in 59 milliseconds