Lines Matching +full:- +full:gp
1 /*-
26 (F_ISSET(&(sp)->opts[(o)], OPT_GLOBAL) ? \
27 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \
28 (sp)->opts[(o)].fld)
31 #define OG_CLR(gp, o) ((gp)->opts[(o)].o_cur.val) = 0 argument
32 #define OG_SET(gp, o) ((gp)->opts[(o)].o_cur.val) = 1 argument
33 #define OG_STR(gp, o) ((gp)->opts[(o)].o_cur.str) argument
34 #define OG_VAL(gp, o) ((gp)->opts[(o)].o_cur.val) argument
35 #define OG_ISSET(gp, o) OG_VAL(gp, o) argument
37 #define OG_D_STR(gp, o) ((gp)->opts[(o)].o_def.str) argument
38 #define OG_D_VAL(gp, o) ((gp)->opts[(o)].o_def.val) argument
101 #undef O_PATH /* bits/fcntl-linux.h may have defined O_PATH. */