Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/lvm2/dist/tools/
H A Dpvmove.c281 unsigned first_time = (flags & PVMOVE_FIRST_TIME) ? 1 : 0; in _update_metadata() local
295 if (!first_time) { in _update_metadata()
306 if (!first_time) in _update_metadata()
315 if (first_time) { in _update_metadata()
360 unsigned first_time = 1; in _set_up_pvmove() local
415 first_time = 0; in _set_up_pvmove()
448 if (first_time) { in _set_up_pvmove()
/dragonfly/contrib/less/
H A Dforwback.c23 public int first_time = 1; variable
270 } else if (!first_time && !is_filtering() && full_screen) in forw()
335 if (first_time && pos == NULL_POSITION && !top_scroll && in forw()
391 first_time = 0; in forw()
H A Dmain.c66 extern int first_time;
411 first_time = 1; /* Don't print "skipping" or tildes */ in quit()
/dragonfly/contrib/gdb-7/gdb/
H A Dinterps.c139 int first_time = 0; in interp_set() local
160 first_time = 1; in interp_set()
208 if (!first_time) in interp_set()
H A Ddwarf2read.c8051 int first_time; in setup_type_unit_groups() local
8070 first_time = tu_group->primary_symtab == NULL; in setup_type_unit_groups()
8082 if (first_time) in setup_type_unit_groups()
8096 if (first_time) in setup_type_unit_groups()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ppoutput.c38 bool first_time; /* pp_file_change hasn't been called yet. */ member
158 print.first_time = 1; in init_pp_output()
607 if (print.first_time) in pp_file_change()
612 print.first_time = 0; in pp_file_change()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ppoutput.c36 bool first_time; /* pp_file_change hasn't been called yet. */ member
162 print.first_time = 1; in init_pp_output()
654 if (print.first_time) in pp_file_change()
659 print.first_time = 0; in pp_file_change()
/dragonfly/libexec/getty/
H A Dmain.c173 int first_sleep = 1, first_time = 1; in main() local
304 if (first_time && IF) { in main()
316 first_time = 0; in main()
/dragonfly/contrib/lvm2/dist/lib/format1/
H A Dformat1.c36 int first_time = 1; in _check_vgs() local
44 if (first_time) { in _check_vgs()
46 first_time = 0; in _check_vgs()
/dragonfly/contrib/lvm2/dist/lib/activate/
H A Ddev_manager.c365 int first_time = 1; in _percent_run() local
414 if (first_time) { in _percent_run()
416 first_time = 0; in _percent_run()
434 if (first_time) in _percent_run()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tdump.c1503 int first_time = 1; in main() local
1509 if (first_time) in main()
1512 first_time = 0; in main()
H A Dgcc.c2245 bool first_time; member
2256 if (!info->first_time) in add_to_obstack()
2261 info->first_time = false; in add_to_obstack()
2291 info.first_time = true; in build_search_list()
4031 int first_time; in set_collect_gcc_options() local
4038 first_time = TRUE; in set_collect_gcc_options()
4043 if (!first_time) in set_collect_gcc_options()
4046 first_time = FALSE; in set_collect_gcc_options()
/dragonfly/contrib/lvm2/dist/libdm/
H A Dlibdm-deptree.c1303 unsigned first_time = 1; in _emit_areas_line() local
1309 EMIT_PARAMS(*pos, "%s%s %" PRIu64, first_time ? "" : " ", in _emit_areas_line()
1312 first_time = 0; in _emit_areas_line()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c2647 bool first_time; member
2658 if (!info->first_time) in add_to_obstack()
2663 info->first_time = false; in add_to_obstack()
2691 info.first_time = true; in build_search_list()
4692 int first_time; in set_collect_gcc_options() local
4699 first_time = TRUE; in set_collect_gcc_options()
4704 if (!first_time) in set_collect_gcc_options()
4707 first_time = FALSE; in set_collect_gcc_options()
H A Dcgraphunit.c1040 analyze_functions (bool first_time) in analyze_functions() argument
1219 if (first_time) in analyze_functions()
/dragonfly/sys/dev/acpica/
H A Dacpi.c1945 static int first_time = 1; in acpi_enable_fixed_events() local
1952 if (first_time) in acpi_enable_fixed_events()
1959 if (first_time) in acpi_enable_fixed_events()
1963 first_time = 0; in acpi_enable_fixed_events()
/dragonfly/contrib/ee/
H A Dnew_curse.c3269 int first_time; in doupdate() local
3546 first_time = TRUE; in doupdate()
3583 if ((first_time) && (virt->changed)) in doupdate()
3589 first_time = FALSE; in doupdate()
H A Dee.c2321 int first_time; /* if TRUE, the first time through the loop */ local
2325 first_time = TRUE;
2328 if (!first_time)
2337 first_time = FALSE;
/dragonfly/sys/dev/raid/ciss/
H A Dciss.c3443 static int first_time = 1; in ciss_nop_complete() local
3447 if (first_time == 1) { in ciss_nop_complete()
3448 first_time = 0; in ciss_nop_complete()
/dragonfly/contrib/binutils-2.34/bfd/
H A Ddwarf2.c2947 bfd_boolean first_time = unit->stash->alt.dwarf_info_buffer == NULL; in find_abstract_instance() local
2950 if (first_time) in find_abstract_instance()