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

  /src/usr.bin/make/unit-tests/
varmod.mk 14 # * `greedy`: calls `ParseModifierPart` with `ch->endc`; this means
37 # | := | greedy | | no |
38 # | :?= | greedy | | no |
39 # | :+= | greedy | | no |
40 # | :!= | greedy | | no |
41 # | ?: | greedy | | no |
67 # | from=to | greedy | SysV, fallback | --- |
varmod-edge.mk 154 # The SysV := modifier is greedy and consumes all the modifier text
varmod-ifelse.mk 53 # When the :? is parsed, it is greedy. The else branch spans all the
  /src/games/larn/
diag.c 18 static void greedy(void);
340 /* for the greedy cheater checker */
343 greedy();
345 greedy();
358 subroutine to not allow greedy cheaters
361 greedy(void) function in typeref:typename:void
370 lprcat("In that you are GREEDY as well as a CHEATER, I cannot allow this game\n");
  /src/common/dist/zlib/contrib/pascal/
example.pas 295 EXIT_ERR('deflate not greedy');

Completed in 14 milliseconds