Lines Matching defs:local
362 int _sfmode(reg Sfio_t* f, reg int wanted, reg int local)
364 int _sfmode(f, wanted, local)
367 reg int local; /* a local call */
384 if((!local && SFFROZEN(f)) || (!(f->flags&SF_STRING) && f->file < 0))
385 { if(local || !f->disc || !f->disc->exceptf)
386 { local = 1;
393 if((!local && SFFROZEN(f)) ||
396 { local = 1;
426 { local = 1;
433 { local = 1;
439 SFLOCK(f,local);
598 SFOPEN(f,local);