Lines Matching defs:text

156 search_sectioning (char *text)
162 if (text[0] == COMMAND_PREFIX)
163 text++;
167 if (strcmp (t, text) == 0)
181 what_section (char *text, char **secname)
188 for (j = 0; text[j] && cr_or_whitespace (text[j]); j++);
189 if (text[j] != COMMAND_PREFIX)
192 text = text + j + 1;
195 if ((strncmp (text, "comment", strlen ("comment")) == 0) ||
196 (text[0] == 'c' && cr_or_whitespace (text[1])) ||
197 (strcmp (text + 1, "index") == 0))
199 while (*text++ != '\n');
204 if (*text == 'i')
205 text++;
207 for (j = 0; text[j] && !cr_or_whitespace (text[j]); j++);
210 strncpy (temp, text, j);
431 /* Insert the text following input_text_offset up to the end of the line
433 line of WITH_CHAR, the same length of the inserted text. */
510 /* Insert the text following input_text_offset up to the end of the
713 /* The remainder of the text on this line is a chapter heading. */
721 /* The remainder of the text on this line is a section heading. */
728 /* The remainder of the text on this line is a subsection heading. */
735 /* The remainder of the text on this line is a subsubsection heading. */
742 /* The remainder of the text on this line is an unnumbered heading. */
750 /* The remainder of the text on this line is an unnumbered section heading. */
757 /* The remainder of the text on this line is an unnumbered
765 /* The remainder of the text on this line is an unnumbered
773 /* The remainder of the text on this line is an appendix heading. */
784 /* The remainder of the text on this line is an appendix section heading. */
791 /* The remainder of the text on this line is an appendix subsection heading. */
798 /* The remainder of the text on this line is an appendix