Lines Matching defs:option
266 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument
267 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument
268 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument
269 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument
270 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument
271 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument
272 #define IS_FIND_CONDITION(option) ((option) & \ argument
274 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument
275 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument
276 #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) argument
283 #define IS_DYNAMIC_OPTION(option) 0 argument
551 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType) argument