Searched refs:ttyfp (Results 1 – 2 of 2) sorted by relevance
776 FILE *ttyfp; in prompt() local 778 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) in prompt() 782 if (getline(&response, &rsize, ttyfp) < 0 || in prompt() 784 (void)fclose(ttyfp); in prompt() 789 (void)fclose(ttyfp); in prompt()
142 FILE *ttyfp; in ttypause() local146 if ((ttyfp = fopen("/dev/tty", "r")) != NULL) { in ttypause()148 while ((pch = getc(ttyfp)) != '\n' && pch != EOF) in ttypause()150 (void)fclose(ttyfp); in ttypause()