Lines Matching defs:item_function
1288 loses item_function when we are closing the block, so we don't know
1391 xml_begin_table (int type, char *item_function)
1414 if (*item_function == COMMAND_PREFIX
1415 && item_function[strlen (item_function) - 1] != '}'
1416 && command_needs_braces (item_function + 1))
1417 execute_string ("%s{}", item_function);
1419 execute_string ("%s", item_function);
1426 (*item_function == COMMAND_PREFIX) ?
1427 &item_function[1] : item_function);