Home | History | Annotate | Download | only in info

Lines Matching refs:nodename

42   char *nodename;               /* The name of this node. */
92 char *nodename; /* The node pointed to by this tag. */
137 /* Return a pointer to a NODE structure for the Info node (FILENAME)NODENAME.
139 NODENAME can be passed as NULL, in which case the nodename of "Top" is used.
141 extern NODE *info_get_node (char *filename, char *nodename);
143 /* Return a pointer to a NODE structure for the Info node NODENAME in
144 FILE_BUFFER. NODENAME can be passed as NULL, in which case the
145 nodename of "Top" is used. If the node cannot be found, return a
147 extern NODE *info_get_node_of_file_buffer (char *nodename,