Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c2281 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in Job_Init()
2283 for (sh = shells; sh < shellsEnd; sh++) { in Job_Init()
2312 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; FindShellByName() local