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

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dinsertion.c138 /* item_function usually gets assigned the empty string. */
139 return done && (*elt->item_function) ? elt->item_function : NULL;
149 char *item_function;
152 get_rest_of_line (0, &item_function);
158 item_loc = strstr (item_function, "@item");
171 if (STREQ (item_function, "@"))
173 free (item_function);
174 item_function = xstrdup ("@ ");
177 return item_function;
148 char *item_function; local
181 push_insertion(enum insertion_type type, char *item_function) argument
[all...]
H A Dinsertion.h41 char *item_function; member in struct:istack_elt
H A Dxml.c1283 loses item_function when we are closing the block, so we don't know
1386 xml_begin_table (int type, char *item_function)
1409 if (*item_function == COMMAND_PREFIX
1410 && item_function[strlen (item_function) - 1] != '}'
1411 && command_needs_braces (item_function + 1))
1412 execute_string ("%s{}", item_function);
1414 execute_string ("%s", item_function);
1421 (*item_function == COMMAND_PREFIX) ?
1422 &item_function[
1384 xml_begin_table(int type, char *item_function) argument
[all...]
H A Dxml.h132 xml_begin_table (int type, char *item_function),
H A Dmulti.c193 char *params = insertion_stack->item_function;

Completed in 64 milliseconds