Lines Matching defs:word1
29 char word1[20], word2[80];
32 sscanf(string,"%s",word1);
33 if (!strcmp(word1,"run")) run_test();
36 sscanf(string,"%s %s",word1,word2);
39 /* So word1 is the first word on the line and word2 is the second.
42 if (!strcmp(word1,TestStuff.choice.text)) {
50 else if (!strcmp(word1,FunctionStuff.choice.text)) {
58 else if (!strcmp(word1,LinestyleStuff.choice.text)) {
66 else if (!strcmp(word1,"linewidth"))
68 else if (!strcmp(word1,CapstyleStuff.choice.text)) {
76 else if (!strcmp(word1,JoinstyleStuff.choice.text)) {
84 else if (!strcmp(word1,FillstyleStuff.choice.text)) {
92 else if (!strcmp(word1,FillruleStuff.choice.text)) {
100 else if (!strcmp(word1,ArcmodeStuff.choice.text)) {
108 else if (!strcmp(word1,"planemask"))
110 else if (!strcmp(word1,"dashlist"))
112 else if (!strcmp(word1,"font"))
114 else if (!strcmp(word1,"foreground"))
116 else if (!strcmp(word1,"background"))
118 else if (!strcmp(word1,"percent"))
120 else fprintf(stderr,"Ack... %s %s\n",word1,word2);