Home
last modified time | relevance | path

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

/freebsd/libexec/getty/
H A Dextern.h32 struct delayval;
43 int adelay(int, struct delayval *);
H A Dsubr.c392 struct delayval { struct
401 struct delayval crdelay[] = { argument
410 struct delayval nldelay[] = {
418 struct delayval bsdelay[] = {
423 struct delayval ffdelay[] = {
429 struct delayval tbdelay[] = {
451 adelay(int ms, struct delayval *dp) in adelay()