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

  /src/usr.bin/make/unit-tests/
unexport.mk 11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code
directive-unexport.mk 25 # See the ":N" in Var_UnExport for the implementation.
  /src/usr.bin/make/
make.h 1055 void Var_UnExport(bool, const char *);
parse.c 2830 Var_UnExport(false, arg);
2832 Var_UnExport(true, arg);
var.c 109 * Var_UnExport Don't export the variable anymore.
1004 Var_UnExport(bool isEnv, const char *arg)

Completed in 40 milliseconds