Lines Matching refs:Rtty_p
515 *Rtty_p, /* Input file pointer for interactive rename */ variable
1066 if (Rtty_p == NULL) in chgreel()
1067 Rtty_p = fopen(Ttyname, "r"); in chgreel()
1072 if (!Rtty_p || fgets(str, sizeof (str), in chgreel()
1073 Rtty_p) == NULL) in chgreel()
1094 if (!Rtty_p || fgets(str, sizeof (str), in chgreel()
1095 Rtty_p) == NULL) in chgreel()
1158 if (fgets(Renametmp_p, rename_bufsz, Rtty_p) == NULL) in ckname()
1160 if (feof(Rtty_p)) in ckname()
1368 Rtty_p = fopen(Ttyname, "r"); in ckopts()
1371 if (Rtty_p == NULL || Wtty_p == NULL) { in ckopts()