Home
last modified time | relevance | path

Searched refs:unit_field (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/webmin/webmin-1.981/squid/
H A Dedit_pool.cgi136 [ 0, &unit_field($name."_1", $unl ? "" : $v1).
138 &unit_field($name."_2", $unl ? "" : $v2).
143 sub unit_field
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dtuple.h201 void set_gain(Field field, Field unit_field, const char * str);
H A Dtuple.cc603 EXPORT void Tuple::set_gain(Field field, Field unit_field, const char * str) in set_gain() argument
606 set_int(unit_field, 1000000); in set_gain()
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp_disclib.c451 t_bool unit_field; /* command has a unit field */ member
602 …if (props->unit_field) /* is the unit field defined for this command?… in dl_prepare_command()
746 …if (props->unit_field) /* is the unit field defined for this command?… in dl_start_command()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_disclib.c466 t_bool unit_field; /* command has a unit field */ member
617 …if (props->unit_field) /* is the unit field defined for this command?… in dl_prepare_command()
761 …if (props->unit_field) /* is the unit field defined for this command?… in dl_start_command()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_disclib.c464 t_bool unit_field; /* command has a unit field */ member
615 …if (props->unit_field) /* is the unit field defined for this command?… in dl_prepare_command()
759 …if (props->unit_field) /* is the unit field defined for this command?… in dl_start_command()
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/controllers/
H A Daction_controller.gd650 var unit_field = self.root_node.bag.abstract_map.get_field(unit_pos)
651 self.activate_field(unit_field)
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_disclib.c823 t_bool unit_field; /* command has a unit field */ member
1563 if (props->unit_field) /* then if the unit field is defined */ in start_command()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_disclib.c824 t_bool unit_field; /* command has a unit field */ member
1564 if (props->unit_field) /* then if the unit field is defined */ in start_command()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/serde_derive/src/
H A Dde.rs1235 let unit_field = field_i(unit_index); in deserialize_externally_tagged_enum_in_place() localVariable
1240 #tag_access = __Tag::#unit_field; in deserialize_externally_tagged_enum_in_place()