Searched refs:macro_type_new (Results 1 – 1 of 1) sorted by relevance
237 MTypeVarName = macro_type_new("name", "") # var name238 MTypeVarID = macro_type_new("id", "_ID") # var unique ID239 MTypeVarMaxLen = macro_type_new("len", "_MAXLEN") # var max array length2229 function macro_type_new(name, const_suffix, _obj) { function