Lines Matching refs:Databuf
51 / GLOBAL INPUTS: Curmonster, _iob[], Databuf[], *Monstfp, Enrgyvoid
53 / GLOBAL OUTPUTS: Curmonster, Databuf[], *Monstfp, Enrgyvoid
154 while (fgets(Databuf, SZ_DATABUF, fp) != NULL)
157 sscanf(&Databuf[24], "%lf%lf%lf%lf%lf%d%d%lf",
162 Databuf[24] = '\0';
163 strcpy(Curmonster.m_name, Databuf);
177 if (fgets(Databuf, SZ_DATABUF, stdin) == NULL)
178 Databuf[0] = '\0';
184 fwrite(Databuf, sizeof(char), strlen(Databuf), fp);