Home
last modified time | relevance | path

Searched refs:FLAG_1 (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/toys/posix/
H A Dcomm.c30 if (col == 0 && toys.optflags & FLAG_1) return; in writeline()
33 if (!(toys.optflags & FLAG_1)) putchar('\t'); in writeline()
36 if (!(toys.optflags & FLAG_1)) putchar('\t'); in writeline()
H A Dls.c186 if (flags == (FLAG_1|FLAG_f)) { in filter()
338 if (flags == (FLAG_1|FLAG_f)) return; in listfiles()
436 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) { in listfiles()
568 if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) toys.optflags |= FLAG_1; in ls_main()
569 else if (!(toys.optflags&(FLAG_1|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C; in ls_main()
571 if (!FLAG(m)) toys.optflags |= FLAG_1; in ls_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c185 if (flags == (FLAG_1|FLAG_f)) { in filter()
327 if (flags == (FLAG_1|FLAG_f)) return; in listfiles()
424 } else if ((flags & FLAG_1) || width+1+*len > TT.screen_width) { in listfiles()
556 if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) toys.optflags |= FLAG_1; in ls_main()
557 else if (!(toys.optflags&(FLAG_1|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C; in ls_main()
559 if (!FLAG(m)) toys.optflags |= FLAG_1; in ls_main()
/third_party/toybox/toys/other/
H A Dpwgen.c44 else toys.optflags |= FLAG_1; in pwgen_main()
/third_party/toybox/generated/
H A Dflags.h354 #undef FLAG_1 macro
1155 #undef FLAG_1 macro
1176 #undef FLAG_1 macro
1649 #undef FLAG_1 macro
2339 #undef FLAG_1 macro
3469 #undef FLAG_1 macro
3767 #define FLAG_1 (1<<0) macro
4452 #define FLAG_1 (1<<8) macro
4471 #define FLAG_1 (FORCED_FLAG<<8) macro
4862 #define FLAG_1 ( macro
5448 #define FLAG_1 global() macro
6394 #define FLAG_1 global() macro
[all...]
/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js589 FLAG_1 = "flag_1",
1061 Flag["FLAG_1"] = "flag_1";
1398 FLAG_1 = "flag_1",

Completed in 21 milliseconds