Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dweapons.c310 Combat_Pt save_origin; in player_fire_handtohand() local
342 save_origin = origin; in player_fire_handtohand()
348 origin = save_origin; in player_fire_handtohand()
421 origin = save_origin; in player_fire_handtohand()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DLyXRC.h290 bool save_origin; variable
H A DLyXRC.cpp283 save_origin = false; in setDefaults()
921 lexrc >> save_origin; in read()
2376 save_origin != system_lyxrc.save_origin) { in write()
2377 os << "\\save_origin " << convert<string>(save_origin) << '\n'; in write()
H A DBufferParams.cpp1145 else if (!save_transient_properties || !lyxrc.save_origin) in writeFile()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiPrefs.cpp2753 rc.save_origin = saveOriginCB->isChecked(); in applyRC()
2789 saveOriginCB->setChecked(rc.save_origin); in updateRC()