Searched refs:org_x (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/dragon/
H A Ddragon_saver.c129 static int org_x, org_y; local
147 org_x = random() % SCRW; org_y = random() % SCRH;
156 cur_x = org_x; cur_y = org_y;

Completed in 46 milliseconds