Searched refs:OPT_H (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 244 OPT_H = 1 << 5, // use external connection helper in sendmail_main() enumerator 303 if (opts & OPT_H) { in sendmail_main()
|
D | popmaildir.c | 121 OPT_H = 1 << 13, // -H30 type first 30 lines of a message; (-L12000 -H30). Ignored in popmaildir_main() enumerator
|
/busybox-1.35.0/coreutils/ |
D | ls.c | 270 OPT_H = (1 << OPTBIT_H) * ENABLE_FEATURE_LS_FOLLOWLINKS, enumerator 1130 …bb_error_msg("opt:0x%08x l:%x H:%x color:%x dirs:%x", opt, OPT_l, OPT_H, OPT_color, OPT_dirs_first… in ls_main() 1133 if (opt & OPT_H ) bb_error_msg("-H"); in ls_main() 1215 || (option_mask32 & OPT_H) in ls_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 150 OPT_H = 1 << OPTBIT_H, enumerator 825 if (option_mask32 & OPT_H) in grep_main()
|
/busybox-1.35.0/procps/ |
D | top.c | 225 OPT_H = (1 << 3), enumerator 1144 if (col & OPT_H) {
|
/busybox-1.35.0/editors/ |
D | vi.c | 4901 OPT_H = 1 << OPTBIT_H, enumerator 4941 if (opts & OPT_H) 4943 if (opts & (OPT_H | OPT_h)) {
|
/busybox-1.35.0/util-linux/ |
D | fdisk.c | 158 OPT_H = 1 << 2, enumerator
|