Home
last modified time | relevance | path

Searched refs:first_time_around (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_view_manager.h114 bool first_time_around = true);
116 bool first_time_around = true);
117 int do_scan_gimp (bool first_time_around = true);
120 bool first_time_around = true);
122 bool first_time_around = true);
H A Dpisa_view_manager.cc619 bool first_time_around) in do_scan_file() argument
688 first_time_around = false; in do_scan_file()
697 do_scan_file (fs_cls, first_time_around); in do_scan_file()
759 first_time_around = false; in do_scan_printer()
773 do_scan_printer (fd, first_time_around); in do_scan_printer()
780 view_manager::do_scan_gimp (bool first_time_around) in do_scan_gimp() argument
794 first_time_around = false; in do_scan_gimp()
797 do_scan_gimp (first_time_around); in do_scan_gimp()
901 first_time_around || reset_params); in scan_gimp()
978 bool first_time_around) in scan_file() argument
[all …]
H A Dtest-file-selector.cc113 bool first_time_around = false) in do_scan_file() argument
159 first_time_around = false; in do_scan_file()
169 do_scan_file (param, fs, first_time_around); in do_scan_file()
/dports/audio/rawrec/rawrec-0.9.991/src/
H A Dmove_fd.c28 int first_time_around = 1; in move_fd() local
163 if ( (first_time_around) && (crnt_seg == th_arg->ringbuf_segs - 1) ) { in move_fd()
169 first_time_around = 0; /* No longer our first time around. */ in move_fd()