/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addchn.c | 52 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 D | inchn.c | 52 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 D | winchn.c | 50 winchnstr(WINDOW *w, chtype *chs, int n) in winchnstr()
|
H A D | waddchn.c | 52 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addchn.c | 49 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 D | inchn.c | 65 chtype *chs; variable 84 chtype *chs; variable 117 chtype *chs; variable 135 chtype *chs; variable 152 chtype *chs; variable
|
H A D | waddchn.c | 47 waddchnstr(WINDOW *w, const chtype *chs, int n) in waddchnstr()
|
H A D | winchn.c | 47 winchnstr(w, chs, n) in winchnstr() argument
|
/titanic_50/usr/src/uts/sun/sys/dada/impl/ |
H A D | commands.h | 50 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 D | curses.h | 745 #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 D | curses.h | 842 #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 D | utf8.c | 455 krb5_ucs4 chs, ch; in krb5int_utf8_strchr() local
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | euc.c | 304 unsigned char ch, chs; in _EUC_mbrtowc_impl() local
|
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.c | 273 short *chs; in ata_disk_init_drive() local
|
/titanic_50/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 4201 int ch, chs, id; in usb_ac_mixer_registration() local
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 15184 ql_config_space_t chs; in ql_save_config_regs() local
|