Searched refs:is_variable (Results 1 – 2 of 2) sorted by relevance
167 (cs)->off_linkhdr.is_variable = (new_is_variable); \196 int is_variable; member1145 cstate->off_outermostlinkhdr.is_variable = 0; in init_linktype()1150 cstate->off_prevlinkhdr.is_variable = 0; in init_linktype()1155 cstate->off_linkhdr.is_variable = 0; in init_linktype()1162 cstate->off_linkpl.is_variable = 0; in init_linktype()1166 cstate->off_linktype.is_variable = 0; in init_linktype()1338 cstate->off_linkhdr.is_variable = 1; in init_linktype()1364 cstate->off_linkpl.is_variable = 1; in init_linktype()1381 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