Home
last modified time | relevance | path

Searched refs:freezeon (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DWordBitCompress.h80 freezeon = 0; in Clear()
114 if(freezeon) { in Put()
159 inline int Length() { return freezeon ? freeze_bitcount : bitpos; } in Length()
197 if(freezeon) { in Freeze()
201 freezeon = 1; in Freeze()
208 freezeon = 0; in UnFreeze()
224 int freezeon; variable
H A DWordBitCompress.cc310 if(freezeon) { in PutUint()
/dports/textproc/htdig/htdig-3.2.0b6/htword/
H A DWordBitCompress.h102 int freezeon; variable
111 if(freezeon){bitpos++;return;} in put()
121 if(!freezeon){add_tag(tag);} in put()
148 if(!use_tags || !tag || freezeon){return;} in add_tag()
197 freezeon=0; in init()
H A DWordBitCompress.cc443 if(freezeon){bitpos+=n;return;} in put_uint()
594 freezeon=1; in freeze()
604 if(freeze_stack.size()==0){freezeon=0;} in unfreeze()
611 if(freezeon){return;} in add_tag1()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc563 bool freezeon = studio->get_optmenu("shinfo_animation_freezefirst") == 2; in on_shinfo_animation_type_changed() local
565 studio->set_sensitive("shinfo_animation_freezechance", on && freezeon); in on_shinfo_animation_type_changed()