Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dgetopt.c136 SHELL_IS_TCSH = 0x8000, /* hijack this bit for other purposes */ enumerator
145 #define shell_TCSH (option_mask32 & SHELL_IS_TCSH)
322 option_mask32 |= SHELL_IS_TCSH; in set_shell()