Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c93 static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH(sp)]; variable
96 # define NEWTEXT(sp,m) newtext[m]
504 CharOf(oldtext[n][0]) = CharOf(newtext[n][0]) = '.'; in main()
538 CharOf(newtext[n][0]) = '.'; in main()
543 CharOf(newtext[n][0]) = line[n + 1]; in main()
567 putchar(CharOf(newtext[n][0])); in main()
/freebsd/contrib/dialog/
H A Dmenubox.c222 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext) in dlg_renamed_menutext() argument
229 dlg_add_string(newtext); in dlg_renamed_menutext()
235 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext) in dlg_dummy_menutext() argument
239 (void) newtext; in dlg_dummy_menutext()