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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Deval.c236 SHELL_VAR *tmout_var; local
244 tmout_var = (SHELL_VAR *)NULL;
250 tmout_var = find_variable ("TMOUT");
252 if (tmout_var && var_isset (tmout_var))
254 tmout_len = atoi (value_cell (tmout_var));
268 if (interactive && tmout_var && (tmout_len > 0))

Completed in 111 milliseconds