Lines Matching refs:Rtty_p
506 *Rtty_p, /* Input file pointer for interactive rename */ variable
1057 if (Rtty_p == NULL) in chgreel()
1058 Rtty_p = fopen(Ttyname, "r"); in chgreel()
1063 if (!Rtty_p || fgets(str, sizeof (str), in chgreel()
1064 Rtty_p) == NULL) in chgreel()
1085 if (!Rtty_p || fgets(str, sizeof (str), in chgreel()
1086 Rtty_p) == NULL) in chgreel()
1149 if (fgets(Renametmp_p, rename_bufsz, Rtty_p) == NULL) in ckname()
1151 if (feof(Rtty_p)) in ckname()
1359 Rtty_p = fopen(Ttyname, "r"); in ckopts()
1362 if (Rtty_p == NULL || Wtty_p == NULL) { in ckopts()