Searched refs:newlines_okay (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsearch.h65 extern int skip_node_characters (char *string, int newlines_okay);
H A Dinfo-utils.h58 void info_parse_node (char *string, int newlines_okay);
H A Dsearch.c303 skip_node_characters (char *string, int newlines_okay)
340 ((!newlines_okay) && (c == '\n')) ||
301 skip_node_characters(char *string, int newlines_okay) argument
H A Dinfo-utils.c60 info_parse_node (char *string, int newlines_okay) argument
96 i = skip_node_characters (string, newlines_okay);

Completed in 123 milliseconds