Lines Matching refs:text
228 /* When an EOF's been seen but there's still some text to process
761 static char *text;
778 text = malloc(START_STRSIZE);
781 *text = 0;
795 text = realloc(text, new_size);
798 memcpy(text + text_size, str, size);
800 text[text_size] = 0;
805 text = malloc(size + 1);
806 memcpy(text, str, size);
807 text[size] = 0;
1047 zconflval.string = text;
1119 zconflval.string = text;
1150 zconflval.string = text;
1168 zconflval.string = text;
1183 zconflval.string = text;
1283 /* Amount of text matched not including the EOB char. */
1440 /* We matched some text prior to the EOB, first
2224 zconflval.string = text;