Searched refs:assign_val (Results 1 - 1 of 1) sorted by relevance

/u-boot/scripts/kconfig/
H A Dzconf.y99 %type <string> symbol_option_arg word_opt assign_val
521 assignment_stmt: T_VARIABLE T_ASSIGN assign_val T_EOL { variable_add($1, $3, $2); free($1); free($3); }
523 assign_val: label

Completed in 58 milliseconds