Lines Matching refs:str2
723 char str2[MAXINLINE]; in interpret() local
728 str2[0] = '\0'; in interpret()
729 sscanf(line, "%80s%80s", &str1[0], &str2[0]); in interpret()
740 i = atoi(str2); in interpret()
748 if (str2[0] < '0') in interpret()
750 tfont[0] = (char *) malloc(strlen(str2) + 1); in interpret()
751 strcpy(tfont[0], str2); in interpret()
755 if (str2[0] < '0') in interpret()
757 tfont[1] = (char *) malloc(strlen(str2) + 1); in interpret()
758 strcpy(tfont[1], str2); in interpret()
762 if (str2[0] < '0') in interpret()
764 tfont[2] = (char *) malloc(strlen(str2) + 1); in interpret()
765 strcpy(tfont[2], str2); in interpret()
772 if (str2[0] < '0') { in interpret()
780 tfont[3] = (char *) malloc(strlen(str2) + 1); in interpret()
781 strcpy(tfont[3], str2); in interpret()
794 val = atoi(str2); in interpret()
803 stipple = (char *) malloc(strlen(str2) + 1); in interpret()
804 strcpy(stipple, str2); in interpret()
815 par = atof(str2); in interpret()
836 thick[2] = defthick[0] * atof(str2); in interpret()
840 thick[5] = defthick[0] * atof(str2); in interpret()
845 defthick[0] * atof(str2); in interpret()
850 par = atof(str2); in interpret()
858 strcpy(gremlinfile, str2); in interpret()
862 width = atof(str2); in interpret()
868 height = atof(str2); in interpret()
878 if (strcmp("off", str2)) in interpret()