Home
last modified time | relevance | path

Searched refs:HU_FONTEND (Results 1 – 15 of 15) sorted by relevance

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dhu_stuff.h28 #define HU_FONTEND '_' // the last font characters macro
31 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dhu_stuff.h28 #define HU_FONTEND '_' // the last font characters macro
31 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dhu_stuff.h35 #define HU_FONTEND '_' // the last font characters macro
38 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dhu_stuff.h28 #define HU_FONTEND '_' // the last font characters macro
31 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
H A Dm_menu.c1637 if(bl < HU_FONTSTART || bl > HU_FONTEND) in M_DialogDimMsg()
1661 if(al < HU_FONTSTART || al > HU_FONTEND) in M_DialogDimMsg()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dhu_stuff.h28 #define HU_FONTEND '_' // the last font characters macro
31 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
H A Dm_menu.c1631 if(bl < HU_FONTSTART || bl > HU_FONTEND) in M_DialogDimMsg()
1655 if(al < HU_FONTSTART || al > HU_FONTEND) in M_DialogDimMsg()
/dports/games/prboom/prboom-2.5.0/src/
H A Dhu_stuff.h42 #define HU_FONTEND (0x7f) /*jff 2/16/98 '_' the last font characters */ macro
45 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dhu_stuff.h42 #define HU_FONTEND (0x7f) /*jff 2/16/98 '_' the last font characters */ macro
45 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dhu_stuff.h33 #define HU_FONTEND BYTE('\377') // the last font characters macro
36 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dhu_stuff.h42 #define HU_FONTEND (0x7f) /*jff 2/16/98 '_' the last font characters */ macro
45 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dhu_stuff.h56 #define HU_FONTEND '_' macro
58 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dhu_stuff.h25 #define HU_FONTEND '~' macro
27 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
H A Dhu_stuff.c867 if ((ch >= HU_FONTSTART && ch <= HU_FONTEND && hu_font[ch-HU_FONTSTART]) in HU_keyInChatString()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_font.cpp104 #define HU_FONTEND BYTE('\377') // the last font characters macro
107 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)