Lines Matching refs:module_content
204 static char* module_content; variable
1195 XDELETEVEC (module_content); in bad_module()
1196 module_content = NULL; in bad_module()
1244 const char c = module_content[module_pos++]; in module_char()
6830 module_content = XNEWVEC (char, cursz); in read_module_to_tmpbuf()
6834 int nread = gzread (module_fp, module_content + len, rsize); in read_module_to_tmpbuf()
6839 module_content = XRESIZEVEC (char, module_content, cursz); in read_module_to_tmpbuf()
6843 module_content = XRESIZEVEC (char, module_content, len + 1); in read_module_to_tmpbuf()
6844 module_content[len] = '\0'; in read_module_to_tmpbuf()
7220 XDELETEVEC (module_content); in gfc_use_module()
7221 module_content = NULL; in gfc_use_module()