Searched refs:CURCLASS_FLAGS_SET (Results 1 – 2 of 2) sorted by relevance
121 CURCLASS_FLAGS_SET(checkportcmd); in init_curclass()124 CURCLASS_FLAGS_SET(modify); in init_curclass()125 CURCLASS_FLAGS_SET(passive); in init_curclass()128 CURCLASS_FLAGS_SET(upload); in init_curclass()195 CURCLASS_FLAGS_SET(Field); \ in parse_conf()
263 #define CURCLASS_FLAGS_SET(x) (curclass.flags |= (FLAG_ ## x)) macro