Home
last modified time | relevance | path

Searched refs:I_EnterText (Results 1 – 8 of 8) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dinput.h64 extern int32_t I_EnterText(char *t, int32_t maxlength, int32_t flags);
H A Dinput.cpp297 int32_t I_EnterText(char *t, int32_t maxlength, int32_t flags) in I_EnterText() function
H A Dnet.cpp3692 int32_t const hitstate = I_EnterText(typebuf, MAXCHATLENGTH, 0); in Net_SendMessage()
H A Dmenus.cpp7576 int32_t hitstate = I_EnterText(object->input, object->bufsize-1, 0); in Menu_RunInput()
8208 … int32_t hitstate = I_EnterText(object->editfield, object->bufsize-1, object->flags); in Menu_RunInput()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dinput.h67 extern int32_t I_EnterText(char *t, int32_t maxlength, int32_t flags);
H A Dinput.cpp351 int32_t I_EnterText(char *t, int32_t maxlength, int32_t flags) in I_EnterText() function
H A Dnetwork.cpp5071 int32_t const hitstate = I_EnterText(typebuf, 120, 0); in Net_SendMessage()
H A Dmenus.cpp6778 int32_t hitstate = I_EnterText(object->input, object->bufsize-1, 0); in Menu_RunInput()
7244 … int32_t hitstate = I_EnterText(object->editfield, object->bufsize-1, object->flags); in Menu_RunInput()