Searched refs:_f (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwin_wch.c53 cc->_f = 1;
H A Dwchgat.c63 if (!cp->_f)
67 if (cp->_f && n <= i++)
H A Dwin_wchn.c61 ccs->_f = 1;
H A Dwbkgrnd.c81 old_bg._f = cp->_f;
H A Dm_cc.c162 cc->_f = 1;
326 cc->_f = 1;
370 cc->_f = 1;
396 cc->_f = 1;
469 if (lp[x]._f)
485 if (lp[x]._f)
571 cp->_f = 1;
576 np->_f = 0;
784 cp[x]._f = (short)(i % bgWidth == 0);
814 cp[x]._f
[all...]
H A Dwscrl.c76 if (!w->_line[row+n][0]._f) {
/illumos-gate/usr/src/boot/include/
H A D_ctype.h98 __maskrune(__ct_rune_t _c, unsigned long _f) argument
101 _CurrentRuneLocale->__runetype[_c]) & _f;
105 __sbmaskrune(__ct_rune_t _c, unsigned long _f) argument
108 _CurrentRuneLocale->__runetype[_c] & _f;
112 __istype(__ct_rune_t _c, unsigned long _f) argument
114 return (!!__maskrune(_c, _f));
118 __sbistype(__ct_rune_t _c, unsigned long _f) argument
120 return (!!__sbmaskrune(_c, _f));
124 __isctype(__ct_rune_t _c, unsigned long _f) argument
127 !!(_DefaultRuneLocale.__runetype[_c] & _f);
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwin_wch.c56 cc->_f = 1;
H A Dwbkgrnd.c71 old_bg._f = cp->_f;
H A Dwchgat.c61 if (!cp->_f)
65 if (cp->_f && n <= i++)
H A Dwin_wchn.c63 ccs->_f = 1;
H A Dm_cc.c155 cc->_f = 1;
322 cc->_f = 1;
363 cc->_f = 1;
461 if (lp[x]._f)
479 if (lp[x]._f)
555 cp->_f = 1;
560 np->_f = 0;
719 cp[x]._f = (short) (i % width == 0);
736 cp[x]._f = (short) (i % width == 0);
787 if (exact && c1->_f !
[all...]
H A Dcopywin.c133 if (0 < tminc && !t->_line[tminr][tminc]._f)
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h344 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
345 uint8_t _a, _b, _c, _d, _e, _f
346 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
347 uint8_t _a, _b, _c, _d, _e, _f, _g
348 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
349 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
359 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
360 uint8_t _f, _e, _d, _c, _b, _a
361 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
362 uint8_t _g, _f, _
[all...]
H A Dtypes.h256 offset_t _f; /* Full 64 bit offset value */ member in union:__anon198
266 offset_t _f; /* Full 64 bit offset value */ member in union:__anon200
276 longlong_t _f; /* Full 64 bit disk address value */ member in union:__anon202
286 longlong_t _f; /* Full 64 bit disk address value */ member in union:__anon204
H A Duio.h193 #define uio_loffset _uio_offset._f
200 #define uio_llimit _uio_limit._f
/illumos-gate/usr/src/cmd/tbl/
H A Dt1.c26 # define _f1 _f
27 extern FILE *_f[];
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h324 #define kmem_alloc(_s, _f) umem_alloc(_s, _f)
325 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f)
327 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
328 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
330 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
632 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
633 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
[all...]
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h243 offset_t _f; /* Full 64 bit offset value */ member in union:lloff
253 offset_t _f; /* Full 64 bit offset value */ member in union:lloff
263 diskaddr_t _f; /* Full 64 bit disk address value */ member in union:lldaddr
273 diskaddr_t _f; /* Full 64 bit disk address value */ member in union:lldaddr
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dbbh.h39 #define ck_lsector _ck_sector._f
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h192 #define RETURNFLOAT(x) { union {double _d; float _f } _kluge; _kluge._f = (x); return _kluge._d; }
193 #define ASSIGNFLOAT(x,y) { union {double _d; float _f } _kluge; _kluge._d = (y); x = _kluge._f; }
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h618 #define SM(_v, _f) (((_v) << _f##_S) & _f)
619 #define MS(_v, _f) (((_v) & _f) >> _f##_S)
622 #define REG_RMW_FIELD(_a, _r, _f, _v) \
624 (REG_READ(_a, _r) & ~_f) | (((_v) << _f##_S) & _f))
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h77 #define smbfs3_cookie _cookie._f
78 #define smbfs3_ncookie _ncookie._f
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \
98 (_m)->bpr_promisc_add(_h, _o, _d, _p, _f)
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c71 #define DBG0(_f) \
73 printf("strplumb: " _f)
75 #define DBG1(_f, _a) \
77 printf("strplumb: " _f, (_a))
79 #define DBG2(_f, _a, _b) \
81 printf("strplumb: " _f, (_a), (_b))
83 #define DBG3(_f, _a, _b, _c) \
85 printf("strplumb: " _f, (_a), (_b), (_c))

Completed in 95 milliseconds

123