Searched refs:opentty (Results 1 – 3 of 3) sorted by relevance
173 FILE *opentty(int mode) in opentty() function203 if(!opentty(-1)) in ask_confirmation()211 fflush(opentty(-1)); in ask_confirmation()213 ans[0] = fgetc(opentty(1)); in ask_confirmation()216 if(fgets(ans,9, opentty(0)) == NULL) in ask_confirmation()
80 if(!opentty(0)) in ask_rename()89 if (! fgets(tname, 4*MAX_VNAMELEN+1, opentty(0))) in ask_rename()153 if(a == NAMEMATCH_NONE && !opentty(1)) { in ask_namematch()178 fflush(opentty(1)); in ask_namematch()181 rep = fgetc(opentty(1)); in ask_namematch()188 if(fgets(ans, 9, opentty(0)) == NULL) in ask_namematch()
176 FILE *opentty(int mode);