subshell_prompt_timer  525 src/subshell/common.c     struct timeval subshell_prompt_timer = { 0, 0 };
subshell_prompt_timer  544 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 0)
subshell_prompt_timer  566 src/subshell/common.c     subshell_prompt_timer.tv_sec = 1;
subshell_prompt_timer  570 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1)
subshell_prompt_timer  597 src/subshell/common.c     subshell_prompt_timer.tv_sec = 1;
subshell_prompt_timer  598 src/subshell/common.c     subshell_prompt_timer.tv_usec = 0;
subshell_prompt_timer  602 src/subshell/common.c     while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1)