Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_scanf.c579 doswitch: in __sccl()
621 goto doswitch; in __sccl()
/dragonfly/contrib/tnftp/src/
H A Dutil.c546 remglob(char *argv[], int doswitch, const char **errbuf) in remglob() argument
591 if (doswitch) in remglob()
599 if (doswitch) in remglob()
/dragonfly/lib/libc/stdio/
H A Dvfscanf.c851 doswitch: in __sccl()
906 goto doswitch; in __sccl()
/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h171 extern void doswitch (Char **, struct command *);
H A Dsh.sem.c312 bifunc->bfunct != (bfunc_t)doswitch && in execute()
H A Dsh.init.c146 { "switch", doswitch, 1, INF },
H A Dsh.func.c451 doswitch(Char **v, struct command *c) in doswitch() function
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c386 DODELAY(int n, int doswitch) in DODELAY() argument
434 if (doswitch && ticks_left > 0) in DODELAY()