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

12

/opensolaris-onvv-gate/usr/src/lib/libgen/inc/
H A D_regexp.h42 #define STAR 01 macro
/opensolaris-onvv-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y49 %token LC RC SEMI STAR DIV MOD PLUS MINUS AND OR XOR LB RB LP RP
160 operator: STAR
174 | STAR decl1 ={ $$ = n_cons (STAR, $2); }
179 | decl3 LB STAR RB ={ $$ = n_cons (LB, $1, 0); }
H A Dndr_print.c76 case STAR: nm = "<*>"; break;
153 case STAR:
259 if (dnp && dnp->label == STAR) {
261 while (dnp && dnp->label == STAR) {
H A Dndr_gen.c84 case STAR:
318 ptr.type_op = STAR;
383 case STAR:
464 ptr.type_op = STAR;
549 if (ti->type_op == STAR)
H A Dndr_anal.c98 case STAR:
162 case STAR:
221 case STAR:
534 * ulong => STAR => LP => LB[100] => id
539 * id => LB[100] => STAR => ulong
688 type_down->type_op != STAR &&
702 if (mem->advice.a_string && type_down->type_op != STAR) {
857 case STAR:
896 case STAR:
934 if (ti->type_op == STAR
[all...]
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h84 STAR, enumerator in enum:ib_token_e
/opensolaris-onvv-gate/usr/src/head/
H A Dregexp.h52 #define STAR 01 macro
155 *lastep |= STAR;
518 case CBACK | STAR:
533 case CDOT | STAR:
539 case CCHR | STAR:
546 case CXCL | STAR:
555 case NCCL | STAR:
559 case CCL | STAR:
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dregex.c69 #define STAR 01 macro
174 case EGRP|STAR:
279 case CDOT|STAR:
287 case CCHR|STAR:
317 case CCL|STAR:
318 case NCCL|STAR:
320 while (__cclass(ep, *lp++, ((ep[-1] == (CCL | STAR)) ||
H A Dregcmp.c66 #define STAR 01 macro
213 *lastep |= STAR;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregnodes.h44 #define STAR 38 /* 0x26 Match this (simple) thing 0 or more times. */ macro
111 STAR, /* STAR */
179 0, /* STAR */
244 0, /* STAR */
310 "STAR", /* 0x26 */
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dkobj_lex.h68 STAR, enumerator in enum:__anon8124
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dreg_step.c429 case CBACK | STAR:
443 case CDOT | STAR:
463 case CCHR | STAR:
470 case MCCHR | STAR:
481 case NMCCL | STAR:
485 case MCCL | STAR:
495 case CCL | STAR:
H A Dreg_compile.c221 *lastep |= STAR;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DRegistry.java47 private static final char STAR = /* NOI18N */ '*'; field in class:Registry
203 if (filter.charAt(filter.length()-1) == STAR) {
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java56 private final static char STAR = '*'; field in class:Parser
57 final static char PRESENT = STAR;
147 tk.ordinaryChar(STAR); // present operator
542 if (tok == STAR) {
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dawk.g.y60 %left STAR PLUS QUEST
277 | r STAR { $$ = op2(STAR, $1, (NODE *) 0); }
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.c78 #define STAR 10 /* node Match this (simple) thing 0 or more times. */ macro
98 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
100 * per match) are implemented with STAR and PLUS for speed
143 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
414 reginsert(STAR, ret);
938 case STAR:
952 min = (OP(scan) == STAR) ? 0 : 1;
1170 case STAR:
1171 p = "STAR";
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Db.c48 #define UNARY case STAR: case PLUS: case QUEST:
54 * unary (STAR, PLUS, QUEST): left is child, right is null
134 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
135 /* put ALL STAR in front of reg. exp. */
363 case STAR:
391 case STAR:
675 case STAR:
677 return (unary(op2(STAR, np, NIL)));
698 case '*': return STAR;
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y103 STAR /* '*' */
132 %left STAR SLASH PERCENT
263 | expr STAR expr = {
/opensolaris-onvv-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c75 #define STAR '*' macro
676 case STAR:
718 case STAR: /* zero or more repetitions of the */
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c53 #define STAR 2 macro
76 '*', STAR,
324 case STAR:
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h112 #define STAR 0x4008 macro
/opensolaris-onvv-gate/usr/src/cmd/egrep/
H A Degrep.y47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST
51 %left STAR PLUS QUEST
152 $$ = unary(STAR, $$);
182 | r STAR
183 { $$ = unary(STAR, $1); }
225 case '*': return (STAR);
622 case STAR:
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c79 STAR, enumerator in enum:__anon2679
298 token = STAR;
498 case STAR:
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c99 #define STAR '*' macro
466 case STAR:

Completed in 312 milliseconds

12