Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/getty/
H A Dextern.h34 struct delayval;
45 int adelay(int, struct delayval *);
H A Dsubr.c398 struct delayval { struct
407 struct delayval crdelay[] = { argument
416 struct delayval nldelay[] = {
424 struct delayval bsdelay[] = {
429 struct delayval ffdelay[] = {
435 struct delayval tbdelay[] = {
457 adelay(int ms, struct delayval *dp) in adelay()