Searched refs:CURCLASS_FLAGS_SET (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c127 CURCLASS_FLAGS_SET(checkportcmd);
130 CURCLASS_FLAGS_SET(modify);
131 CURCLASS_FLAGS_SET(passive);
134 CURCLASS_FLAGS_SET(upload);
201 CURCLASS_FLAGS_SET(Field); \
H A Dextern.h271 #define CURCLASS_FLAGS_SET(x) (curclass.flags |= (FLAG_ ## x)) macro

Completed in 97 milliseconds