tag | line | file | source code |
tempstr | 202 | scripts/lxdialog/util.c | char tempstr[MAX_LEN + 1], *word /*, *tempptr, *tempptr1*/; |
tempstr | 204 | scripts/lxdialog/util.c | strcpy (tempstr, prompt); |
tempstr | 206 | scripts/lxdialog/util.c | prompt_len = strlen(tempstr); |
tempstr | 212 | scripts/lxdialog/util.c | if(tempstr[i] == '\n') tempstr[i] = ' '; |
tempstr | 215 | scripts/lxdialog/util.c | if (strlen (tempstr) <= width - x * 2) { /* If prompt is short */ |
tempstr | 216 | scripts/lxdialog/util.c | wmove (win, y, (width - strlen (tempstr)) / 2); |
tempstr | 217 | scripts/lxdialog/util.c | waddstr (win, tempstr); |
tempstr | 222 | scripts/lxdialog/util.c | while ((word = strtok (first ? tempstr : NULL, " ")) != NULL) { |