Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/more/
H A Dmore.c175 int firstf = 1; variable
354 firstf = 0; in main()
361 if (firstf) setjmp (restore); in main()
362 if (firstf) { in main()
363 firstf = 0; in main()
415 firstf = 0; in main()
/titanic_41/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;