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

/freebsd-10.0-release/usr.bin/chat/
H A Dchat.c123 static char *phone_num2; variable
251 if (phone_num2 != NULL)
252 free(phone_num2);
253 phone_num2 = copy_of(optarg);
628 if (sending && phone_num2) {
629 for ( phchar = phone_num2; *phchar != '\0'; phchar++)

Completed in 68 milliseconds