Searched refs:VF_CACHED (Results 1 – 1 of 1) sorted by relevance
101 #define VF_CACHED 0x0100 /* 1 = num/str value has cached str/num eq */ macro999 if ((v->type & (VF_NUMBER | VF_CACHED)) == VF_NUMBER) { in getvar_s()1002 v->type |= VF_CACHED; in getvar_s()1011 if ((v->type & (VF_NUMBER | VF_CACHED)) == 0) { in getvar_i()1028 v->type |= VF_CACHED; in getvar_i()