Searched refs:is_variable (Results 1 – 3 of 3) sorted by relevance
209 int is_variable; member1152 cstate->off_linkhdr.is_variable = 0; in init_linktype()1159 cstate->off_linkpl.is_variable = 0; in init_linktype()1163 cstate->off_linktype.is_variable = 0; in init_linktype()1334 cstate->off_linkhdr.is_variable = 1; in init_linktype()1360 cstate->off_linkpl.is_variable = 1; in init_linktype()1377 cstate->off_linkpl.is_variable = 1; in init_linktype()3009 if (off->is_variable) { in gen_abs_offset_varpart()6088 if (cstate->off_linkpl.is_variable) in gen_protochain()8790 if (!off->is_variable) in gen_vlan_vloffset_add()[all …]
130 if (!replacer->is_variable (var_name)) { in ucl_variable_replacer()254 virtual bool is_variable (const std::string &str) const in is_variable() function
1235 is_variable = (var_token.token_type == tokenize.NAME and1238 if is_syntax and not is_variable:1251 if is_syntax or (is_variable and not self._handling_typedef):