Lines Matching refs:phrase_count
803 while (sti < edi && tss.phrase_count < phkbm.selkeyN) { in get_sel_phrase0()
823 sellen[tss.phrase_count]=len; in get_sel_phrase0()
824 utf8cpyN((char *)selstr[tss.phrase_count++], (char *)stch, len); in get_sel_phrase0()
839 tss.phrase_count = 0; in get_sel_phrase_end()
848 tss.phrase_count = 0; in get_sel_phrase()
1012 if (idx < tss.phrase_count) { in disp_current_sel_page()
1016 if (idx < tss.phrase_count + tss.pho_count) { in disp_current_sel_page()
1017 int v = idx - tss.phrase_count + tss.startf; in disp_current_sel_page()
1024 if (tss.current_page + phkbm.selkeyN < tss.phrase_count + tss.pho_count) { in disp_current_sel_page()
1040 if (idx < tss.phrase_count) { in fetch_user_selection()
1044 if (idx < tss.phrase_count + tss.pho_count) { in fetch_user_selection()
1045 int v = idx - tss.phrase_count + tss.startf; in fetch_user_selection()
1787 if (tss.current_page >= tss.phrase_count + tss.pho_count) in tsin_page_down()
1809 tss.pho_menu_idx = tss.phrase_count; in open_select_pho()
1810 if (tss.phrase_count < phkbm.selkeyN-1) { in open_select_pho()
1851 N = tss.phrase_count + tss.pho_count - tss.current_page; in tsin_sel_max_N()