Searched defs:Var (Results 1 – 2 of 2) sorted by relevance
172 typedef struct Var { struct178 FStr name;181 Buffer val;184 bool fromCmd:1;209 * The variable's value is currently being used by Var_Parse or argument227 } Var; typedef
204 Var(struct dataset *ds) in Var() function