Home
last modified time | relevance | path

Searched refs:VF_TEMP (Results 1 – 2 of 2) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dvars.cpp156 if (v->flags & VF_TEMP) in ~Vars()
168 flags |= VF_TEMP; in CreateVar()
178 flags |= VF_TEMP; in CreateVar()
188 flags |= VF_TEMP; in CreateVar()
247 if (v->flags & VF_TEMP) in RegisterVar()
258 var.flags = v->flags ^ VF_TEMP; in RegisterVar()
H A Dvars.h21 VF_TEMP = 0x20, /**< temporal variables are to be replaced with local varibles. */ enumerator