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

  /src/usr.bin/make/
var.c 247 bool anchorEnd:1; /* '$': match only at end of word */
1546 if (args->pflags.anchorEnd && wordLen != lhsLen)
1556 if (args->pflags.anchorEnd) {
2208 * For the first part of the ':S' modifier, set anchorEnd if the last
2234 out_pflags->anchorEnd = true;

Completed in 156 milliseconds