Home
last modified time | relevance | path

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

/netbsd-src/libexec/getty/
H A Dextern.h34 struct delayval;
36 int adelay(int, struct delayval *);
H A Dsubr.c488 struct delayval { struct
497 struct delayval crdelay[] = { argument
506 struct delayval nldelay[] = {
514 struct delayval bsdelay[] = {
519 struct delayval ffdelay[] = {
525 struct delayval tbdelay[] = {
547 adelay(int ms, struct delayval *dp) in adelay()