Searched refs:num_states (Results 1 – 4 of 4) sorted by relevance
202 int num_states; in dlg_checklist() local275 num_states = (int) strlen(states); in dlg_checklist()423 if (next >= num_states) in dlg_checklist()
207 int num_states; in dlg_treeview() local216 num_states = (int) strlen(states); in dlg_treeview()398 if (next >= num_states) in dlg_treeview()
562 int num_states; in dlg_buildlist() local626 num_states = (int) strlen(states); in dlg_buildlist()840 if (new_state >= num_states) in dlg_buildlist()
97 void check_trailing_context (int *nfa_states, int num_states, int *accset, int nacc) in check_trailing_context() argument101 for (i = 1; i <= num_states; ++i) { in check_trailing_context()