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

  /src/sbin/restore/
tape.c 88 static int gettingfile = 0; /* restart has a valid frame */ variable in typeref:typename:int
394 gettingfile = 0;
545 if (gettingfile) {
546 gettingfile = 0;
558 if (gettingfile && curfile.action == USING) {
566 if (gettingfile) {
567 gettingfile = 0;
1006 if (!gettingfile && setjmp(restart) != 0)
1008 gettingfile++;
1032 gettingfile = 0
    [all...]
tape.c 88 static int gettingfile = 0; /* restart has a valid frame */ variable in typeref:typename:int
394 gettingfile = 0;
545 if (gettingfile) {
546 gettingfile = 0;
558 if (gettingfile && curfile.action == USING) {
566 if (gettingfile) {
567 gettingfile = 0;
1006 if (!gettingfile && setjmp(restart) != 0)
1008 gettingfile++;
1032 gettingfile = 0
    [all...]
tape.c 88 static int gettingfile = 0; /* restart has a valid frame */ variable in typeref:typename:int
394 gettingfile = 0;
545 if (gettingfile) {
546 gettingfile = 0;
558 if (gettingfile && curfile.action == USING) {
566 if (gettingfile) {
567 gettingfile = 0;
1006 if (!gettingfile && setjmp(restart) != 0)
1008 gettingfile++;
1032 gettingfile = 0
    [all...]

Completed in 140 milliseconds