⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zconf.output

📁 ARM7的源代码
💻 OUTPUT
📖 第 1 页 / 共 3 页
字号:
state 47  103 symbol: T_WORD_QUOTE .    $default  reduce using rule 103 (symbol)state 48   98 expr: T_OPEN_PAREN . expr T_CLOSE_PAREN    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 66    symbol  go to state 51state 49   99 expr: T_NOT . expr    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 67    symbol  go to state 51state 50   54 if: T_IF expr . T_EOL  100 expr: expr . T_OR expr  101     | expr . T_AND expr    T_EOL  shift, and go to state 68    T_OR   shift, and go to state 69    T_AND  shift, and go to state 70state 51   95 expr: symbol .   96     | symbol . T_EQUAL symbol   97     | symbol . T_UNEQUAL symbol    T_UNEQUAL  shift, and go to state 71    T_EQUAL    shift, and go to state 72    $default  reduce using rule 95 (expr)state 52   18 config_stmt: config_entry_start config_option_list .   22 config_option_list: config_option_list . config_option   23                   | config_option_list . depends   24                   | config_option_list . help   25                   | config_option_list . T_EOL    T_HELP          shift, and go to state 73    T_DEPENDS       shift, and go to state 74    T_REQUIRES      shift, and go to state 75    T_PROMPT        shift, and go to state 76    T_DEFAULT       shift, and go to state 77    T_TRISTATE      shift, and go to state 78    T_DEF_TRISTATE  shift, and go to state 79    T_BOOLEAN       shift, and go to state 80    T_DEF_BOOLEAN   shift, and go to state 81    T_STRING        shift, and go to state 82    T_INT           shift, and go to state 83    T_HEX           shift, and go to state 84    T_EOL           shift, and go to state 85    T_SELECT        shift, and go to state 86    T_RANGE         shift, and go to state 87    T_EOL     [reduce using rule 18 (config_stmt)]    $default  reduce using rule 18 (config_stmt)    config_option  go to state 88    help_start     go to state 89    help           go to state 90    depends        go to state 91state 53   20 menuconfig_stmt: menuconfig_entry_start config_option_list .   22 config_option_list: config_option_list . config_option   23                   | config_option_list . depends   24                   | config_option_list . help   25                   | config_option_list . T_EOL    T_HELP          shift, and go to state 73    T_DEPENDS       shift, and go to state 74    T_REQUIRES      shift, and go to state 75    T_PROMPT        shift, and go to state 76    T_DEFAULT       shift, and go to state 77    T_TRISTATE      shift, and go to state 78    T_DEF_TRISTATE  shift, and go to state 79    T_BOOLEAN       shift, and go to state 80    T_DEF_BOOLEAN   shift, and go to state 81    T_STRING        shift, and go to state 82    T_INT           shift, and go to state 83    T_HEX           shift, and go to state 84    T_EOL           shift, and go to state 85    T_SELECT        shift, and go to state 86    T_RANGE         shift, and go to state 87    T_EOL     [reduce using rule 20 (menuconfig_stmt)]    $default  reduce using rule 20 (menuconfig_stmt)    config_option  go to state 88    help_start     go to state 89    help           go to state 90    depends        go to state 91state 54   38 choice_entry: choice choice_option_list .   43 choice_option_list: choice_option_list . choice_option   44                   | choice_option_list . depends   45                   | choice_option_list . help   46                   | choice_option_list . T_EOL    T_HELP      shift, and go to state 73    T_DEPENDS   shift, and go to state 74    T_REQUIRES  shift, and go to state 75    T_OPTIONAL  shift, and go to state 92    T_PROMPT    shift, and go to state 93    T_DEFAULT   shift, and go to state 94    T_TRISTATE  shift, and go to state 95    T_BOOLEAN   shift, and go to state 96    T_EOL       shift, and go to state 97    T_EOL     [reduce using rule 38 (choice_entry)]    $default  reduce using rule 38 (choice_entry)    choice_option  go to state 98    help_start     go to state 89    help           go to state 99    depends        go to state 100state 55   40 choice_stmt: choice_entry choice_block . choice_end   41            | choice_entry choice_block .   53 choice_block: choice_block . common_block    T_ENDMENU     shift, and go to state 101    T_SOURCE      shift, and go to state 7    T_ENDCHOICE   shift, and go to state 102    T_COMMENT     shift, and go to state 10    T_CONFIG      shift, and go to state 11    T_MENUCONFIG  shift, and go to state 12    T_IF          shift, and go to state 13    T_ENDIF       shift, and go to state 103    T_EOF         shift, and go to state 15    T_EOL         shift, and go to state 16    T_ENDMENU     [reduce using rule 41 (choice_stmt)]    T_SOURCE      [reduce using rule 41 (choice_stmt)]    T_ENDCHOICE   [reduce using rule 41 (choice_stmt)]    T_COMMENT     [reduce using rule 41 (choice_stmt)]    T_CONFIG      [reduce using rule 41 (choice_stmt)]    T_MENUCONFIG  [reduce using rule 41 (choice_stmt)]    T_IF          [reduce using rule 41 (choice_stmt)]    T_ENDIF       [reduce using rule 41 (choice_stmt)]    T_EOF         [reduce using rule 41 (choice_stmt)]    T_EOL         [reduce using rule 41 (choice_stmt)]    $default      reduce using rule 41 (choice_stmt)    common_block            go to state 104    config_entry_start      go to state 19    config_stmt             go to state 20    menuconfig_entry_start  go to state 21    menuconfig_stmt         go to state 22    choice_end              go to state 105    if                      go to state 26    if_stmt                 go to state 27    source                  go to state 31    source_stmt             go to state 32    comment                 go to state 33    comment_stmt            go to state 34    end                     go to state 106    nl_or_eof               go to state 35state 56   56 if_stmt: if if_block . if_end   57        | if if_block .   59 if_block: if_block . common_block   60         | if_block . menu_stmt   61         | if_block . choice_stmt    T_MENU        shift, and go to state 5    T_ENDMENU     shift, and go to state 101    T_SOURCE      shift, and go to state 7    T_CHOICE      shift, and go to state 8    T_ENDCHOICE   shift, and go to state 102    T_COMMENT     shift, and go to state 10    T_CONFIG      shift, and go to state 11    T_MENUCONFIG  shift, and go to state 12    T_IF          shift, and go to state 13    T_ENDIF       shift, and go to state 103    T_EOF         shift, and go to state 15    T_EOL         shift, and go to state 16    T_MENU        [reduce using rule 57 (if_stmt)]    T_ENDMENU     [reduce using rule 57 (if_stmt)]    T_SOURCE      [reduce using rule 57 (if_stmt)]    T_CHOICE      [reduce using rule 57 (if_stmt)]    T_ENDCHOICE   [reduce using rule 57 (if_stmt)]    T_COMMENT     [reduce using rule 57 (if_stmt)]    T_CONFIG      [reduce using rule 57 (if_stmt)]    T_MENUCONFIG  [reduce using rule 57 (if_stmt)]    T_IF          [reduce using rule 57 (if_stmt)]    T_ENDIF       [reduce using rule 57 (if_stmt)]    T_EOF         [reduce using rule 57 (if_stmt)]    T_EOL         [reduce using rule 57 (if_stmt)]    $default      reduce using rule 57 (if_stmt)    common_block            go to state 107    config_entry_start      go to state 19    config_stmt             go to state 20    menuconfig_entry_start  go to state 21    menuconfig_stmt         go to state 22    choice                  go to state 23    choice_entry            go to state 24    choice_stmt             go to state 108    if                      go to state 26    if_end                  go to state 109    if_stmt                 go to state 27    menu                    go to state 28    menu_entry              go to state 29    menu_stmt               go to state 110    source                  go to state 31    source_stmt             go to state 32    comment                 go to state 33    comment_stmt            go to state 34    end                     go to state 111    nl_or_eof               go to state 35state 57   63 menu_entry: menu depends_list .   79 depends_list: depends_list . depends   80             | depends_list . T_EOL    T_DEPENDS   shift, and go to state 74    T_REQUIRES  shift, and go to state 75    T_EOL       shift, and go to state 112    T_EOL     [reduce using rule 63 (menu_entry)]    $default  reduce using rule 63 (menu_entry)    depends  go to state 113state 58   65 menu_stmt: menu_entry menu_block . menu_end   66          | menu_entry menu_block .   68 menu_block: menu_block . common_block   69           | menu_block . menu_stmt   70           | menu_block . choice_stmt   71           | menu_block . error T_EOL    error         shift, and go to state 114    T_MENU        shift, and go to state 5    T_ENDMENU     shift, and go to state 101    T_SOURCE      shift, and go to state 7    T_CHOICE      shift, and go to state 8    T_ENDCHOICE   shift, and go to state 102    T_COMMENT     shift, and go to state 10    T_CONFIG      shift, and go to state 11    T_MENUCONFIG  shift, and go to state 12    T_IF          shift, and go to state 13    T_ENDIF       shift, and go to state 103    T_EOF         shift, and go to state 15    T_EOL         shift, and go to state 16    $end          reduce using rule 66 (menu_stmt)    error         [reduce using rule 66 (menu_stmt)]    T_MAINMENU    reduce using rule 66 (menu_stmt)    T_MENU        [reduce using rule 66 (menu_stmt)]    T_ENDMENU     [reduce using rule 66 (menu_stmt)]    T_SOURCE      [reduce using rule 66 (menu_stmt)]    T_CHOICE      [reduce using rule 66 (menu_stmt)]    T_ENDCHOICE   [reduce using rule 66 (menu_stmt)]    T_COMMENT     [reduce using rule 66 (menu_stmt)]    T_CONFIG      [reduce using rule 66 (menu_stmt)]    T_MENUCONFIG  [reduce using rule 66 (menu_stmt)]    T_IF          [reduce using rule 66 (menu_stmt)]    T_ENDIF       [reduce using rule 66 (menu_stmt)]    T_EOF         [reduce using rule 66 (menu_stmt)]    T_EOL         [reduce using rule 66 (menu_stmt)]    common_block            go to state 115    config_entry_start      go to state 19    config_stmt             go to state 20    menuconfig_entry_start  go to state 21    menuconfig_stmt         go to state 22    choice                  go to state 23    choice_entry            go to state 24    choice_stmt             go to state 116    if                      go to state 26    if_stmt                 go to state 27    menu                    go to state 28    menu_entry              go to state 29    menu_end                go to state 117    menu_stmt               go to state 118    source                  go to state 31    source_stmt             go to state 32    comment                 go to state 33    comment_stmt            go to state 34    end                     go to state 119    nl_or_eof               go to state 35state 59   75 comment_stmt: comment depends_list .   79 depends_list: depends_list . depends   80             | depends_list . T_EOL    T_DEPENDS   shift, and go to state 74    T_REQUIRES  shift, and go to state 75    T_EOL       shift, and go to state 112    T_EOL     [reduce using rule 75 (comment_stmt)]    $default  reduce using rule 75 (comment_stmt)    depends  go to state 113state 60    6 block: T_MAINMENU prompt nl_or_eof .    $default  reduce using rule 6 (block)state 61   62 menu: T_MENU prompt T_EOL .    $default  reduce using rule 62 (menu)state 62   72 source: T_SOURCE prompt T_EOL .    $default  reduce using rule 72 (source)state 63   74 comment: T_COMMENT prompt T_EOL .    $default  reduce using rule 74 (comment)state 64   17 config_entry_start: T_CONFIG T_WORD T_EOL .    $default  reduce using rule 17 (config_entry_start)state 65   19 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL .    $default  reduce using rule 19 (menuconfig_entry_start)state 66   98 expr: T_OPEN_PAREN expr . T_CLOSE_PAREN  100     | expr . T_OR expr  101     | expr . T_AND expr    T_CLOSE_PAREN  shift, and go to state 120    T_OR           shift, and go to state 69    T_AND          shift, and go to state 70state 67   99 expr: T_NOT expr .  100     | expr . T_OR expr  101     | expr . T_AND expr    $default  reduce using rule 99 (expr)state 68   54 if: T_IF expr T_EOL .    $default  reduce using rule 54 (if)state 69  100 expr: expr T_OR . expr    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 121    symbol  go to state 51state 70  101 expr: expr T_AND . expr    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 122    symbol  go to state 51state 71   97 expr: symbol T_UNEQUAL . symbol    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    symbol  go to state 123state 72   96 expr: symbol T_EQUAL . symbol    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    symbol  go to state 124state 73   76 help_start: T_HELP . T_EOL    T_EOL  shift, and go to state 125state 74   81 depends: T_DEPENDS . T_ON expr T_EOL   82        | T_DEPENDS . expr T_EOL    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_ON          shift, and go to state 126    T_NOT         shift, and go to state 49    expr    go to state 127    symbol  go to state 51state 75   83 depends: T_REQUIRES . expr T_EOL    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 128    symbol  go to state 51state 76   33 config_option: T_PROMPT . prompt if_expr T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    prompt  go to state 129state 77   34 config_option: T_DEFAULT . expr if_expr T_EOL    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 130    symbol  go to state 51state 78   26 config_option: T_TRISTATE . prompt_stmt_opt T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    $default  reduce using rule 84 (prompt_stmt_opt)    prompt_stmt_opt  go to state 131    prompt           go to state 132state 79   27 config_option: T_DEF_TRISTATE . expr if_expr T_EOL    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 133    symbol  go to state 51state 80   28 config_option: T_BOOLEAN . prompt_stmt_opt T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    $default  reduce using rule 84 (prompt_stmt_opt)    prompt_stmt_opt  go to state 134    prompt           go to state 132state 81   29 config_option: T_DEF_BOOLEAN . expr if_expr T_EOL    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    T_OPEN_PAREN  shift, and go to state 48    T_NOT         shift, and go to state 49    expr    go to state 135    symbol  go to state 51state 82   32 config_option: T_STRING . prompt_stmt_opt T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    $default  reduce using rule 84 (prompt_stmt_opt)    prompt_stmt_opt  go to state 136    prompt           go to state 132state 83   30 config_option: T_INT . prompt_stmt_opt T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    $default  reduce using rule 84 (prompt_stmt_opt)    prompt_stmt_opt  go to state 137    prompt           go to state 132state 84   31 config_option: T_HEX . prompt_stmt_opt T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    $default  reduce using rule 84 (prompt_stmt_opt)    prompt_stmt_opt  go to state 138    prompt           go to state 132state 85   25 config_option_list: config_option_list T_EOL .    $default  reduce using rule 25 (config_option_list)state 86   35 config_option: T_SELECT . T_WORD if_expr T_EOL    T_WORD  shift, and go to state 139state 87   36 config_option: T_RANGE . symbol symbol if_expr T_EOL    T_WORD        shift, and go to state 46    T_WORD_QUOTE  shift, and go to state 47    symbol  go to state 140state 88   22 config_option_list: config_option_list config_option .    $default  reduce using rule 22 (config_option_list)state 89   77 help: help_start . T_HELPTEXT    T_HELPTEXT  shift, and go to state 141state 90   24 config_option_list: config_option_list help .    $default  reduce using rule 24 (config_option_list)state 91   23 config_option_list: config_option_list depends .    $default  reduce using rule 23 (config_option_list)state 92   50 choice_option: T_OPTIONAL . T_EOL    T_EOL  shift, and go to state 142state 93   47 choice_option: T_PROMPT . prompt if_expr T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    prompt  go to state 143state 94   51 choice_option: T_DEFAULT . T_WORD if_expr T_EOL    T_WORD  shift, and go to state 144state 95   48 choice_option: T_TRISTATE . prompt_stmt_opt T_EOL    T_WORD        shift, and go to state 37    T_WORD_QUOTE  shift, and go to state 38    $default  reduce using rule 84 (prompt_stmt_opt)    prompt_stmt_opt  go to state 145    prompt           go to state 132state 96   49 choice_option: T_BOOLEAN . prompt_stmt_opt T_EOL

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -