Searched refs:tempstr (Results 1 – 1 of 1) sorted by relevance
373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local375 strcpy(tempstr, prompt); in print_autowrap()377 prompt_len = strlen(tempstr); in print_autowrap()381 waddstr(win, tempstr); in print_autowrap()386 word = tempstr; in print_autowrap()