Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dgetopt.c145 #define shell_TCSH (option_mask32 & SHELL_IS_TCSH) macro
175 if (shell_TCSH && *arg == '\n') { in normalize()
180 if ((shell_TCSH && (*arg == '!' || isspace(*arg))) in normalize()