Searched refs:STAR (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dop.h72 STAR, enumerator in enum:__anon10859
H A Dtree.c117 { STAR, { 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,
619 case STAR:
620 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL);
874 case STAR:
1462 if (op == STAR || op == FSEL) {
2277 ntn = mktnode(STAR, ntn->tn_type->t_subt, ntn, NULL);
2324 if (tn->tn_op == STAR &&
3424 if (ln->tn_op == STAR && ln->tn_left->tn_op == PLUS)
3429 if (ln->tn_op == STAR && ln->tn_left->tn_op == PLUS)
3474 if (ln->tn_op == STAR
[all...]
H A Dcgram.y1535 $$ = build(STAR, $2, NULL);
1551 $$ = build(STAR, build(PLUS, $1, $3), NULL);
/freebsd-9.3-release/contrib/less/
H A Dregexp.c90 #define STAR 10 /* node Match this (simple) thing 0 or more times. */ macro
110 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
112 * per match) are implemented with STAR and PLUS for speed
154 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
431 reginsert(STAR, ret);
970 case STAR:
984 min = (OP(scan) == STAR) ? 0 : 1;
1204 case STAR:
1205 p = "STAR";
/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c51 #define UNARY case STAR: case PLUS: case QUEST:
56 unary (STAR, PLUS, QUEST): left is child, right is null
131 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
132 /* put ALL STAR in front of reg. exp. */
429 case STAR:
453 case STAR:
718 case STAR:
720 return (unary(op2(STAR, np, NIL)));
799 case '*': return STAR;
H A Dawkgram.y53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.h119 STAR, /* STAR is an operator of one argument that enumerator in enum:__anon4931
H A Ddfa.c202 case STAR: s = "STAR"; break;
834 return lasttok = STAR;
1148 case STAR:
1180 closure STAR
1274 case STAR:
1301 while (tok == QMARK || tok == STAR || tok == PLUS || tok == REPMN)
1622 * A QMARK or STAR node is nullable.
1632 * The firstpos of a QMARK, STAR, or PLUS node is the firstpos of its
1643 * The lastpos of a QMARK, STAR, o
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dglob.c112 #define STAR '*' macro
390 case STAR:
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c92 #define STAR '*' macro
529 case STAR:
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c126 #define STAR '*' macro
512 case STAR:
/freebsd-9.3-release/contrib/bmake/unit-tests/
H A Dtest.exp294 LIST:[${STAR}]="one two three four five six"

Completed in 194 milliseconds