Lines Matching refs:tMbsIndex

527 static one_caller tMbsIndex keymap_cmdstr_lookup(const char* str)  in keymap_cmdstr_lookup()
537 tMbsIndex idx; in keymap_command_key_register()
552 static one_caller tMbsIndex keymap_listr_lookup(const char* str) in keymap_listr_lookup()
562 tMbsIndex idx; in keymap_lineinput_key_register()
928 static one_caller tMbsIndex do_lookup_rp(const char* scheme) in do_lookup_rp()
936 { const tMbsIndex idx = do_lookup_rp(scheme); in lookup_rp()
3716 static one_caller tMbsIndex do_lookup_lineinput_key(tKey key) in do_lookup_lineinput_key()
3723 { tMbsIndex idx = do_lookup_lineinput_key(key); in lookup_lineinput_key()
5325 static one_caller tMbsIndex lookup_command_key(tKey key) in lookup_command_key()
5356 tMbsIndex idx; in handle_key()
5624 static one_caller tMbsIndex __ccc_do_lookup(const char* str) in __ccc_do_lookup()
5632 { const tMbsIndex idx = __ccc_do_lookup(str); in __ccc_lookup()
5636 static one_caller tMbsIndex __ccc_do_lookup_prefix(const char* prefix, in __ccc_do_lookup_prefix()
5642 static tMbsIndex ccc_minidx, ccc_maxidx, /* for use with ccccAmbiguous */
5647 const tMbsIndex idx = __ccc_do_lookup_prefix(prefix, prefixlen); in __ccc_lookup_prefix()
5649 { tMbsIndex minidx, maxidx; in __ccc_lookup_prefix()
5654 while ( (++maxidx < (tMbsIndex) (ARRAY_ELEMNUM(cccxlat))) && in __ccc_lookup_prefix()
5814 { tMbsIndex idx = ccc_minidx; in ccc_execute()
5845 { tMbsIndex idx; in ccc_execute()
5855 for (idx = 0; idx < (tMbsIndex) (ARRAY_ELEMNUM(cccxlat)); idx++) in ccc_execute()
5904 { tMbsIndex j; in ccc_execute()