Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 25 of 52) sorted by path

123

/illumos-gate/usr/src/boot/include/
H A D_ctype.h98 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune() argument
101 _CurrentRuneLocale->__runetype[_c]) & _f; in __maskrune()
105 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() argument
108 _CurrentRuneLocale->__runetype[_c] & _f; in __sbmaskrune()
112 __istype(__ct_rune_t _c, unsigned long _f) in __istype() argument
114 return (!!__maskrune(_c, _f)); in __istype()
118 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype() argument
120 return (!!__sbmaskrune(_c, _f)); in __sbistype()
124 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype() argument
127 !!(_DefaultRuneLocale.__runetype[_c] & _f); in __isctype()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c803 #define SRELPTR(_f) \ in unwind_exception_ranges() argument
804 srelptr(exc_addr + offsetof(exception_range_entry, _f), cur_ent->_f) in unwind_exception_ranges()
/illumos-gate/usr/src/cmd/tbl/
H A Dt1.c24 # define _f1 _f
25 extern FILE *_f[];
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0.c61 #define OPTIONAL(_st, _f) ((_f) || !HAS_ERROR(_st)) argument
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in68 b_lblkno = B->_b_blkno._f;
69 b_blkno = sizeof (long) == 8 ? B->_b_blkno._f : B->_b_blkno._p._l;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h130 short _f; /* True if start of character. */ member
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c131 if (0 < tminc && !t->_line[tminr][tminc]._f)
H A Ddoupdate.c374 if (nptr->_f)
H A Dm_cc.c153 cc->_f = 1;
320 cc->_f = 1; in __m_mbs_cc()
361 cc->_f = 1; in __m_wcs_cc()
459 if (lp[x]._f)
477 if (lp[x]._f)
553 cp->_f = 1;
558 np->_f = 0;
717 cp[x]._f = (short) (i % width == 0);
734 cp[x]._f = (short) (i % width == 0);
785 if (exact && c1->_f != c2->_f)
H A Dwacs.c173 cc->_f = 1; in __m_wacs_cc()
H A Dwbkgrnd.c69 old_bg._f = cp->_f;
H A Dwchgat.c59 if (!cp->_f) in wchgat()
63 if (cp->_f && n <= i++) in wchgat()
H A Dwin_wch.c54 cc->_f = 1;
H A Dwin_wchn.c61 ccs->_f = 1;
H A Dwrefresh.c115 if (!ns->_line[ny][nx]._f) {
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h129 short _f; /* True if start of character. */ member
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c115 if (0 < tminc && !t->_line[tminr][tminc]._f) in copywin()
H A Ddoupdate.c281 if (nptr->_f) in _writeRegion()
H A Dm_cc.c160 cc->_f = 1; in __m_chtype_cc()
324 cc->_f = 1; in __m_mbs_cc()
368 cc->_f = 1; in __m_wcs_cc()
394 cc->_f = 1; in __m_wc_cc()
467 if (lp[x]._f) in __m_cc_first()
483 if (lp[x]._f) in __m_cc_next()
569 cp->_f = 1; in __m_cc_replace()
574 np->_f = 0; in __m_cc_replace()
812 cp[x]._f = (i == 0); in __m_cc_erase_in_line_sub()
950 if (c1->_f != c2->_f) in __m_cc_equal()
[all …]
H A Dwacs.c155 cc->_f = 1; in __m_wacs_cc()
H A Dwbkgrnd.c79 old_bg._f = cp->_f; in wbkgrnd()
H A Dwchgat.c61 if (!cp->_f) in wchgat()
65 if (cp->_f && n <= i++) in wchgat()
H A Dwin_wch.c51 cc->_f = 1; in win_wch()
H A Dwin_wchn.c59 ccs->_f = 1; in win_wchnstr()
H A Dwrefresh.c119 if (!ns->_line[ny][nx]._f) { in wnoutrefresh()

123