Searched refs:phoneex (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 184 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ in processdev() local 331 exphone(phonecl, phoneex); in processdev() 332 translate(args[1], phoneex); in processdev() 336 if (chat(w-2, &args[2], dcf, phonecl, phoneex) != SUCCESS) { in processdev()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | callers.c | 241 char phoneex[2*(MAXPH+2)]; /* expanded phone string */ local 385 exphone(phonecl, phoneex); 386 translate(args[1], phoneex); 390 if (chat(w-2, &args[2], dcf, phonecl, phoneex) != SUCCESS) {
|