subshell_prompt_timer  576 src/subshell/common.c     struct timeval subshell_prompt_timer = {
subshell_prompt_timer  596 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 0)
subshell_prompt_timer  619 src/subshell/common.c     subshell_prompt_timer.tv_sec = 1;
subshell_prompt_timer  625 src/subshell/common.c         rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer);