Lines Matching refs:text
264 /* When an EOF's been seen but there's still some text to process
798 static char *text;
815 text = malloc(START_STRSIZE);
818 *text = 0;
827 text = realloc(text, new_size);
830 memcpy(text + text_size, str, size);
832 text[text_size] = 0;
837 text = malloc(size + 1);
838 memcpy(text, str, size);
839 text[size] = 0;
1112 zconflval.string = text;
1184 zconflval.string = text;
1215 zconflval.string = text;
1233 zconflval.string = text;
1248 zconflval.string = text;
1353 /* Amount of text matched not including the EOB char. */
1510 /* We matched some text prior to the EOB, first
2325 zconflval.string = text;