Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dless.c180 FLAG_S = (1 << 7) * ENABLE_FEATURE_LESS_TRUNCATE, enumerator
435 return (option_mask32 & FLAG_S) in at_end()
716 last = (option_mask32 & FLAG_S) in m_status_print()
927 if (option_mask32 & FLAG_S) { in buffer_fill_and_print()
941 && (option_mask32 & FLAG_S) in buffer_fill_and_print()
981 if ((option_mask32 & FLAG_S)) { in cap_cur_fline()
1000 if ((option_mask32 & FLAG_S)) in buffer_down()
1011 if ((option_mask32 & FLAG_S)) { in buffer_up()
1499 option_mask32 ^= FLAG_S; in flag_change()
1844 option_mask32 |= FLAG_S; in less_main()
/busybox-1.35.0/coreutils/
Dsort.c111 FLAG_S = 1 << 14, /* ignored: -S, --buffer-size=SIZE */ enumerator
/busybox-1.35.0/editors/
Ddiff.c148 FLAG_S, /* never used, handled by getopt32 */ enumerator