Home
last modified time | relevance | path

Searched refs:info_parse_label (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo-utils.h126 extern void info_parse_label (char *label, NODE *node);
128 #define info_file_label_of_node(n) info_parse_label (INFO_FILE_LABEL, n)
129 #define info_next_label_of_node(n) info_parse_label (INFO_NEXT_LABEL, n)
130 #define info_up_label_of_node(n) info_parse_label (INFO_UP_LABEL, n)
133 info_parse_label (INFO_PREV_LABEL, n); \
135 info_parse_label (INFO_ALTPREV_LABEL, n); \
H A Dinfo-utils.c144 info_parse_label (char *label, NODE *node) in info_parse_label() function