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

/ast/src/cmd/tw/
H A Dupdatedb.sh201 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 Dscan.c1761 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 Dparse.c3250 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 Dlib.c213 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 Dprint.c515 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 Dlocale.sh270 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 Dsyscall.sh459 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 Dtmxfmt.c107 int alt; local
153 alt = 0;
171 alt = c;
323 switch (alt)
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c132 int alt; member in struct:State_s
355 ext = &state->buf[state->alt = !state->alt];
/ast/src/cmd/pax/
H A Dpax-tar.c337 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 Dmm2twiki.sh1027 if [[ ! ${oparm.alt} ]]
1030 parm=( alt=$u )
H A Dmm2bb.sh1128 if [[ ! ${oparm.alt} ]]
1131 parm=( alt=$u )
H A Dmm2html.sh1682 if [[ ! ${oparm.alt} ]]
1685 parm=( alt=$u )
/ast/src/cmd/sortlib/sync/
H A Dss.c71 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 Dregcomp.c2006 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)))

Completed in 85 milliseconds