HomeSort by: relevance | last modified time | path
    Searched defs:firsttime (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hack/
hack.cmd.c 152 boolean firsttime = FALSE; local in function:rhack
156 firsttime = TRUE;
176 if (firsttime) {
185 if (firsttime) {
  /src/lib/libc/net/
linkaddr.c 145 int firsttime = 1; local in function:link_ntoa
182 if (firsttime)
183 firsttime = 0;
rcmd.c 778 int firsttime = 1; local in function:__ivaliduser_sa
825 if (firsttime) {
827 firsttime = 0;
847 if (firsttime) {
849 firsttime = 0;
  /src/usr.sbin/timed/timed/
timed.c 708 static int firsttime; local in function:get_goodgroup
717 if (firsttime == 0) {
719 firsttime++;
  /src/bin/ps/
print.c 154 static int firsttime = 1; local in function:printheader
161 if (firsttime) {
168 firsttime = 0;
177 if (firsttime) {
195 if (firsttime) {
196 firsttime = 0;

Completed in 15 milliseconds