HomeSort by: relevance | last modified time | path
    Searched refs:THREE (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_206.c 9 ONE, TWO, THREE
25 case THREE:
38 case THREE:
  /src/games/cribbage/
deck.h 56 #define THREE 2
  /src/games/countmail/
countmail 95 *3) y=${y}THREE ;;
107 *3??) z=THREE ;;
  /src/usr.bin/make/unit-tests/
varmod-to-separator.mk 6 WORDS= one two three four five six
9 .if ${WORDS:ts } != "one two three four five six"
14 .if ${WORDS:ts,} != "one,two,three,four,five,six"
19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
58 .if ${WORDS:ts:} != "one:two:three:four:five:six"
79 .if ${WORDS:ts/:S/two/2/} != "one/2/three/four/five/six"
86 .if ${WORDS:ts/:S/^two/2/} != "one/two/three/four/five/six"
130 .if ${WORDS:[1..3]:ts\n} != "one${.newline}two${.newline}three"
    [all...]

Completed in 14 milliseconds