Lines Matching refs:option
398 #define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE) argument
399 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) argument
400 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) argument
401 #define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND) argument
402 #define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST) argument
403 #define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY) argument
404 #define IS_POSIXLINE(option) (IS_SINGLELINE(option) && IS_MULTILINE(option)) argument
405 #define IS_FIND_CONDITION(option) ((option) & \ argument
407 #define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL) argument
408 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL) argument
409 #define IS_POSIX_REGION(option) ((option) & ONIG_OPTION_POSIX_REGION) argument
416 #define IS_DYNAMIC_OPTION(option) 0 argument
696 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType) argument
823 extern int onig_alloc_init P_((regex_t** reg, OnigOptionType option, OnigAmbigType ambig_flag, Oni…