Searched refs:chat_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c185 char *chat_file = (char *) 0; variable
233 void do_file __P((char *chat_file));
315 chat_file = copy_of(arg);
383 if (chat_file != NULL) {
388 do_file (chat_file);
406 void do_file (chat_file)
407 char *chat_file;
414 cfp = fopen (chat_file, "r");
416 fatal(1, "%s -- open failed: %m", chat_file);

Completed in 70 milliseconds