Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfo-utils.c60 info_parse_node (char *string, int newlines_okay) in info_parse_node() function
160 info_parse_node (nodeline, DONT_SKIP_NEWLINES); in info_parse_label()
312 info_parse_node (refdef, DONT_SKIP_NEWLINES); in info_references_internal()
314 info_parse_node (refdef, SKIP_NEWLINES); in info_references_internal()
H A Dinfo-utils.h58 void info_parse_node (char *string, int newlines_okay);
H A Dnodes.c88 info_parse_node (nodename, DONT_SKIP_NEWLINES); in info_get_node()
H A Dsession.c1777 info_parse_node (line, DONT_SKIP_NEWLINES); in info_parse_and_select()
/openbsd-src/gnu/usr.bin/texinfo/
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