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

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dflag-table.php36 $flag_table = array ( variable
H A Dutils.php298 * Initial compile options are in a global called $flag_table.
305 global $flag_table;
309 foreach ( $flag_table as $key => $props ) {
325 * Initial compile options are in a global called $flag_table.
334 global $flag_table;
341 foreach ( $flag_table as $key => $props ) {
372 * @param string $key index into $flag_table for given compile option
379 global $flag_table;
382 $type = $flag_table[$key]["type"];
409 global $flag_table;
[all...]

Completed in 49 milliseconds