Home
last modified time | relevance | path

Searched refs:VPR_OK (Results 1 – 3 of 3) sorted by relevance

/dports/devel/bmake/bmake/
H A Dvar.c2283 return VPR_OK; in ParseModifierPartSubst()
2455 if (res != VPR_OK) in ApplyModifier_Loop()
2468 if (res != VPR_OK) in ApplyModifier_Loop()
2702 if (res != VPR_OK) in ApplyModifier_ShellCommand()
2918 if (res != VPR_OK) in ApplyModifier_Subst()
2963 if (res != VPR_OK) in ApplyModifier_Regex()
4126 return VPR_OK; in ValidShortVarname()
4237 return VPR_OK; in EvalUndefined()
4254 return VPR_OK; in EvalUndefined()
4484 return VPR_OK; in Var_Parse()
[all …]
H A Dnonints.h289 VPR_OK, enumerator
H A Dfor.c176 if (Var_Subst(p, SCOPE_GLOBAL, VARE_WANTRES, &items) != VPR_OK) { in ForLoop_ParseItems()