Home
last modified time | relevance | path

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

/freebsd/lib/libdpv/
H A Ddprompt.c70 #define SPIN_SIZE 4 macro
71 static char spin[SPIN_SIZE + 1] = "/-\\|";
94 if (++spin_cp >= (spin + SPIN_SIZE)) in spin_char()