Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmain.c141 static bool ignorePWD; /* if we use -C, PWD is meaningless */ variable
377 ignorePWD = true; in MainParseArgChdir()
1046 if (ignorePWD || (pwd = getenv("PWD")) == NULL) in HandlePWD()
1395 ignorePWD = false; in main_Init()