Searched refs:num_found (Results 1 – 7 of 7) sorted by relevance
809 unsigned int num_found = 0; in print_unicode_buffer() local820 num_found = 0; in print_unicode_buffer()828 num_found = 0; in print_unicode_buffer()835 num_found = 0; in print_unicode_buffer()842 num_found = 0; in print_unicode_buffer()847 if (num_found == 0) in print_unicode_buffer()851 ++ num_found; in print_unicode_buffer()853 if (num_found >= string_min) in print_unicode_buffer()857 if (num_found < string_min) in print_unicode_buffer()
825 unsigned int num_found = 0; in print_unicode_buffer() local836 num_found = 0; in print_unicode_buffer()844 num_found = 0; in print_unicode_buffer()851 num_found = 0; in print_unicode_buffer()858 num_found = 0; in print_unicode_buffer()863 if (num_found == 0) in print_unicode_buffer()867 ++ num_found; in print_unicode_buffer()869 if (num_found >= string_min) in print_unicode_buffer()873 if (num_found < string_min) in print_unicode_buffer()
246 int num_found = 0; in add_menu_to_file_buffer() local251 num_found++; in add_menu_to_file_buffer()256 if (num_found >= 2) in add_menu_to_file_buffer()
340 int num_found; member359 fctx->num_found++; in rmconf_find()366 fctx->num_found = 1; in rmconf_find()404 if (ctx.num_found != 1) {451 if (ctx.num_found != 1) {
2774 size_t i, num_found; in mbr_guess_root() local2778 num_found = 0; in mbr_guess_root()2792 if (num_found == 0) { in mbr_guess_root()2796 num_found++; in mbr_guess_root()2808 if (num_found == 1) { in mbr_guess_root()
6037 * event-loop.c (gdb_wait_for_event): Initialize num_found to 0.