Home
last modified time | relevance | path

Searched refs:bindnames (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
Dmenu.c644 char *bindnames[][2] = variable
666 #define NUMCOMMANDS (sizeof(bindnames)/sizeof(bindnames[0]))
745 M_Print (16, y, bindnames[i][1]); in M_Keys_Draw()
747 l = strlen (bindnames[i][0]); in M_Keys_Draw()
749 M_FindKeysForCommand (bindnames[i][0], keys); in M_Keys_Draw()
789 sprintf (cmd, "bind %s \"%s\"\n", Key_KeynumToString (k), bindnames[keys_cursor][0]); in M_Keys_Key()
820 M_FindKeysForCommand (bindnames[keys_cursor][0], keys); in M_Keys_Key()
823 M_UnbindCommand (bindnames[keys_cursor][0]); in M_Keys_Key()
830 M_UnbindCommand (bindnames[keys_cursor][0]); in M_Keys_Key()
/external/quake/quake/src/WinQuake/
Dmenu.cpp1315 const char *bindnames[][2] = variable
1337 #define NUMCOMMANDS (sizeof(bindnames)/sizeof(bindnames[0]))
1416 M_Print (16, y, bindnames[i][1]); in M_Keys_Draw()
1418 l = strlen (bindnames[i][0]); in M_Keys_Draw()
1420 M_FindKeysForCommand (bindnames[i][0], keys); in M_Keys_Draw()
1460 sprintf (cmd, "bind \"%s\" \"%s\"\n", Key_KeynumToString (k), bindnames[keys_cursor][0]); in M_Keys_Key()
1491 M_FindKeysForCommand (bindnames[keys_cursor][0], keys); in M_Keys_Key()
1494 M_UnbindCommand (bindnames[keys_cursor][0]); in M_Keys_Key()
1501 M_UnbindCommand (bindnames[keys_cursor][0]); in M_Keys_Key()