Lines Matching refs:text
264 /* When an EOF's been seen but there's still some text to process
813 static char *text;
830 text = xmalloc(START_STRSIZE);
833 *text = 0;
842 text = realloc(text, new_size);
845 memcpy(text + text_size, str, size);
847 text[text_size] = 0;
852 text = xmalloc(size + 1);
853 memcpy(text, str, size);
854 text[size] = 0;
1134 zconflval.string = text;
1218 zconflval.string = text;
1253 zconflval.string = text;
1271 zconflval.string = text;
1286 zconflval.string = text;
1391 /* Amount of text matched not including the EOB char. */
1548 /* We matched some text prior to the EOB, first
2363 zconflval.string = text;