tempstr           373 scripts/kconfig/lxdialog/util.c 	char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0;
tempstr           375 scripts/kconfig/lxdialog/util.c 	strcpy(tempstr, prompt);
tempstr           377 scripts/kconfig/lxdialog/util.c 	prompt_len = strlen(tempstr);
tempstr           381 scripts/kconfig/lxdialog/util.c 		waddstr(win, tempstr);
tempstr           386 scripts/kconfig/lxdialog/util.c 		word = tempstr;