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

  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 36 # Cover the code in ExprLen.
43 # See for.c, function ExprLen.
72 # Try to cover the code for nested '{}' in ExprLen, without success.
127 # The second attempt to cover the code for nested '{}' in ExprLen.
129 # XXX: It is not the job of ExprLen to parse an expression, it is naive to
130 # expect ExprLen to get all the details right in just a few lines of code.
  /src/usr.bin/make/
for.c 300 ExprLen(const char *s, const char *e)
343 size_t len = ExprLen(p + 1, item.end);
347 * See directive-for-escape.mk, ExprLen.

Completed in 15 milliseconds