Lines Matching refs:stringcmp
75 static int stringcmp(const char *a, const char *b) { in stringcmp() function
188 if (stringcmp(data, string) != 0) { in GetString()
305 if (!stringcmp(objtype, "END_SCENE")) { in GetObject()
308 if (!stringcmp(objtype, "TEXDEF")) { in GetObject()
311 if (!stringcmp(objtype, "TEXALIAS")) { in GetObject()
314 if (!stringcmp(objtype, "BACKGROUND")) { in GetObject()
317 if (!stringcmp(objtype, "CYLINDER")) { in GetObject()
320 if (!stringcmp(objtype, "FCYLINDER")) { in GetObject()
323 if (!stringcmp(objtype, "POLYCYLINDER")) { in GetObject()
326 if (!stringcmp(objtype, "SPHERE")) { in GetObject()
329 if (!stringcmp(objtype, "PLANE")) { in GetObject()
332 if (!stringcmp(objtype, "RING")) { in GetObject()
335 if (!stringcmp(objtype, "BOX")) { in GetObject()
338 if (!stringcmp(objtype, "SCALARVOL")) { in GetObject()
341 if (!stringcmp(objtype, "TRI")) { in GetObject()
344 if (!stringcmp(objtype, "STRI")) { in GetObject()
347 if (!stringcmp(objtype, "LIGHT")) { in GetObject()
350 if (!stringcmp(objtype, "SCAPE")) { in GetObject()
353 if (!stringcmp(objtype, "TPOLYFILE")) { in GetObject()
410 if (!stringcmp("TEXTURE", tmp)) { in GetTexture()
443 if (!stringcmp("PHONG", tmp)) { in GetTexBody()
445 if (!stringcmp("METAL", tmp)) { in GetTexBody()
448 else if (!stringcmp("PLASTIC", tmp)) { in GetTexBody()