Searched refs:tempstr (Results 1 – 1 of 1) sorted by relevance
204 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local206 strcpy(tempstr, prompt); in print_autowrap()208 prompt_len = strlen(tempstr); in print_autowrap()214 if (tempstr[i] == '\n') in print_autowrap()215 tempstr[i] = ' '; in print_autowrap()220 waddstr(win, tempstr); in print_autowrap()225 word = tempstr; in print_autowrap()