/ast/src/cmd/tw/ |
H A D | updatedb.sh | 201 alt=" 209 skip="${skip}${alt}!(mode & 'o+r') ||${alt}type == DIR &&${alt}!(mode & 'o+x')" 216 skip="${skip}${alt}level > $depth" 223 skip="${skip}${alt}fstype != '/'.fstype" 225 ?*) skip="${skip} &&${alt}path != '($keep)?(/*)'" 233 skip="${skip}${alt}path == '($drop)?(/*)'" 238 ?*) expr="if (${skip}${alt})${alt} statu [all...] |
/ast/src/cmd/nmake/ |
H A D | scan.c | 1761 Rule_t* alt; local 1773 alt = s; 1778 else if (alt = staterule(PREREQS, r, NiL, 0)) 1780 alt->property &= ~P_implicit; 1781 alt = 0; 1786 if (alt) 1810 if (!(r->property & P_accept) && !state.accept && !((s->property | (alt ? alt->property : 0L)) & P_force) && r->scan == s->scan) 1829 if (alt) 1831 s->event = alt [all...] |
H A D | parse.c | 3250 char* alt; local 3343 alt = sfstruse(internal.nam); 3348 rhs = lhs = alt = sfstruse(tmp); 3350 if (!(opr = getrule(alt)) || !(opr->property & (P_attribute|P_functional|P_immediate))) 3354 if ((op = *++alt) == 'P' && (!*(alt + 1) || !strcmp(alt, "PRINT"))) 3362 if (op == 'Q' && (!*(alt + 1) || !strcmp(alt, "QUIT"))) 3399 alt [all...] |
/ast/src/cmd/3d/ |
H A D | lib.c | 213 getkey(register const char* key, register const char* end, int alt) argument 237 while (key < end && (c = *key) != '=' && c != '/' && c != alt) 246 if (key >= end || *key == '/' || *key == alt) 254 while (key < end && *key != '/' && *key != alt) 258 while (key < end && (*key == '/' || *key == alt))
|
/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 515 static ssize_t fmtbase64(Sfio_t *iop, char *string, int alt) argument 517 static void *fmtbase64(char *string, ssize_t *sz, int alt) 609 nv_outnode(np,iop,(alt?-1:0),0); 615 if(alt && nv_isvtree(np)) 618 alt = 0; 620 if(alt)
|
/ast/src/cmd/ksh93/tests/ |
H A D | locale.sh | 270 alt=$'(debug,message,libshell,An error occurred.)\nAn error occurred.\n(debug,message,libshell,An error occurred.)' 272 [[ $got == "$exp" || $got == "$alt" ]] || { 274 ALT=$(printf %q "$alt")
|
/ast/src/cmd/3d/features/ |
H A D | syscall.sh | 459 alt= 471 alt*) alt=$2 914 nosys) case $alt in 921 *u*) typeset -u y=$alt ;; 922 *) y=`echo $alt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ` ;; 1193 for alt in $ver64 1194 do case $alt in 1195 *${vercall}64*) echo "#define _3D_${vercall}64_VER ${alt}" ;;
|
/ast/src/lib/libast/tm/ |
H A D | tmxfmt.c | 107 int alt; local 153 alt = 0; 171 alt = c; 323 switch (alt)
|
/ast/src/cmd/sortlib/sum/ |
H A D | sortsum.c | 132 int alt; member in struct:State_s 355 ext = &state->buf[state->alt = !state->alt];
|
/ast/src/cmd/pax/ |
H A D | pax-tar.c | 337 int alt; local 352 alt = 4; 358 alt = 0; 368 if ((op->flags & (OPT_HEADER|OPT_READONLY)) == OPT_HEADER && op->name == pos->bucket->name && (op->level == lev || op->level == alt)) 370 message((-5, "extend %s level=%d:%d:%d entry=%d:%d perm=(%s,%I*d) temp=(%s,%I*d)", op->name, op->level, lev, alt, op->entry, ap->entry, op->perm.string, sizeof(op->perm.number), op->perm.number, op->temp.string, sizeof(op->temp.number), op->temp.number));
|
/ast/src/cmd/html/ |
H A D | mm2twiki.sh | 1027 if [[ ! ${oparm.alt} ]] 1030 parm=( alt=$u )
|
H A D | mm2bb.sh | 1128 if [[ ! ${oparm.alt} ]] 1131 parm=( alt=$u )
|
H A D | mm2html.sh | 1682 if [[ ! ${oparm.alt} ]] 1685 parm=( alt=$u )
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 71 char* alt; member in struct:Dd_s 2465 dd->alt = dd->id + 3; 2466 if (*dd->alt == '-' || *dd->alt == '_') 2467 dd->alt++; 2513 if (streq(gp->id, dd->id) || streq(gp->id, dd->alt))
|
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 2006 static Rex_t* alt(Cenv_t*, int, int); 2434 if (!(e->re.group.expr.binary.right = alt(env, parno, 1))) 2526 if (!(e = alt(env, parno, 0))) 2728 if (!(e = alt(env, parno + 1, 0))) 2894 alt(Cenv_t* env, int number, int cond) function 2913 if (!(f = alt(env, number, 0))) 3331 if (!(p->env->rex = alt(&env, 1, 0)))
|