Searched refs:ttyfp (Results 1 – 2 of 2) sorted by relevance
788 FILE *ttyfp; in prompt() local790 if ((ttyfp = fopen(_PATH_TTY, "r")) == NULL) in prompt()794 if ((response = fgetln(ttyfp, &rsize)) == NULL || in prompt()796 (void)fclose(ttyfp); in prompt()801 (void)fclose(ttyfp); in prompt()
155 FILE *ttyfp; in ttypause() local159 if ((ttyfp = fopen("/dev/tty", "r")) != NULL) { in ttypause()161 while ((pch = getc(ttyfp)) != '\n' && pch != EOF) in ttypause()163 (void)fclose(ttyfp); in ttypause()