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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Deval.c237 int tmout_len, result; local
245 tmout_len = 0;
254 tmout_len = atoi (value_cell (tmout_var));
255 if (tmout_len > 0)
258 alarm (tmout_len);
268 if (interactive && tmout_var && (tmout_len > 0))

Completed in 213 milliseconds