Searched refs:nested_val (Results 1 – 1 of 1) sorted by relevance
2132 FStr nested_val; in ParseModifierPartExpr() local2135 VarEvalMode_WithoutKeepDollar(emode), &nested_val); in ParseModifierPartExpr()2137 LazyBuf_AddStr(part, nested_val.str); in ParseModifierPartExpr()2138 FStr_Done(&nested_val); in ParseModifierPartExpr()2486 FStr nested_val; in ApplyModifier_Defined() local2491 LazyBuf_AddStr(&buf, nested_val.str); in ApplyModifier_Defined()2492 FStr_Done(&nested_val); in ApplyModifier_Defined()4133 FStr nested_val; in ParseVarname() local4134 (void)Var_Parse(&p, scope, emode, &nested_val); in ParseVarname()4136 LazyBuf_AddStr(buf, nested_val.str); in ParseVarname()[all …]