Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/tty/
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]) = '.'; in main()
526 CharOf(newtext[n][0]) = '.'; in main()
531 CharOf(newtext[n][0]) = line[n + 1]; in main()
555 putchar(CharOf(newtext[n][0])); in main()
/freebsd-12-stable/contrib/dialog/
Dmenubox.c210 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext) in dlg_renamed_menutext() argument
217 dlg_add_string(newtext); in dlg_renamed_menutext()
222 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext) in dlg_dummy_menutext() argument
226 (void) newtext; in dlg_dummy_menutext()