/ast/src/lib/libpp/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument 41 if (pass) 48 ppprintf("%s:", pass); 60 if (sep || pass)
|
H A D | pperror.c | 36 errorv(pp.pass, level, ap);
|
H A D | ppmacref.c | 39 p += sfsprintf(p, MAXTOKEN, "\n#%s %s:%s %s %d", dirname(PRAGMA), pp.pass, keyname(X_MACREF), sym->name, type);
|
H A D | ppop.c | 860 pp.pass, 864 pp.pass, 877 if (!(pp.ppdefault = pathprobe("C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0, pp.path, MAXTOKEN + 1, NiL, 0))) 906 sfprintf(sp, "#%s %s:%-.*s %s\n", dirname(PRAGMA), pp.pass, s - pp.firstop->value, pp.firstop->value, s + 1); 908 sfprintf(sp, "#%s %s:%s\n", dirname(PRAGMA), pp.pass, pp.firstop->value); 929 , pp.pass 932 , pp.pass 956 , pp.pass 959 , pp.pass 980 , pp.pass [all...] |
H A D | pp.h | 402 char* pass; /* pass name */ member in struct:ppglobals
|
/ast/src/cmd/3d/ |
H A D | rmdir3d.c | 35 int pass = 0; local 44 if (pass++) 68 else if (pass) 86 int pass = 0; local 114 if (errno == ENOTEMPTY && !pass++)
|
/ast/src/lib/libdss/ |
H A D | dss-compress.h | 74 if (expr->pass || expr->fail || expr->parent->pass != expr) 80 expr->parent->pass = 0;
|
H A D | cxeval.c | 52 if (expr->pass && cxbeg(cx, expr->pass, method)) 114 if (expr->pass && cxend(cx, expr->pass)) 198 if (expr->pass && (t = eval(cx, expr->pass, data, rv)) < 0)
|
H A D | dss-scan.h | 77 expr = expr->pass;
|
H A D | dssopen.c | 789 if (expr->pass && hasquery(expr->pass)) 859 if (expr->pass || expr->fail || expr->next) 877 expr->pass = xt; 882 x = xh->pass = expr; 887 if (expr->pass) 888 expr->pass->parent = expr->pass;
|
/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 68 Optpass_t pass; member in struct:Optcache_s 79 Optpass_t pass[8]; /* optjoin() list */ member in struct:Optstate_s 88 int join; /* optjoin() pass # */
|
/ast/src/lib/libast/misc/ |
H A D | optlib.h | 74 Optpass_t pass; member in struct:Optcache_s 85 Optpass_t pass[8]; /* optjoin() list */ member in struct:Optstate_s 94 int join; /* optjoin() pass # */
|
H A D | optget.c | 931 * initialize the attributes for pass p from opt string s 2329 * if oopts is 0 then state.pass is used 2459 top = state.pass[0]; 2464 if (state.pass[i].oopts == opts) 2466 o = &state.pass[i]; 2481 o = state.pass; 2486 o = &state.cache->pass; 2491 oopts = (const char*)state.pass[0].oopts; 3499 state.pass[0] = top; 4283 Optpass_t* pass; local [all...] |
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_mount.c | 25 [mount-point prot:/[user[:pass]@]host[:port][/remote-path]]" 30 * prot:/user:pass@host:port/remote-path 41 char* pass; local 51 pass = getpass(psbuf); 53 sfsprintf( buf, size, "%s%s%s", data, pass, s+1 ); 86 while (n = optget(argv, "s:[server]f:[mount-file] [mount-point prot,host,user,pass,time:remote-path]"))
|
H A D | ifs_agent.h | 68 int pass; member in struct:mount_item
|
H A D | ifs_ftp.c | 436 char pass[ 80 ], *user; local 459 SecurityDataAccess( mitem->pass, pass, mitem->passlen ); 461 strcpy( pass, "ftpcs@" ); 464 FtpTalk( nFile, "PASS", pass ) != 230 ) {
|
H A D | ifs_agent.c | 185 char *host, *ptr, *pass; local 187 /* url format: "proto:/user:pass@host:port/remote-path" */ 188 /* split proto & user:pass@host:port, and remote-path */ 214 /* split "user:pass" & "host:port" */ 217 if( (pass = strchr( host, ':' )) != NULL ) { 218 *pass++ = '\0'; 219 mi->passlen = strlen( pass ) + 1; 220 mi->pass = SecurityDataAccess( 0, pass, mi->passlen ); 402 buf += sfsprintf( buf, end - buf, mi->pass [all...] |
/ast/src/cmd/coshell/ |
H A D | main.c | 443 if (csread(fd, s = state.buf, 13, CS_EXACT) != 13 || s[0] != '#' || (jp = state.job + (int)strtol(s + 1, NiL, 10)) > state.jobmax || fstat(state.con[fd].info.pass.fd = (int)strtol(s + 7, NiL, 10), &st)) 448 state.con[fd].info.pass.job = jp->pid ? jp : 0; 449 state.con[fd].info.pass.serialize = (jp->flags & CO_SERIALIZE) ? sfstropen() : (Sfio_t*)0; 613 n = state.con[fd].info.pass.fd; 614 jp = state.con[fd].info.pass.job; 622 if (*(s = state.con[fd].info.pass.job->label)) 628 cswrite(state.con[fd].info.pass.fd, cmd, n); 631 if (state.con[fd].info.pass.serialize) 633 if (sfwrite(state.con[fd].info.pass.serialize, state.buf, i) != i) 636 else if (cswrite(state.con[fd].info.pass 739 int* pass; local 760 register int* pass = (int*)handle + fd; local [all...] |
H A D | command.c | 34 int* pass; member in struct:__anon56 87 svc.pass[x] = 0; 95 if (x = svc.pass[fds[m].fd]) 106 svc.pass[fds[m].fd] = (int)strtol(cmd + 1, NiL, 10); 138 * pass job control signals to the server and self 188 if (!(svc.pass = newof(0, int, (int)strtol(astconf("OPEN_MAX", NiL, NiL), NiL, 0), 0))) 189 error(3, "out of space [pass]"); 190 svc.pass[state.indirect.err] = 2; 191 svc.pass[state.indirect.out] = 1; 458 if (jp = con[n].info.pass [all...] |
H A D | job.c | 69 if (tp = state.con[fd].info.pass.serialize) 71 state.con[fd].info.pass.serialize = 0; 72 cswrite(state.con[fd].info.pass.fd, sfstrbase(tp), sfstrtell(tp)); 75 if ((jp = state.con[fd].info.pass.job) && jp->pid)
|
H A D | service.h | 260 Copass_t pass; member in union:__anon63::__anon64
|
/ast/src/lib/libtk/generic/ |
H A D | tkImgGIF.c | 445 int xpos = 0, ypos = 0, pass = 0; 488 switch (pass) { 499 ++pass; 500 switch (pass) { 442 int xpos = 0, ypos = 0, pass = 0; local
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclPkg.c | 151 int code, satisfies, result, pass; 155 * It can take up to three passes to find the package: one pass to 157 * script for a specific version, and a final pass to lookup the 161 for (pass = 1; ; pass++) { 217 * command, invoke it (but only on the first pass; after that, 221 if (pass > 1) { 149 int code, satisfies, result, pass; local
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 203 int pass; /* pass state */ member in struct:State_s
|
H A D | troff2html.c | 2635 state.pass = 1; 2657 state.pass = 0; 2676 state.pass = 1; 2929 state.pass = 1; 3686 state.pass = 0; 3817 state.pass = 0; 3942 if (state.pass) 3947 if (state.pass || (quote & RAW)) 3973 if (state.pass) 3980 if (state.pass || (quot [all...] |