Home
last modified time | relevance | path

Searched defs:optdef (Results 1 – 12 of 12) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DConfig.cpp511 const ConfigOptionDef *optdef = def->get(opt_key); in set_deserialize_raw() local
836 const ConfigOptionDef *optdef = def->get(opt_key); in optptr() local
913 const ConfigOptionDef &optdef = this->def()->options.at(opt_key); in read_cli() local
H A DPrintConfig.cpp3543 const ConfigOptionDef *optdef = print_config_def.get(opt_key); in validate() local
H A DPrintConfig.hpp1499 const Slic3r::ConfigOptionDef* optdef = Slic3r::print_config_def.get(it->first); in save() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/xs/src/
H A Dperlglue.cpp314 const ConfigOptionDef* optdef = THIS->def()->get(opt_key); in StaticConfig__set() local
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/keama/
H A Dconfparse.c4162 struct element *optdef; in parse_option_code_dir() local
4270 struct element *optdef; in parse_option_local_dir() local
4318 struct element *optdef; in parse_option_define_dir() local
H A Dparse.c953 struct element *optdef; in parse_option_code_definition() local
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/keama/
H A Dconfparse.c4162 struct element *optdef; in parse_option_code_dir() local
4270 struct element *optdef; in parse_option_local_dir() local
4318 struct element *optdef; in parse_option_define_dir() local
H A Dparse.c953 struct element *optdef; in parse_option_code_definition() local
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/keama/
H A Dconfparse.c4162 struct element *optdef; in parse_option_code_dir() local
4270 struct element *optdef; in parse_option_local_dir() local
4318 struct element *optdef; in parse_option_define_dir() local
H A Dparse.c953 struct element *optdef; in parse_option_code_definition() local
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-prims.c5590 } optdef, *OptDef; typedef
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomputil.c2429 char *opt, Caarg arg, Caopt optdef, int single) in ca_set_data()