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

  /src/usr.bin/make/unit-tests/
varmisc.mk 63 # begin .MAKE.SAVE_DOLLARS; see Var_SetWithFlags and ParseBoolean.
69 # interpreted as 'yes', due to the leading '$'; see ParseBoolean.
  /src/usr.bin/make/
make.h 875 bool ParseBoolean(const char *, bool) MAKE_ATTR_USE;
main.c 874 res = ParseBoolean(value, fallback);
2220 ParseBoolean(const char *s, bool fallback)
var.c 1129 save_dollars = ParseBoolean(val, save_dollars);

Completed in 17 milliseconds