Home
last modified time | relevance | path

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

/titanic_52/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_52/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox.c49 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbox.c52 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_52/usr/src/ucblib/libcurses/
H A Dbox.c32 box(WINDOW *win, char vert, char hor) in box() function
/titanic_52/usr/src/common/crypto/aes/amd64/
H A Daesopt.h696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument
/titanic_52/usr/src/uts/common/sys/
H A Dsysevent_impl.h533 typedef struct box { struct
536 lenbox global() argument
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h832 #define box(w, v, h) \ macro
/titanic_52/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