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.c325 decode_chtype(char *source, chtype fillin, chtype *target) in decode_chtype() argument
327 attr_t attr = ChAttrOf(fillin); in decode_chtype()
341 decode_cchar(char *source, const cchar_t *fillin, cchar_t *target) in decode_cchar() argument
344 attr_t attr = fillin->attr; in decode_cchar()
352 color = fillin->ext_color; in decode_cchar()