| /NextBSD/contrib/less/ |
| HD | forwback.c | 137 static int first_time = 1; local 193 } else if (!first_time) 258 if ((first_time || less_is_more) && 297 first_time = 0;
|
| /NextBSD/usr.sbin/apmd/ |
| HD | apmdlex.l | 40 int first_time; variable 52 if (first_time) { 55 first_time = 0;
|
| HD | apmdparse.y | 43 extern int first_time; 77 : { first_time = 1; } config_list
|
| HD | apmd.c | 514 static int first_time=1, last_state; in check_battery() local 524 if (first_time) { in check_battery() 532 first_time = 0; in check_battery()
|
| /NextBSD/contrib/gcc/ |
| HD | loop-init.c | 46 static bool first_time = true; in loop_optimizer_init() local 48 if (first_time) in loop_optimizer_init() 50 first_time = false; in loop_optimizer_init()
|
| HD | c-ppoutput.c | 39 bool first_time; /* pp_file_change hasn't been called yet. */ member 135 print.first_time = 1; in init_pp_output() 421 if (print.first_time) in pp_file_change() 426 print.first_time = 0; in pp_file_change()
|
| HD | mips-tdump.c | 1516 int first_time = 1; in main() local 1522 if (first_time) in main() 1525 first_time = 0; in main()
|
| HD | gcc.c | 2566 bool first_time; member 2577 if (!info->first_time) in add_to_obstack() 2582 info->first_time = false; in add_to_obstack() 2602 info.first_time = true; in build_search_list() 4361 int first_time; in set_collect_gcc_options() local 4368 first_time = TRUE; in set_collect_gcc_options() 4373 if (!first_time) in set_collect_gcc_options() 4376 first_time = FALSE; in set_collect_gcc_options()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | interps.c | 133 int first_time = 0; in interp_set() local 152 first_time = 1; in interp_set() 197 if (!first_time) in interp_set()
|
| HD | monitor.c | 143 static int first_time = 0; /* is this the first time we're executing after variable 938 if (current_monitor->flags & MO_RUN_FIRST_TIME && first_time == 1) in monitor_resume() 940 first_time = 0; in monitor_resume() 2019 first_time = 1; in monitor_create_inferior()
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-mm.c | 42 int i, first_time = mempool->memblocks_allocated == 0 ? 1 : 0; in __hal_mempool_grow() local 137 if (first_time && index >= mempool->items_initial) { in __hal_mempool_grow() 203 if (first_time && mempool->items_current == in __hal_mempool_grow()
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | username_providers.c | 184 svn_boolean_t first_time, in prompt_for_username_creds() argument 193 if (first_time) in prompt_for_username_creds()
|
| HD | opt.c | 261 svn_boolean_t first_time; in print_command_info2() local 268 first_time = TRUE; in print_command_info2() 274 if (first_time) { in print_command_info2() 276 first_time = FALSE; in print_command_info2() 284 if (! first_time) in print_command_info2()
|
| HD | hash.c | 376 int first_time = 1; in svn_hash_read() local 385 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time) in svn_hash_read() 396 first_time = 0; in svn_hash_read()
|
| HD | deprecated.c | 324 svn_boolean_t first_time; in print_command_info() local 331 first_time = TRUE; in print_command_info() 337 if (first_time) { in print_command_info() 339 first_time = FALSE; in print_command_info() 347 if (! first_time) in print_command_info()
|
| HD | simple_providers.c | 568 svn_boolean_t first_time, in prompt_for_simple_creds() argument 579 if (first_time) in prompt_for_simple_creds()
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntpsim.c | 467 static int first_time = 1; 475 if (first_time) { 479 first_time = 0;
|
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-mm.c | 47 u32 first_time = mempool->memblocks_allocated == 0 ? 1 : 0; in __hal_mempool_grow() local 142 if (first_time && (item_index >= mempool->items_initial)) in __hal_mempool_grow() 206 if (first_time && mempool->items_current == in __hal_mempool_grow()
|
| /NextBSD/libexec/getty/ |
| HD | main.c | 183 int first_sleep = 1, first_time = 1; in main() local 313 if (first_time && IF) { in main() 325 first_time = 0; in main()
|
| /NextBSD/sys/netinet/ |
| HD | sctp_bsd_addr.c | 301 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change() 303 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
|
| HD | sctp_pcb.h | 253 uint8_t first_time; member
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-sita.c | 66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member 337 u->first_time = 0; 361 u->first_time = 0; 849 if (u->first_time == 0) { 857 u->first_time = 1;
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | log.c | 404 svn_boolean_t first_time; member 470 if (info->first_time) in get_history() 471 info->first_time = FALSE; in get_history() 1421 info->first_time = TRUE; in get_path_histories()
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_qos_parser_y.y | 2274 static boolean_t first_time = TRUE; variable 2299 if (first_time) 2301 first_time = FALSE;
|
| /NextBSD/contrib/ee/ |
| HD | new_curse.c | 3269 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()
|