Home
last modified time | relevance | path

Searched refs:firsttime (Results 1 – 10 of 10) sorted by relevance

/openbsd/games/hack/
H A Dhack.cmd.c147 boolean firsttime = FALSE; in rhack() local
151 firsttime = TRUE; in rhack()
170 if(firsttime){ in rhack()
177 if(firsttime){ in rhack()
/openbsd/gnu/usr.bin/cvs/contrib/
H A Drcs2sccs.sh50 firsttime=1
84 if [ "$firsttime" = "1" ]; then
85 firsttime=0
/openbsd/usr.sbin/ntpd/
H A Dntpd.c837 static int firsttime = 1; in show_peer_msg() local
856 if (firsttime) { in show_peer_msg()
857 firsttime = 0; in show_peer_msg()
887 static int firsttime = 1; in show_sensor_msg() local
906 if (firsttime) { in show_sensor_msg()
907 firsttime = 0; in show_sensor_msg()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs779 int firsttime; in ReadMode() local
787 firsttime=!hv_exists(filehash, (char*)&handle, sizeof(int)); in ReadMode()
830 if(firsttime) { in ReadMode()
831 firsttime=0; in ReadMode()
871 firsttime = 1; in ReadMode()
1074 firsttime=1; in ReadMode()
1232 firsttime=1; in ReadMode()
1360 firsttime=1; in ReadMode()
1406 if( firsttime ) { in ReadMode()
/openbsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c520 static int firsttime = 1; in db_store() local
533 if (firsttime) { in db_store()
637 if (firsttime) { in db_store()
638 firsttime = 0; in db_store()
/openbsd/usr.bin/awk/
H A Dlib.c137 static bool firsttime = true; variable
146 if (firsttime) { in getrec()
147 firsttime = false; in getrec()
/openbsd/usr.sbin/sysupgrade/
H A Dsysupgrade.sh224 cat <<__EOT > /etc/rc.firsttime
/openbsd/etc/
H A Drc291 # Usage: run_upgrade_script firsttime|sysmerge
641 # If rc.firsttime exists, run it just once, and make sure it is deleted.
642 run_upgrade_script firsttime
/openbsd/distrib/miniroot/
H A Dinstall.sub234 cat <<__EOT >>/mnt/etc/rc.firsttime
2992 quote export "http_proxy=$http_proxy" >>/mnt/etc/rc.firsttime
2995 echo "/usr/sbin/fw_update" >>/mnt/etc/rc.firsttime
3000 isin "$ARCH" $_syspatch_archs && cat <<'__EOT' >>/mnt/etc/rc.firsttime
/openbsd/gnu/usr.bin/perl/
H A DConfigure2453 case "$firsttime" in