Searched defs:firsttime (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1XawInit.c39 static int firsttime = 1; local
41 if (firsttime) {
42 firsttime = 0;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawInit.c43 static int firsttime = 1; local
45 if (firsttime) {
46 firsttime = 0;
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Drotor.c102 Boolean firsttime; member in struct:flightstruct
139 fs->firsttime = True;
172 fs->forward = fs->firsttime = True;
235 if (fs->firsttime)
236 fs->firsttime = False;

Completed in 29 milliseconds