Home | History | Annotate | Download | only in menuc

Lines Matching defs:tmpstr

114 	char *sys_prefix, *tmpstr;
391 tmpstr = menus[i]->info->helpstr;
392 if (*tmpstr != '"')
393 (void)fprintf(out_file, "%s", tmpstr);
396 if (tmpstr[1] == '\n')
397 *++tmpstr = '"';
399 while (*tmpstr) {
400 if (*tmpstr != '\n') {
401 fputc(*tmpstr++, out_file);
405 tmpstr++;