Searched refs:ctrl_table (Results 1 – 6 of 6) sorted by relevance
413 static struct ctrl_names ctrl_table[] = { variable436 for (i = 0; ctrl_table[i].name; i++) in get_ctrl_operand()438 l = strlen (ctrl_table[i].name); in get_ctrl_operand()439 if (! strncasecmp (ctrl_table[i].name, src, l)) in get_ctrl_operand()441 the_ctrl = ctrl_table[i].value; in get_ctrl_operand()
91 (ctrl_table): Add "flags" keyword and some comments.
2297 (struct ctrl_table): Add parentheses to initialize array