Home
last modified time | relevance | path

Searched refs:forcelocal (Results 1 – 4 of 4) sorted by relevance

/src/bin/sh/
H A Dvar.h71 extern int forcelocal;
H A Deval.c496 forcelocal++; in exphere()
507 forcelocal--; in exphere()
660 forcelocal++; in evalbackcmd()
667 forcelocal--; in evalbackcmd()
678 forcelocal--; in evalbackcmd()
H A Dvar.c94 int forcelocal; variable
323 if (forcelocal && !(flags & (VNOSET | VNOLOCAL))) in setvareq()
H A Djobs.c917 forcelocal = 0; in forkshell()
1326 if (bgjob != NULL && !forcelocal) in backgndpidval()