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

  /src/games/cribbage/
deck.h 59 #define SIX 5
  /src/games/countmail/
countmail 98 *6) y=${y}SIX ;;
110 *6??) z=SIX ;;
  /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"

Completed in 13 milliseconds