Lines Matching refs:type
91 %type <string> prompt
92 %type <symbol> nonconst_symbol
93 %type <symbol> symbol
94 %type <expr> expr
95 %type <expr> if_expr
96 %type <id> end
97 %type <id> option_name
98 %type <menu> if_entry menu_entry choice_entry
99 %type <string> symbol_option_arg word_opt assign_val
183 current_entry->prompt->type = P_MENU;
655 switch (sym->type) { in print_symbol()
678 switch (prop->type) { in print_symbol()
725 fprintf(out, " unknown prop %d!\n", prop->type); in print_symbol()
748 switch (prop->type) { in zconfdump()
774 if (menu->prompt && menu->prompt->type == P_MENU) in zconfdump()