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

  /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/lib/libc/gen/
glob.c 120 #define STAR '*'
528 case STAR:
1041 case STAR:
  /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/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 345 #define STAR (-1) /* unit number for, e.g., "sd*" */

Completed in 16 milliseconds