Searched refs:any_found (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dcommand.c69 int found, any_found; local
71 for (any_found = 0; list; list = list->next)
78 any_found += found;
80 return (any_found ? EXECUTION_SUCCESS : EXECUTION_FAILURE);

Completed in 118 milliseconds