subshell_prompt_timer 532 src/subshell/common.c struct timeval subshell_prompt_timer = { 0, 0 }; subshell_prompt_timer 551 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 0) subshell_prompt_timer 573 src/subshell/common.c subshell_prompt_timer.tv_sec = 1; subshell_prompt_timer 577 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1) subshell_prompt_timer 604 src/subshell/common.c subshell_prompt_timer.tv_sec = 1; subshell_prompt_timer 605 src/subshell/common.c subshell_prompt_timer.tv_usec = 0; subshell_prompt_timer 609 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 1)