Home | History | Annotate | Download | only in pending

Lines Matching refs:optflags

42 #define flag_get(f,v,d)     ((toys.optflags & (f)) ? (v) : (d))
43 #define flag_chk(f) ((toys.optflags & (f)) ? 1 : 0)