Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dlib_screen.c326 decode_chtype(char *source, chtype fillin, chtype *target) in decode_chtype() argument
328 attr_t attr = ChAttrOf(fillin); in decode_chtype()
342 decode_cchar(char *source, cchar_t *fillin, cchar_t *target) in decode_cchar() argument
345 attr_t attr = fillin->attr; in decode_cchar()
353 color = fillin->ext_color; in decode_cchar()