Home
last modified time | relevance | path

Searched defs:shfile (Results 1 – 9 of 9) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dshfile.h102 typedef struct shfile struct
108 } shfile; argument
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DModal_gump.h39 : Gump(cont, initx, inity, shnum, shfile), done(false), in Gump() argument
45 : Gump(cont, shnum, shfile), done(false), pushed(nullptr) in Gump() argument
H A DGump.h150 : Gump(cont, initx, inity, shnum, shfile) { in Gump() argument
156 : Gump(cont, shnum, shfile) { in Gump() argument
H A DGump.cc42 ShapeFile shfile in Gump()
60 ShapeFile shfile in Gump()
H A DGump_button.h38 : Gump_widget(par, shnum, px, py, shfile), pushed_button(0) in Gump_widget() argument
H A DStats_gump.cc137 ShapeFile shfile in Stats_gump()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dobjedit.cc247 auto *shfile = static_cast<Shapes_vga_file *>(vgafile->get_ifile()); in rotate_obj() local
H A Dcontedit.cc273 auto *shfile = static_cast<Shapes_vga_file *>(vgafile->get_ifile()); in rotate_cont() local
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dshapeid.h243 void set_file(ShapeFile shfile) { // Set to new flex in set_file()