Lines Matching defs:str
1232 char str[1000] = "";
1235 append(str, "state.");
1236 append_token(str, state[0]);
1240 append_index(str, state[1], true); /* light number [i]. */
1241 append_token(str, state[2]); /* coefficients */
1247 append(str, "lightmodel.front.scenecolor");
1250 append(str, "lightmodel.back.scenecolor");
1254 append_index(str, state[1], false); /* light number [i] */
1255 append_index(str, state[2], false);
1258 append_index(str, state[1], true); /* tex unit [i] */
1259 append_token(str, state[2]); /* plane coef */
1262 append_index(str, state[1], true); /* tex unit [i] */
1263 append(str, "color");
1266 append_index(str, state[1], true); /* plane [i] */
1267 append(str, "plane");
1301 append_index(str, index, true);
1306 append(str, tmp);
1321 append(str, tmp);
1336 append_index(str, state[1], false);
1359 append(str, "not_state");
1366 return strdup(str);