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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h99 STAR, /* STAR is an operator of one argument that enumerator in enum:__anon2391
H A Ddfa.c175 case STAR: s = "STAR"; break;
807 return lasttok = STAR;
1126 case STAR:
1158 closure STAR
1252 case STAR:
1279 while (tok == QMARK || tok == STAR || tok == PLUS || tok == REPMN)
1602 * A QMARK or STAR node is nullable.
1612 * The firstpos of a QMARK, STAR, or PLUS node is the firstpos of its
1623 * The lastpos of a QMARK, STAR, o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/regexp/
H A Dregexp.c96 #define STAR 10 /* node Match this (simple) thing 0 or more times. */ macro
116 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
118 * per match) are implemented with STAR and PLUS for speed
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
443 reginsert(STAR, ret);
950 case STAR:
964 min = (OP(scan) == STAR) ? 0 : 1;
1179 case STAR:
1180 p = "STAR";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/l7filter/regexp/
H A Dregexp.c96 #define STAR 10 /* node Match this (simple) thing 0 or more times. */ macro
116 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
118 * per match) are implemented with STAR and PLUS for speed
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
443 reginsert(STAR, ret);
950 case STAR:
964 min = (OP(scan) == STAR) ? 0 : 1;
1179 case STAR:
1180 p = "STAR";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Ddscc4.c262 #define STAR 0x04 macro
416 readl(dpriv->base_addr + SCC_REG_START(dpriv) + STAR);
417 return readl(dpriv->base_addr + SCC_REG_START(dpriv) + STAR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c261 #define STAR 0x20 macro
317 // STAR
759 while (read_reg(info, (unsigned char)(channel+STAR)) & BIT2) {
975 * If BIT5 of STAR is set then at least 1 byte is available.
977 if (!fifo_count && (read_reg(info,CHA+STAR) & BIT5))
3811 if (read_reg(info, CHB + STAR) & BIT1)

Completed in 268 milliseconds