Searched refs:is_variable (Results 1 – 2 of 2) sorted by relevance
164 (cs)->off_linkhdr.is_variable = (new_is_variable); \193 int is_variable; member1173 cstate->off_outermostlinkhdr.is_variable = 0; in init_linktype()1178 cstate->off_prevlinkhdr.is_variable = 0; in init_linktype()1183 cstate->off_linkhdr.is_variable = 0; in init_linktype()1190 cstate->off_linkpl.is_variable = 0; in init_linktype()1194 cstate->off_linktype.is_variable = 0; in init_linktype()1366 cstate->off_linkhdr.is_variable = 1; in init_linktype()1392 cstate->off_linkpl.is_variable = 1; in init_linktype()1409 cstate->off_linkpl.is_variable = 1; in init_linktype()[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