Searched refs:QUALIFIER (Results 1 – 5 of 5) sorted by relevance
31 public static final int QUALIFIER = 0x00000020; field in PropertyOptions124 return getOption(QUALIFIER); in isQualifier()134 setOption(QUALIFIER, value); in setQualifier()374 QUALIFIER | in getValidOptions()395 case QUALIFIER : return "QUALIFIER"; in defineOptionName()
538 # b4_percent_code_get([QUALIFIER])540 # If any %code blocks for QUALIFIER are defined, emit them beginning with a541 # comment and ending with synclines and a newline. If QUALIFIER is not543 # Bison's usage of QUALIFIER (if specified) by defining544 # b4_percent_code_bison_qualifiers(QUALIFIER).561 # b4_percent_code_ifdef(QUALIFIER, IF-TRUE, [IF-FALSE])563 # If any %code blocks for QUALIFIER (or unqualified %code blocks if564 # QUALIFIER is empty) are defined, expand IF-TRUE, else expand IF-FALSE.565 # Also, record Bison's usage of QUALIFIER (if specified) by defining566 # b4_percent_code_bison_qualifiers(QUALIFIER).
1091 ** An Alternative to "%{...%}" -- "%code QUALIFIER {CODE}"
5174 b4_percent_code_skeleton_qualifiers(QUALIFIER) to5175 b4_percent_code_bison_qualifiers(QUALIFIER).5819 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
5177 -- Directive: %code QUALIFIER {CODE}5179 location or at the location specified by QUALIFIER. *Note %code5585 -- Directive: %code QUALIFIER {CODE}5586 This is the qualified form of the `%code' directive. QUALIFIER10791 -- Directive: %code QUALIFIER {CODE}10793 location or at the location specified by QUALIFIER. *Note %code