Home
last modified time | relevance | path

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

/dports/shells/bash/bash-5.1/lib/readline/
H A Dcolors.c225 if ((mode & S_IWOTH) != 0 && is_colored (C_OTHER_WRITABLE)) in _rl_print_color_indicator()
226 colored_filetype = C_OTHER_WRITABLE; in _rl_print_color_indicator()
H A Dcolors.h94 C_STICKY, C_OTHER_WRITABLE, C_STICKY_OTHER_WRITABLE, C_CAP, C_MULTIHARDLINK, enumerator
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dcolors.c225 if ((mode & S_IWOTH) != 0 && is_colored (C_OTHER_WRITABLE)) in _rl_print_color_indicator()
226 colored_filetype = C_OTHER_WRITABLE; in _rl_print_color_indicator()
H A Dcolors.h94 C_STICKY, C_OTHER_WRITABLE, C_STICKY_OTHER_WRITABLE, C_CAP, C_MULTIHARDLINK, enumerator
/dports/devel/readline/readline-8.1/
H A Dcolors.c225 if ((mode & S_IWOTH) != 0 && is_colored (C_OTHER_WRITABLE)) in _rl_print_color_indicator()
226 colored_filetype = C_OTHER_WRITABLE; in _rl_print_color_indicator()
H A Dcolors.h94 C_STICKY, C_OTHER_WRITABLE, C_STICKY_OTHER_WRITABLE, C_CAP, C_MULTIHARDLINK, enumerator
/dports/misc/gnuls/coreutils-8.30/src/
H A Dls.c590 C_STICKY, C_OTHER_WRITABLE, C_STICKY_OTHER_WRITABLE, C_CAP, C_MULTIHARDLINK, enumerator
3144 && (is_colored (C_OTHER_WRITABLE) in gobble_file()
4735 else if ((mode & S_IWOTH) != 0 && is_colored (C_OTHER_WRITABLE)) in get_color_indicator()
4736 type = C_OTHER_WRITABLE; in get_color_indicator()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dls.c597 C_STICKY, C_OTHER_WRITABLE, C_STICKY_OTHER_WRITABLE, C_CAP, C_MULTIHARDLINK, enumerator
3339 && (is_colored (C_OTHER_WRITABLE) in gobble_file()
4946 else if ((mode & S_IWOTH) != 0 && is_colored (C_OTHER_WRITABLE)) in get_color_indicator()
4947 type = C_OTHER_WRITABLE; in get_color_indicator()