Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.box.c48 box(WINDOW *win, _ochtype v, _ochtype h) in box() function
H A D_box.c47 box(WINDOW *win, chtype v, chtype h) in box() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox.c47 box(WINDOW *w, chtype v, chtype h) in box() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbox.c50 box(WINDOW *w, chtype v, chtype h) in box() function
/illumos-gate/usr/src/ucblib/libcurses/
H A Dbox.c30 box(WINDOW *win, char vert, char hor) in box() function
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h533 typedef struct box { struct
536 } sev_box_t; argument
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c115 static const char **box; variable
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h830 #define box(w, v, h) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h895 #define box(w,v,h) wborder(w,v,v,h,h,0,0,0,0) macro