Home
last modified time | relevance | path

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

/dragonfly/usr.bin/wall/
H A Dwall.c61 static struct wallgroup { struct
62 struct wallgroup *next; argument
77 struct wallgroup *g; in main() argument
93 g = (struct wallgroup *)malloc(sizeof *g); in main()