Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_screen.c324 decode_chtype(char *source, chtype fillin, chtype *target) in decode_chtype() argument
326 attr_t attr = ChAttrOf(fillin); in decode_chtype()
340 decode_cchar(char *source, cchar_t *fillin, cchar_t *target) in decode_cchar() argument
343 attr_t attr = fillin->attr; in decode_cchar()
351 color = fillin->ext_color; in decode_cchar()