Lines Matching defs:word2
29 char word1[20], word2[80];
36 sscanf(string,"%s %s",word1,word2);
39 /* So word1 is the first word on the line and word2 is the second.
44 if (!strcmp(word2,(TestStuff.data)[i].text)) {
52 if (!strcmp(word2,(FunctionStuff.data)[i].text)) {
60 if (!strcmp(word2,(LinestyleStuff.data)[i].text)) {
67 GC_change_linewidth(atoi(word2),FALSE);
70 if (!strcmp(word2,(CapstyleStuff.data)[i].text)) {
78 if (!strcmp(word2,(JoinstyleStuff.data)[i].text)) {
86 if (!strcmp(word2,(FillstyleStuff.data)[i].text)) {
94 if (!strcmp(word2,(FillruleStuff.data)[i].text)) {
102 if (!strcmp(word2,(ArcmodeStuff.data)[i].text)) {
109 GC_change_planemask((unsigned long) atoi(word2),FALSE);
111 GC_change_dashlist(atoi(word2),FALSE);
113 GC_change_font(word2,FALSE);
115 GC_change_foreground((unsigned long) atoi(word2),FALSE);
117 GC_change_background((unsigned long) atoi(word2),FALSE);
119 change_percent(atoi(word2), FALSE);
120 else fprintf(stderr,"Ack... %s %s\n",word1,word2);