Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dgencode.c209 int is_variable; member
1152 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 …]
/freebsd-13.1/contrib/libucl/include/
H A Ducl++.h130 if (!replacer->is_variable (var_name)) { in ucl_variable_replacer()
254 virtual bool is_variable (const std::string &str) const in is_variable() function
/freebsd-13.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):