Lines Matching defs:out
30 // replace chopped out USE_BLAH() sections with low-ascii characters
138 char *out, *outbuf = malloc(1024*1024);
142 if (!(out = outbuf)) return 1;
194 sprintf(out, "#ifdef FOR_%s\n#ifndef TT\n#define TT this.%s\n#endif\n",
196 out += strlen(out);
206 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command,
209 } else sprintf(out, "#define FLAG_%s (FORCED_FLAG%s<<%d)\n",
221 sprintf(out, "#define FLAG_%c (1%s<<%d)\n", *aflist->command,
224 } else sprintf(out, "#define FLAG_%c (FORCED_FLAG%s<<%d)\n",
229 out += strlen(out);
231 out = stpcpy(out, "#endif\n\n");
236 out = outbuf;
237 while (*out) {
241 out += i;