Home
last modified time | relevance | path

Searched refs:is_variable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libpcap/
H A Dgencode.c207 int is_variable; member
1059 cstate->off_linkhdr.is_variable = 0; in init_linktype()
1066 cstate->off_linkpl.is_variable = 0; in init_linktype()
1070 cstate->off_linktype.is_variable = 0; in init_linktype()
1241 cstate->off_linkhdr.is_variable = 1; in init_linktype()
1266 cstate->off_linkpl.is_variable = 1; in init_linktype()
1283 cstate->off_linkpl.is_variable = 1; in init_linktype()
2897 if (off->is_variable) { in gen_abs_offset_varpart()
5816 if (cstate->off_linkpl.is_variable) in gen_protochain()
8161 if (!off->is_variable) in gen_vlan_vloffset_add()
[all …]
/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h129 if (!replacer->is_variable (var_name)) { in ucl_variable_replacer()
242 virtual bool is_variable (const std::string &str) const in is_variable() function
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1235 is_variable = (var_token.token_type == tokenize.NAME and
1238 if is_syntax and not is_variable:
1251 if is_syntax or (is_variable and not self._handling_typedef):