Searched refs:firstf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/more/
H A Dmore.c175 int firstf = 1; variable
354 firstf = 0;
361 if (firstf) setjmp (restore);
362 if (firstf) {
363 firstf = 0;
415 firstf = 0;
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c142 static short firstf = 1; /* set before first file has been processed */ variable
406 if (!firstf)
409 firstf = 0;

Completed in 51 milliseconds