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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dshell.c277 static int shopt_ind = 0, shopt_len = 0; variable
1807 if (shopt_ind >= shopt_len)
1812 shopt_alist[shopt_ind].word = opt;
1813 shopt_alist[shopt_ind].token = on_or_off;
1814 shopt_ind++;
1822 for (i = 0; i < shopt_ind; i++)
1827 shopt_ind = shopt_len = 0;

Completed in 1704 milliseconds