Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Djob.c2245 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName() local
2247 for (sh = shells; sh < shellsEnd; sh++) { in FindShellByName()