Searched refs:info_parse_node (Results 1 – 6 of 6) sorted by relevance
62 info_parse_node (char *string, int newlines_okay) in info_parse_node() function162 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()
60 void info_parse_node (char *string, int newlines_okay);
90 info_parse_node (nodename, DONT_SKIP_NEWLINES); in info_get_node()
1779 info_parse_node (line, DONT_SKIP_NEWLINES); in info_parse_and_select()
913 * info/info-utils.c (info_parse_node): Don't read beyond end1887 * info/info-utils.c (info_parse_node): look for ``(line '' instead of1919 * info/info-utils.c (info_parse_node): parse (line ...) strings
9178 * info/info-utils.c (info_parse_node): New argument NEWLINES_OKAY if