Home | History | Annotate | Download | only in glcpp

Lines Matching refs:text

50 	char *text = NULL;
58 text = reralloc_size (ctx, text, text_size);
59 if (text == NULL) {
64 bytes = fread (text + total_read, 1, CHUNK, fp);
72 text[total_read] = '\0';
74 return text;
80 char *text;
93 text = load_text_fp (ctx, fp);
97 return text;