HomeSort by: relevance | last modified time | path
    Searched defs:STAR (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-select-words.mk 22 STAR= *
29 mod-squarebrackets-0-star-at \
56 mod-squarebrackets-0-star-at:
174 @echo 'LIST:[$${STAR}]="${LIST:[${STAR}]}"'
  /src/external/gpl2/lvm2/dist/libdm/regex/
parse_rx.h 23 STAR,
  /src/lib/libc/gen/
glob.c 120 #define STAR '*'
528 case STAR:
1041 case STAR:
  /src/lib/libcompat/regexp/
regexp.c 95 #define STAR 10 /* node Match this (simple) thing 0 or more times. */
117 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
119 * per match) are implemented with STAR and PLUS for speed
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
438 reginsert(STAR, ret);
1049 case STAR:
1063 min = (OP(scan) == STAR) ? 0 : 1;
1277 case STAR:
1278 p = "STAR";
  /src/external/bsd/less/dist/
regexp.c 92 #define STAR 10 /* node Match this (simple) thing 0 or more times. */
112 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
114 * per match) are implemented with STAR and PLUS for speed
156 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
436 reginsert(STAR, ret);
975 case STAR:
989 min = (OP(scan) == STAR) ? 0 : 1;
1209 case STAR:
1210 p = "STAR";
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 100 STAR, /* STAR is an operator of one argument that
  /src/external/gpl2/grep/dist/src/
dfa.h 119 STAR, /* STAR is an operator of one argument that
  /src/games/trek/
trek.h 60 int scanned; /* star chart entry (see below) */
91 #define STAR '*'
358 #define L_STAR 10 /* ran into a star */
  /src/usr.bin/config/
defs.h 346 #define STAR (-1) /* unit number for, e.g., "sd*" */
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 125 STAR = 326, /* STAR */
303 #define STAR 326
bfin-parse.c 609 STAR = 326, /* STAR */
787 #define STAR 326
997 YYSYMBOL_STAR = 71, /* STAR */
1610 "STAR", "SLASH", "NEG", "MIN", "MAX", "ABS", "DOUBLE_BAR",
3354 case 34: /* asm_1: HALF_REG ASSIGN HALF_REG ASSIGN SIGN LPAREN HALF_REG RPAREN STAR HALF_REG PLUS SIGN LPAREN HALF_REG RPAREN STAR HALF_REG */
7401 case 321: /* multiply_halfregs: HALF_REG STAR HALF_REG */
7599 case 344: /* expr_1: expr_1 STAR expr_1 */
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 125 STAR = 326, /* STAR */
303 #define STAR 326
bfin-parse.c 609 STAR = 326, /* STAR */
787 #define STAR 326
997 YYSYMBOL_STAR = 71, /* STAR */
1610 "STAR", "SLASH", "NEG", "MIN", "MAX", "ABS", "DOUBLE_BAR",
3354 case 34: /* asm_1: HALF_REG ASSIGN HALF_REG ASSIGN SIGN LPAREN HALF_REG RPAREN STAR HALF_REG PLUS SIGN LPAREN HALF_REG RPAREN STAR HALF_REG */
7401 case 321: /* multiply_halfregs: HALF_REG STAR HALF_REG */
7599 case 344: /* expr_1: expr_1 STAR expr_1 */

Completed in 33 milliseconds