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

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dop.h72 STAR, enumerator in enum:__anon13873
H A Dtree.c117 { STAR, { 0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,
639 case STAR:
640 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL);
899 case STAR:
1494 if (op == STAR || op == FSEL) {
2378 ntn = mktnode(STAR, ntn->tn_type->t_subt, ntn, NULL);
2425 if (tn->tn_op == STAR &&
3530 if (ln->tn_op == STAR && ln->tn_left->tn_op == PLUS)
3535 if (ln->tn_op == STAR && ln->tn_left->tn_op == PLUS)
3580 if (ln->tn_op == STAR
[all...]
H A Dcgram.y1631 $$ = build(STAR, $2, NULL);
1647 $$ = build(STAR, build(PLUS, $1, $3), NULL);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodword.mk16 STAR= * macro
120 @echo 'LIST:[$${STAR}]="${LIST:[${STAR}]}"'
H A Dmodword.exp95 LIST:[${STAR}]="one two three four five six"
/freebsd-11-stable/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. */
434 reginsert(STAR, ret);
973 case STAR:
987 min = (OP(scan) == STAR) ? 0 : 1;
1207 case STAR:
1208 p = "STAR";
/freebsd-11-stable/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-11-stable/gnu/usr.bin/grep/
H A Ddfa.h119 STAR, /* STAR is an operator of one argument that enumerator in enum:__anon6494
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-11-stable/contrib/tcsh/
H A Dglob.c117 #define STAR '*' macro
398 case STAR:
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c93 #define STAR '*' macro
530 case STAR:
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c125 #define STAR L'*' macro
581 case STAR:

Completed in 286 milliseconds