Home
last modified time | relevance | path

Searched defs:chs (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c52 addchnstr(const chtype *chs, int n) in addchnstr()
64 mvaddchnstr(int y, int x, const chtype *chs, int n) in mvaddchnstr()
77 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr()
90 addchstr(const chtype *chs) in addchstr()
102 mvaddchstr(int y, int x, const chtype *chs) in mvaddchstr()
115 mvwaddchstr(WINDOW *w, int y, int x, const chtype *chs) in mvwaddchstr()
128 waddchstr(WINDOW *w, const chtype *chs) in waddchstr()
H A Dinchn.c52 inchnstr(chtype *chs, int n) in inchnstr()
64 mvinchnstr(int y, int x, chtype *chs, int n) in mvinchnstr()
77 mvwinchnstr(WINDOW *w, int y, int x, chtype *chs, int n) in mvwinchnstr()
90 inchstr(chtype *chs) in inchstr()
102 mvinchstr(int y, int x, chtype *chs) in mvinchstr()
115 mvwinchstr(WINDOW *w, int y, int x, chtype *chs) in mvwinchstr()
128 winchstr(WINDOW *w, chtype *chs) in winchstr()
H A Dwinchn.c50 winchnstr(WINDOW *w, chtype *chs, int n) in winchnstr()
H A Dwaddchn.c52 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c49 addchnstr(chs, n) in addchnstr() argument
67 mvaddchnstr(y, x, chs, n) in mvaddchnstr() argument
87 mvwaddchnstr(w, y, x, chs, n) in mvwaddchnstr() argument
108 addchstr(chs) in addchstr() argument
125 mvaddchstr(y, x, chs) in mvaddchstr() argument
144 mvwaddchstr(w, y, x, chs) in mvwaddchstr() argument
164 waddchstr(w, chs) in waddchstr() argument
H A Dinchn.c65 chtype *chs; variable
84 chtype *chs; variable
117 chtype *chs; variable
135 chtype *chs; variable
152 chtype *chs; variable
H A Dwaddchn.c47 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr()
H A Dwinchn.c47 winchnstr(w, chs, n) in winchnstr() argument
/titanic_50/usr/src/uts/sun/sys/dada/impl/
H A Dcommands.h50 struct chs { struct
51 ushort_t cylinder; /* Cylinder Number */
52 uchar_t head; /* Head number */
53 uchar_t sector; /* Sector Number */
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h745 #define addchnstr(chs, n) waddchnstr(stdscr, chs, n) argument
746 #define addchstr(chs) waddchstr(stdscr, chs) argument
747 #define mvaddchnstr(y, x, chs, n) \ argument
750 #define mvaddchstr(y, x, chs) \ argument
753 #define mvwaddchnstr(w, y, x, chs, n) \ argument
757 #define mvwaddchstr(w, y, x, chs) \ argument
760 #define waddchstr(w, chs) waddchnstr(w, chs, -1) argument
977 #define inchnstr(chs, n) winchnstr(stdscr, chs, n) argument
978 #define inchstr(chs) winchstr(stdscr, chs) argument
979 #define mvinchnstr(y, x, chs, n) \ argument
[all …]
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h842 #define addchnstr(chs,n) waddchnstr(stdscr,chs,n) argument
843 #define addchstr(chs) waddchstr(stdscr,chs) argument
844 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n)) argument
845 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs)) argument
846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) argument
847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs)) argument
848 #define waddchstr(w,chs) waddchnstr(w,chs,-1) argument
995 #define inchnstr(chs,n) winchnstr(stdscr,chs,n) argument
996 #define inchstr(chs) winchstr(stdscr,chs) argument
997 #define mvinchnstr(y,x,chs,n) (move(y,x)?ERR:inchnstr(chs,n)) argument
[all …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c455 krb5_ucs4 chs, ch; in krb5int_utf8_strchr() local
/titanic_50/usr/src/lib/libc/port/locale/
H A Deuc.c304 unsigned char ch, chs; in _EUC_mbrtowc_impl() local
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c273 short *chs; in ata_disk_init_drive() local
/titanic_50/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c4201 int ch, chs, id; in usb_ac_mixer_registration() local
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c15184 ql_config_space_t chs; in ql_save_config_regs() local