Searched refs:tempstr (Results 1 – 1 of 1) sorted by relevance
346 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local348 strcpy(tempstr, prompt); in print_autowrap()350 prompt_len = strlen(tempstr); in print_autowrap()354 waddstr(win, tempstr); in print_autowrap()359 word = tempstr; in print_autowrap()
Completed in 4 milliseconds