Home
last modified time | relevance | path

Searched refs:tMbsIndex (Results 1 – 6 of 6) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dparser.c537 static one_caller tMbsIndex do_lookup_tagkind(void) in do_lookup_tagkind()
545 { tMbsIndex idx = do_lookup_tagkind(); in lookup_tagkind()
563 tMbsIndex retval = do_lookup_entity_string(str, len); in lookup_entity_string()
572 static one_caller tMbsIndex lookup_entity_code(tEntityCode code) in lookup_entity_code()
672 tMbsIndex idx = lookup_entity_string(start, len); in interpret_character_entities()
682 tMbsIndex idx; in interpret_character_entities()
836 { tMbsIndex idx = do_lookup_input_type(av); in lookup_input_type()
845 static one_caller tMbsIndex lookup_javascript_event(void) in lookup_javascript_event()
1377 static one_caller tMbsIndex do_lookup_attrname(void) in do_lookup_attrname()
1383 { tMbsIndex idx = do_lookup_attrname(); in lookup_attrname()
[all …]
H A Dcookie.c256 static one_caller tMbsIndex parse_month_long(const char* str) in parse_month_long()
261 static one_caller tMbsIndex parse_month_short(const char* str) in parse_month_short()
297 { tMbsIndex idx; in do_parse_datetime()
472 static one_caller tMbsIndex cookie_do_lookup_attrname(const char* str) in cookie_do_lookup_attrname()
477 { tMbsIndex idx = cookie_do_lookup_attrname(str); in cookie_lookup_attrname()
H A Dmain.c537 tMbsIndex idx; in keymap_command_key_register()
562 tMbsIndex idx; in keymap_lineinput_key_register()
936 { const tMbsIndex idx = do_lookup_rp(scheme); in lookup_rp()
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()
5632 { const tMbsIndex idx = __ccc_do_lookup(str); in __ccc_lookup()
5649 { tMbsIndex minidx, maxidx; in __ccc_lookup_prefix()
5814 { tMbsIndex idx = ccc_minidx; in ccc_execute()
5845 { tMbsIndex idx; in ccc_execute()
[all …]
H A Dstuff.h846 typedef signed short tMbsIndex; typedef
847 #define INVALID_INDEX ((tMbsIndex) (-1))
849 { tMbsIndex min = _min_index, max = _max_index, idx; \
H A Dinit.c332 static one_caller tMbsIndex __init lookup_language_code(void) in lookup_language_code()
768 static one_caller tMbsIndex __init do_lookup_csc(void) in do_lookup_csc()
775 { tMbsIndex idx = do_lookup_csc(); in lookup_csc()
H A Dresource.c4787 static one_caller tMbsIndex do_lookup_hhps(const char* str)
4795 tMbsIndex idx = do_lookup_hhps(ptr);