Home
last modified time | relevance | path

Searched defs:_Getsh (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c74 #define _Getsh(ip) (*((short *)((char *)(ip)))) macro
82 #define _Getsh(ip) ((short)(*((unsigned char *) ip) | (*(ip+1) << 8))) macro
96 _Getsh( in _Getsh() function
/titanic_50/usr/src/lib/libcurses/screen/
H A Dsetupterm.c173 #define _Getsh(ip) (* (short *)ip) macro
180 #define _Getsh(ip) ((short)(*((unsigned char *)ip) | (*(ip+1) << 8))) macro
193 _Getsh(char *p) in _Getsh() function