Home | Sort by: relevance | last modified time | path |
/src/usr.bin/tip/aculib/ | |
dn11.c | 54 int timelim; local in function:dn_dialer 72 timelim = 5 * strlen(num); 73 (void)alarm((unsigned)(timelim < 30 ? 30 : timelim)); |
v831.c | 56 int timelim; local in function:v831_dialer 76 timelim = 5 * strlen(num); 77 (void)alarm((unsigned)(timelim < 30 ? 30 : timelim)); |