Home
last modified time | relevance | path

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

12

/NextBSD/contrib/less/
HDforwback.c137 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/
HDapmdlex.l40 int first_time; variable
52 if (first_time) {
55 first_time = 0;
HDapmdparse.y43 extern int first_time;
77 : { first_time = 1; } config_list
HDapmd.c514 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/
HDloop-init.c46 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()
HDc-ppoutput.c39 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()
HDmips-tdump.c1516 int first_time = 1; in main() local
1522 if (first_time) in main()
1525 first_time = 0; in main()
HDgcc.c2566 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/
HDinterps.c133 int first_time = 0; in interp_set() local
152 first_time = 1; in interp_set()
197 if (!first_time) in interp_set()
HDmonitor.c143 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/
HDxgehal-mm.c42 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/
HDusername_providers.c184 svn_boolean_t first_time, in prompt_for_username_creds() argument
193 if (first_time) in prompt_for_username_creds()
HDopt.c261 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()
HDhash.c376 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()
HDdeprecated.c324 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()
HDsimple_providers.c568 svn_boolean_t first_time, in prompt_for_simple_creds() argument
579 if (first_time) in prompt_for_simple_creds()
/NextBSD/contrib/ntp/ntpd/
HDntpsim.c467 static int first_time = 1;
475 if (first_time) {
479 first_time = 0;
/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-mm.c47 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/
HDmain.c183 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/
HDsctp_bsd_addr.c301 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change()
303 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
HDsctp_pcb.h253 uint8_t first_time; member
/NextBSD/contrib/libpcap/
HDpcap-sita.c66 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/
HDlog.c404 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/
HDosm_qos_parser_y.y2274 static boolean_t first_time = TRUE; variable
2299 if (first_time)
2301 first_time = FALSE;
/NextBSD/contrib/ee/
HDnew_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()

12