Home
last modified time | relevance | path

Searched refs:SETFLAG (Results 1 – 25 of 109) sorted by relevance

12345

/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dgetcmdargs.c32 #define SETFLAG(X,Y,Z) \ macro
177 case 'a': SETFLAG("a", FLAG_a, FLAG_a_ARG); break; in getcmdargs()
178 case 'b': SETFLAG("b", FLAG_b, FLAG_b_ARG); break; in getcmdargs()
179 case 'c': SETFLAG("c", FLAG_c, FLAG_c_ARG); break; in getcmdargs()
180 case 'd': SETFLAG("d", FLAG_d, FLAG_d_ARG); break; in getcmdargs()
181 case 'e': SETFLAG("e", FLAG_e, FLAG_e_ARG); break; in getcmdargs()
182 case 'f': SETFLAG("f", FLAG_f, FLAG_f_ARG); break; in getcmdargs()
183 case 'g': SETFLAG("g", FLAG_g, FLAG_g_ARG); break; in getcmdargs()
184 case 'h': SETFLAG("h", FLAG_h, FLAG_h_ARG); in getcmdargs()
186 case 'i': SETFLAG("i", FLAG_i, FLAG_i_ARG); break; in getcmdargs()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/se3208/
H A Dse3208.cpp144 SETFLAG(FLAG_Z); in AddWithFlags()
146 SETFLAG(FLAG_S); in AddWithFlags()
148 SETFLAG(FLAG_C); in AddWithFlags()
150 SETFLAG(FLAG_V); in AddWithFlags()
159 SETFLAG(FLAG_Z); in SubWithFlags()
161 SETFLAG(FLAG_S); in SubWithFlags()
163 SETFLAG(FLAG_C); in SubWithFlags()
165 SETFLAG(FLAG_V); in SubWithFlags()
175 SETFLAG(FLAG_Z); in AdcWithFlags()
177 SETFLAG(FLAG_S); in AdcWithFlags()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/se3208/
H A Dse3208.cpp144 SETFLAG(FLAG_Z); in AddWithFlags()
146 SETFLAG(FLAG_S); in AddWithFlags()
148 SETFLAG(FLAG_C); in AddWithFlags()
150 SETFLAG(FLAG_V); in AddWithFlags()
159 SETFLAG(FLAG_Z); in SubWithFlags()
161 SETFLAG(FLAG_S); in SubWithFlags()
163 SETFLAG(FLAG_C); in SubWithFlags()
165 SETFLAG(FLAG_V); in SubWithFlags()
175 SETFLAG(FLAG_Z); in AdcWithFlags()
177 SETFLAG(FLAG_S); in AdcWithFlags()
[all …]
/dports/sysutils/jdupes/jdupes-1.19.2/
H A Djdupes.c302 SETFLAG(flags, F_SOFTABORT); in sigusr1()
518 SETFLAG(file->flags, FF_VALID_STAT); in getfilestats()
1898 SETFLAG(flags, F_ONEFS);
1919 SETFLAG(flags, F_DEBUG);
1941 SETFLAG(flags, F_REVERSESORT);
1946 SETFLAG(flags, F_ISOLATE);
1964 SETFLAG(flags, F_SKIPHASH);
1979 SETFLAG(flags, F_NOPROMPT);
2005 SETFLAG(flags, F_RECURSE);
2055 SETFLAG(flags, F_SOFTABORT);
[all …]
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dcfgreader.c880 #define SETFLAG(f) \ macro
923 SETFLAG(DEFAULT); in gn_cfg_get_phone_model()
928 SETFLAG(SMS); in gn_cfg_get_phone_model()
930 SETFLAG(DTMF); in gn_cfg_get_phone_model()
931 SETFLAG(DATA); in gn_cfg_get_phone_model()
933 SETFLAG(EXTPBK); in gn_cfg_get_phone_model()
935 SETFLAG(FOLDERS); in gn_cfg_get_phone_model()
936 SETFLAG(FULLPBK); in gn_cfg_get_phone_model()
937 SETFLAG(SMSFILE); in gn_cfg_get_phone_model()
938 SETFLAG(EXTPBK2); in gn_cfg_get_phone_model()
[all …]
/dports/sysutils/fdupes/fdupes-2.1.2/
H A Dfdupes.c1306 SETFLAG(flags, F_OMITFIRST);
1309 SETFLAG(flags, F_RECURSE);
1318 SETFLAG(flags, F_DSAMELINE);
1321 SETFLAG(flags, F_SHOWSIZE);
1324 SETFLAG(flags, F_SHOWTIME);
1327 SETFLAG(flags, F_FOLLOWLINKS);
1355 SETFLAG(flags, F_DELETEFILES);
1367 SETFLAG(flags, F_NOPROMPT);
1370 SETFLAG(flags, F_IMMEDIATE);
1391 SETFLAG(flags, F_REVERSE);
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4file.c72 SETFLAG(d4info->controls.flags,NCF_UNCONSTRAINABLE); in NCD4_open()
443 SETFLAG(info->controls.flags,DFALT_ON_FLAGS); in NCD4_applyclientparamcontrols()
444 SETFLAG(info->controls.flags,(NCF_NC4|NCF_NCDAP)); in NCD4_applyclientparamcontrols()
447 SETFLAG(info->controls.flags,NCF_SHOWFETCH); in NCD4_applyclientparamcontrols()
454 SETFLAG(info->controls.debugflags,NCF_DEBUG_COPY); /* => close */ in NCD4_applyclientparamcontrols()
472 SETFLAG(info->controls.flags,NCF_FILLMISMATCH); in NCD4_applyclientparamcontrols()
/dports/science/netcdf/netcdf-c-4.7.4/libdap4/
H A Dd4file.c77 SETFLAG(d4info->controls.flags,NCF_UNCONSTRAINABLE); in NCD4_open()
450 SETFLAG(info->controls.flags,DFALT_ON_FLAGS); in NCD4_applyclientparamcontrols()
451 SETFLAG(info->controls.flags,(NCF_NC4|NCF_NCDAP)); in NCD4_applyclientparamcontrols()
454 SETFLAG(info->controls.flags,NCF_SHOWFETCH); in NCD4_applyclientparamcontrols()
461 SETFLAG(info->controls.debugflags,NCF_DEBUG_COPY); /* => close */ in NCD4_applyclientparamcontrols()
479 SETFLAG(info->controls.flags,NCF_FILLMISMATCH); in NCD4_applyclientparamcontrols()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_deepoon/
H A Ddeepoon.c23 #define SETFLAG(_s, _flag, _val) (_s) = ((_s) & ~(_flag)) | ((_val) ? (_flag) : 0) macro
64 SETFLAG(priv->sensor_config.flags, RIFT_SCF_SENSOR_COORDINATES, coordframe == RIFT_CF_SENSOR); in set_coordinate_frame()
226 SETFLAG(priv->sensor_config.flags, RIFT_SCF_USE_CALIBRATION, 1); in open_device()
227 SETFLAG(priv->sensor_config.flags, RIFT_SCF_AUTO_CALIBRATION, 1); in open_device()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_deepoon/
H A Ddeepoon.c23 #define SETFLAG(_s, _flag, _val) (_s) = ((_s) & ~(_flag)) | ((_val) ? (_flag) : 0) macro
64 SETFLAG(priv->sensor_config.flags, RIFT_SCF_SENSOR_COORDINATES, coordframe == RIFT_CF_SENSOR); in set_coordinate_frame()
226 SETFLAG(priv->sensor_config.flags, RIFT_SCF_USE_CALIBRATION, 1); in open_device()
227 SETFLAG(priv->sensor_config.flags, RIFT_SCF_AUTO_CALIBRATION, 1); in open_device()
/dports/misc/openhmd/OpenHMD-0.3.0/src/drv_deepoon/
H A Ddeepoon.c23 #define SETFLAG(_s, _flag, _val) (_s) = ((_s) & ~(_flag)) | ((_val) ? (_flag) : 0) macro
64 SETFLAG(priv->sensor_config.flags, RIFT_SCF_SENSOR_COORDINATES, coordframe == RIFT_CF_SENSOR); in set_coordinate_frame()
226 SETFLAG(priv->sensor_config.flags, RIFT_SCF_USE_CALIBRATION, 1); in open_device()
227 SETFLAG(priv->sensor_config.flags, RIFT_SCF_AUTO_CALIBRATION, 1); in open_device()
/dports/x11/aclip/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_deepoon/
H A Ddeepoon.c23 #define SETFLAG(_s, _flag, _val) (_s) = ((_s) & ~(_flag)) | ((_val) ? (_flag) : 0) macro
64 SETFLAG(priv->sensor_config.flags, RIFT_SCF_SENSOR_COORDINATES, coordframe == RIFT_CF_SENSOR); in set_coordinate_frame()
226 SETFLAG(priv->sensor_config.flags, RIFT_SCF_USE_CALIBRATION, 1); in open_device()
227 SETFLAG(priv->sensor_config.flags, RIFT_SCF_AUTO_CALIBRATION, 1); in open_device()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/vrbridge/OpenHMD/drv_deepoon/
H A Ddeepoon.c23 #define SETFLAG(_s, _flag, _val) (_s) = ((_s) & ~(_flag)) | ((_val) ? (_flag) : 0) macro
64 SETFLAG(priv->sensor_config.flags, RIFT_SCF_SENSOR_COORDINATES, coordframe == RIFT_CF_SENSOR); in set_coordinate_frame()
226 SETFLAG(priv->sensor_config.flags, RIFT_SCF_USE_CALIBRATION, 1); in open_device()
227 SETFLAG(priv->sensor_config.flags, RIFT_SCF_AUTO_CALIBRATION, 1); in open_device()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dminiupnpd.c337 SETFLAG(IPV6DISABLEDMASK); in OpenAndConfHTTPSocket()
1227 SETFLAG(PERFORMSTUNMASK); in init()
1263 SETFLAG(IPV6DISABLEDMASK); in init()
1415 SETFLAG(SECUREMODEMASK); in init()
1465 SETFLAG(IPV6DISABLEDMASK); in init()
1484 SETFLAG(PERFORMSTUNMASK); in init()
1541 SETFLAG(ENABLENATPMPMASK); in init()
1546 SETFLAG(SYSUPTIMEMASK); in init()
1554 SETFLAG(LOGPACKETSMASK); in init()
1558 SETFLAG(SECUREMODEMASK); in init()
[all …]
/dports/mail/libsieve/libsieve-2.3.1/src/sv_parser/
H A Dsieve.h53 SETFLAG = 271, enumerator
115 #define SETFLAG 271 macro
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dminiupnpd.c337 SETFLAG(IPV6DISABLEDMASK); in OpenAndConfHTTPSocket()
1246 SETFLAG(PERFORMSTUNMASK); in init()
1282 SETFLAG(IPV6DISABLEDMASK); in init()
1422 SETFLAG(SECUREMODEMASK); in init()
1479 SETFLAG(IPV6DISABLEDMASK); in init()
1498 SETFLAG(PERFORMSTUNMASK); in init()
1555 SETFLAG(ENABLENATPMPMASK); in init()
1560 SETFLAG(SYSUPTIMEMASK); in init()
1568 SETFLAG(LOGPACKETSMASK); in init()
1572 SETFLAG(SECUREMODEMASK); in init()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dminiupnpd.c337 SETFLAG(IPV6DISABLEDMASK); in OpenAndConfHTTPSocket()
1246 SETFLAG(PERFORMSTUNMASK); in init()
1282 SETFLAG(IPV6DISABLEDMASK); in init()
1422 SETFLAG(SECUREMODEMASK); in init()
1479 SETFLAG(IPV6DISABLEDMASK); in init()
1498 SETFLAG(PERFORMSTUNMASK); in init()
1555 SETFLAG(ENABLENATPMPMASK); in init()
1560 SETFLAG(SYSUPTIMEMASK); in init()
1568 SETFLAG(LOGPACKETSMASK); in init()
1572 SETFLAG(SECUREMODEMASK); in init()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dminiupnpd.c337 SETFLAG(IPV6DISABLEDMASK); in OpenAndConfHTTPSocket()
1246 SETFLAG(PERFORMSTUNMASK); in init()
1282 SETFLAG(IPV6DISABLEDMASK); in init()
1422 SETFLAG(SECUREMODEMASK); in init()
1479 SETFLAG(IPV6DISABLEDMASK); in init()
1498 SETFLAG(PERFORMSTUNMASK); in init()
1555 SETFLAG(ENABLENATPMPMASK); in init()
1560 SETFLAG(SYSUPTIMEMASK); in init()
1568 SETFLAG(LOGPACKETSMASK); in init()
1572 SETFLAG(SECUREMODEMASK); in init()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/contrib/fb303/
H A Dacinclude.m4241 SETFLAG=""
243 SETFLAG=$1
244 eval $SETFLAG=\"$2\"
245 AC_SUBST([$SETFLAG])
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/contrib/fb303/
H A Dacinclude.m4241 SETFLAG=""
243 SETFLAG=$1
244 eval $SETFLAG=\"$2\"
245 AC_SUBST([$SETFLAG])
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fuse-dfs/
H A Dacinclude.m4251 SETFLAG=""
253 SETFLAG=$1
254 eval $SETFLAG=\"$2\"
255 AC_SUBST([$SETFLAG])
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/contrib/fb303/
H A Dacinclude.m4241 SETFLAG=""
243 SETFLAG=$1
244 eval $SETFLAG=\"$2\"
245 AC_SUBST([$SETFLAG])
/dports/devel/thrift-cpp/thrift-0.14.0/contrib/fb303/
H A Dacinclude.m4241 SETFLAG=""
243 SETFLAG=$1
244 eval $SETFLAG=\"$2\"
245 AC_SUBST([$SETFLAG])
/dports/devel/thrift-c_glib/thrift-0.14.0/contrib/fb303/
H A Dacinclude.m4241 SETFLAG=""
243 SETFLAG=$1
244 eval $SETFLAG=\"$2\"
245 AC_SUBST([$SETFLAG])
/dports/devel/thrift/thrift-0.14.0/contrib/fb303/
H A Dacinclude.m4241 SETFLAG=""
243 SETFLAG=$1
244 eval $SETFLAG=\"$2\"
245 AC_SUBST([$SETFLAG])

12345