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

/freebsd-12-stable/usr.bin/tip/libacu/
H A Ddn11.c59 int timelim; local
77 timelim = 5 * strlen(num);
78 alarm(timelim < 30 ? 30 : timelim);
H A Dv831.c62 int timelim; local
83 timelim = 5 * strlen(num);
84 alarm(timelim < 30 ? 30 : timelim);

Completed in 173 milliseconds