Searched refs:newtext (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c88 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH]; variable
91 # define NEWTEXT(sp,m) newtext[m]
492 CharOf(oldtext[n][0]) = CharOf(newtext[n][0]) = '.';
526 CharOf(newtext[n][0]) = '.';
531 CharOf(newtext[n][0]) = line[n + 1];
555 putchar(CharOf(newtext[n][0]));
/freebsd-12-stable/contrib/dialog/
H A Dmenubox.c210 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext) argument
217 dlg_add_string(newtext);
222 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext) argument
226 (void) newtext;

Completed in 61 milliseconds