Searched refs:join (Results 1 - 15 of 15) sorted by relevance
/ast/src/lib/libast/misc/ |
H A D | optjoin.c | 71 state->join = 0; 76 state->join++; 83 state->join = 0; 91 state->join = 0; 118 state->join = 0;
|
H A D | optlib.h | 94 int join; /* optjoin() pass # */ member in struct:Optstate_s
|
H A D | optget.c | 4309 state.join = 0; 4333 else if ((n = state.join - 1) < 0)
|
/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 88 int join; /* optjoin() pass # */ member in struct:Optstate_s
|
/ast/src/lib/libtk/generic/ |
H A D | tkGet.c | 172 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 D | tk.h | 1242 EXTERN char * Tk_NameOfJoinStyle _ANSI_ARGS_((int join));
|
/ast/src/cmd/builtin/ |
H A D | Makefile | 89 :TEST: asa cat chmod chown cksum cmp cp cut date expr fmt head join ln \
|
/ast/src/lib/libcmd/ |
H A D | Makefile | 24 getconf.c head.c id.c join.c ln.c logname.c md5sum.c mkdir.c \
|
H A D | join.c | 27 * 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 D | troff2html.c | 852 * 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 D | jobs.c | 1292 * 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 D | widget | 283 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 D | data.c | 144 "j[oin]", CMD(join), R|I|MSGLIST, 0, MMNDEL,
|
H A D | mailx.h | 976 extern int join(struct msg*);
|
H A D | cmd3.c | 551 join(struct msg* msgvec) function
|
Completed in 59 milliseconds