Searched refs:Parse_DoVar (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcounter-append.mk18 # See parse.c, function Parse_DoVar, keyword "!Var_Exists".
H A Dcounter.mk18 # See parse.c, function Parse_DoVar, keyword "!Var_Exists".
H A Dvar-op-sunsh.mk53 # Parse_DoVar.
79 # whitespace character that is not nested with '\0' (see Parse_DoVar).
82 # Parse_DoVar completely trusts Parse_IsVar to properly verify the syntax.
105 # counted by Parse_IsVar and ignored by Parse_DoVar.
/freebsd-13-stable/contrib/bmake/
H A Dnonints.h165 void Parse_DoVar(VarAssign *, GNode *);
H A Dparse.c2008 Parse_DoVar(VarAssign *var, GNode *scope) function
3069 Parse_DoVar(&var, SCOPE_GLOBAL);
H A Dmain.c662 Parse_DoVar(&var, SCOPE_CMDLINE);

Completed in 117 milliseconds