Home
last modified time | relevance | path

Searched refs:info_parse_node (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo-utils.c62 info_parse_node (char *string, int newlines_okay) in info_parse_node() function
162 info_parse_node (nodeline, DONT_SKIP_NEWLINES); in info_parse_label()
314 info_parse_node (refdef, DONT_SKIP_NEWLINES); in info_references_internal()
316 info_parse_node (refdef, SKIP_NEWLINES); in info_references_internal()
H A Dinfo-utils.h60 void info_parse_node (char *string, int newlines_okay);
H A Dnodes.c90 info_parse_node (nodename, DONT_SKIP_NEWLINES); in info_get_node()
H A Dsession.c1779 info_parse_node (line, DONT_SKIP_NEWLINES); in info_parse_and_select()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog913 * info/info-utils.c (info_parse_node): Don't read beyond end
1887 * info/info-utils.c (info_parse_node): look for ``(line '' instead of
1919 * info/info-utils.c (info_parse_node): parse (line ...) strings
H A DChangeLog.469178 * info/info-utils.c (info_parse_node): New argument NEWLINES_OKAY if