Searched defs:alt (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libast/tm/
H A Dtmxfmt.c107 int alt; local
153 alt = 0;
171 alt = c;
323 switch (alt)
/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/sortlib/sum/
H A Dsortsum.c132 int alt; member in struct:State_s
355 ext = &state->buf[state->alt = !state->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/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/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)))
/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 Dexpand.c4704 int alt; local
4743 alt = '|';
4767 if (c == alt)
4774 alt = c = 0;
4779 alt = c = 0;
4789 for (alt = 0; isspace(*a); a++);
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/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))

Completed in 67 milliseconds