Home
last modified time | relevance | path

Searched defs:old_attr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c93 #define SetColorsIf(why, old_attr) \ argument
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_bkgd.c146 attr_t old_attr; in _nc_background() local
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c60 #define SetColorsIf(why, old_attr, old_pair) \ argument
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c247 pthread_attr_clone(pthread_attr_t *attr, const pthread_attr_t *old_attr) in pthread_attr_clone()