Lines Matching defs:option
288 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument
289 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument
290 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument
291 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument
292 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument
293 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument
294 #define IS_FIND_CONDITION(option) ((option) & \ argument
296 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument
297 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument
298 #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) argument
305 #define IS_DYNAMIC_OPTION(option) 0 argument
573 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType) argument