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

/freebsd-10.0-release/usr.bin/tip/libacu/
H A Dv831.c189 dialit(char *phonenum, char *acu) argument
196 phonenum = sanitize(phonenum);
198 printf ("(dial phonenum=%s)\n", phonenum);
200 if (*phonenum == '<' && phonenum[1] == 0)
219 while (*phonenum && *phonenum != '<')
220 pc(*phonenum
[all...]

Completed in 189 milliseconds