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

/freebsd-9.3-release/lib/libstand/
H A Dtwiddle.c46 twiddle() function
H A Dwrite.c83 twiddle();
H A Dread.c80 twiddle();
H A Dufs.c158 twiddle();
268 twiddle();
349 twiddle();
368 twiddle();
409 twiddle();
518 twiddle();
652 twiddle();
H A Dcd9660.c284 twiddle();
317 twiddle();
377 twiddle();
434 twiddle();
H A Dext2fs.c356 twiddle();
398 twiddle();
510 twiddle();
571 twiddle();
668 twiddle();
726 twiddle();
H A DMakefile43 sbrk.c twiddle.c zalloc.c zalloc_malloc.c
H A Dstand.h242 extern void twiddle(void);
H A Dtftp.c446 twiddle();
H A Dnfs.c667 twiddle();
1316 twiddle();
/freebsd-9.3-release/sys/ia64/ia64/
H A Ddump_machdep.c116 int c, error, twiddle; local
119 counter = 0; /* Update twiddle every 16MB */
120 twiddle = 0;
131 printf("%c\b", "|/-\\"[twiddle++ & 3]);
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Ddump_machdep.c118 int c, error, twiddle; local
121 counter = 0; /* Update twiddle every 16MB */
122 twiddle = 0;
134 printf("%c\b", "|/-\\"[twiddle++ & 3]);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Ddump_machdep.c117 int c, counter, error, twiddle; local
122 error = counter = twiddle = 0;
125 printf("%c\b", "|/-\\"[twiddle++ & 3]);
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c197 static char *twiddle(const char *);
383 * says. So we twiddle with the regexp before passing it to regcomp.
386 twiddle(const char *p) function
469 error = regcomp(&re, mimic_gnu ? twiddle(argv[3]) : argv[3],
501 error = regcomp(&re, mimic_gnu ? twiddle(argv[3]) : argv[3],
/freebsd-9.3-release/tools/build/options/
H A Dmakeman280 twiddle >&2
305 twiddle() function
/freebsd-9.3-release/contrib/less/
H A Dopttbl.c47 public int twiddle; /* Show tildes after EOF */ variable
408 BOOL|REPAINT, OPT_ON, &twiddle, NULL,
H A Dline.c52 extern int twiddle;
1098 * either "~" or "", depending on the "twiddle" flag.
1100 if (twiddle)
/freebsd-9.3-release/sys/x86/x86/
H A Ddump_machdep.c169 int i, c, error, twiddle; local
173 counter = 0; /* Update twiddle every 16MB */
174 twiddle = 0;
/freebsd-9.3-release/sys/boot/userboot/libstand/
H A DMakefile47 sbrk.c twiddle.c zalloc.c zalloc_malloc.c
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S682 call twiddle # Entertain the user
700 # Output the "twiddle"
702 twiddle: push %ax # Save label

Completed in 104 milliseconds