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

  /src/usr.bin/make/
parse.c 1881 Var_SetExpand(scope, name, "");
1887 Var_SetExpand(scope, name, evalue);
1904 Var_SetExpand(scope, name, output);
1943 Var_SetExpand(scope, name, uvalue);
make.h 1038 void Var_SetExpand(GNode *, const char *, const char *);
main.c 476 Var_SetExpand(SCOPE_GLOBAL, argvalue, "1");
var.c 80 * Var_SetExpand Set the value of the variable, creating it if
1146 Var_SetExpand(GNode *scope, const char *name, const char *val)

Completed in 125 milliseconds