Searched refs:n_args (Results 1 – 5 of 5) sorted by relevance
4 n_args=010 n_args=$(( $n_args + 1 ))12 if [ "$n_args" -gt 3 ] ; then16 if [ "$n_args" -gt 2 ] ; then21 elif [ "$n_args" -gt 1 ] ; then25 elif [ "$n_args" -gt 0 ] ; then
4 n_args=010 n_args=$(( $n_args + 1 ))12 if [ "$n_args" -gt 2 ] ; then16 if [ "$n_args" -gt 1 ] ; then20 elif [ "$n_args" -gt 0 ] ; then
4 n_args=010 n_args=$(( $n_args + 1 ))12 if [ "$n_args" -gt 1 ] ; then16 if [ "$n_args" -gt 0 ] ; then
3804 int n_args = 0; in has_required_arg() 3817 n_args++; in have_cmd() 3821 return n_args; in have_cmd() 3795 int n_args = 0; has_required_arg() local