Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/tip/aculib/
Ddn11.c55 int timelim; local
73 timelim = 5 * strlen(num);
74 alarm(timelim < 30 ? 30 : timelim);
Dv831.c59 int timelim; local
80 timelim = 5 * strlen(num);
81 alarm(timelim < 30 ? 30 : timelim);