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

/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dread.c90 int raw, edit, nchars, silent, have_timeout, fd; local
139 nr = nchars = input_is_tty = input_is_pipe = unbuffered_read = have_timeout = 0;
175 have_timeout = 1;
217 if (have_timeout && tmout == 0)
228 if (have_timeout == 0 && (e = get_string_value ("TMOUT")))
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_sel.c175 int have_timeout; local
183 have_timeout = __repmgr_next_timeout(env, &t, NULL);
188 if (have_timeout) {
193 have_timeout = TRUE;
197 if (have_timeout) {
207 return (have_timeout);

Completed in 113 milliseconds