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

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dinsertion.c140 /* item_function usually gets assigned the empty string. */
141 return done && (*elt->item_function) ? elt->item_function : NULL;
151 char *item_function;
154 get_rest_of_line (0, &item_function);
160 item_loc = strstr (item_function, "@item");
173 if (STREQ (item_function, "@"))
175 free (item_function);
176 item_function = xstrdup ("@ ");
179 return item_function;
150 char *item_function; local
183 push_insertion(enum insertion_type type, char *item_function) argument
[all...]
H A Dinsertion.h43 char *item_function; member in struct:istack_elt
H A Dxml.c1285 loses item_function when we are closing the block, so we don't know
1388 xml_begin_table (int type, char *item_function)
1411 if (*item_function == COMMAND_PREFIX
1412 && item_function[strlen (item_function) - 1] != '}'
1413 && command_needs_braces (item_function + 1))
1414 execute_string ("%s{}", item_function);
1416 execute_string ("%s", item_function);
1423 (*item_function == COMMAND_PREFIX) ?
1424 &item_function[
1386 xml_begin_table(int type, char *item_function) argument
[all...]
H A Dxml.h134 xml_begin_table (int type, char *item_function),
H A Dmulti.c195 char *params = insertion_stack->item_function;

Completed in 224 milliseconds