HomeSort by: relevance | last modified time | path
    Searched defs:timelim (Results 1 - 2 of 2) sorted by relevancy

  /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));

Completed in 11 milliseconds