Home
last modified time | relevance | path

Searched defs:box (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A DV3.box.c50 box(WINDOW *win, _ochtype v, _ochtype h) in box() function
H A D_box.c49 box(WINDOW *win, chtype v, chtype h) in box() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox.c49 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbox.c52 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_41/usr/src/ucblib/libcurses/
H A Dbox.c32 box(WINDOW *win, char vert, char hor) in box() function
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCheckboxPanel.java57 Checkbox box = (Checkbox)comp; in doAdd() local
H A DCheckboxList.java86 Checkbox box = new Checkbox((String)items.elementAt(i)); in updateCheckboxes() local
/titanic_41/usr/src/uts/intel/io/drm/
H A Dr300_cmdbuf.c67 drm_clip_rect_t box; in r300_emit_cliprects() local
H A Di915_dma.c419 drm_clip_rect_t box; in i915_emit_box() local
H A Dradeon_state.c444 drm_clip_rect_t *box) in radeon_emit_clip_rect()
2976 drm_clip_rect_t box; in radeon_emit_packet3_cliprect() local
/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daesopt.h696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h533 typedef struct box { struct
536 } sev_box_t; argument
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h832 #define box(w, v, h) \ macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h897 #define box(w,v,h) wborder(w,v,v,h,h,0,0,0,0) macro