Searched refs:tempstr (Results 1 – 1 of 1) sorted by relevance
333 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local335 strcpy(tempstr, prompt); in print_autowrap()337 prompt_len = strlen(tempstr); in print_autowrap()343 if (tempstr[i] == '\n') in print_autowrap()344 tempstr[i] = ' '; in print_autowrap()349 waddstr(win, tempstr); in print_autowrap()354 word = tempstr; in print_autowrap()