Lines Matching refs:chatfile
1170 $chatfile = $pppdir . "chat.$peer.$$dev[3]";
1171 if (-e $chatfile) {
1172 print "$chatfile already exists.\n";
1175 warn "Using $chatfile as-is; it may not be correct.\n";
1178 last if !(-e $chatfile . "." . $n);
1180 $chatfile .= "." . $n;
1181 print "Using $chatfile instead.\n";
1182 $chatfiles{$chatfile} = \@chats;
1185 $overwrite{$chatfile} = 1;
1186 $chatfiles{$chatfile} = \@chats;
1189 $chatfiles{$chatfile} = \@chats;
1196 $chatfile . $needt . $needu, undef);
1573 if (-e $fname && !$overwrite{$chatfile}) {