Home | History | Annotate | Download | only in pending

Lines Matching refs:optflags

74 #define flag_get(f,v,d) ((toys.optflags & f) ? v : d)
75 #define flag_chk(f) ((toys.optflags & f) ? 1 : 0)
1357 toys.optflags &= ~FLAG_b;
1358 toys.optflags |= FLAG_f;
1490 toys.optflags &= ~FLAG_n;
1493 toys.optflags |= FLAG_f;