Searched refs:_Getsh (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c64 * _Getsh() - GET TWO-BYTE SHORT FROM "char *" POINTER PORTABLY
77 #define _Getsh(ip) (*((short *)((char *)(ip)))) macro
85 #define _Getsh(ip) ((short)(*((unsigned char *) ip) | (*(ip+1) << 8))) macro
88 #ifndef _Getsh
99 _Getsh( function
103 _Getsh(p)
121 #endif /* _Getsh */
285 if (n <= 0 || n >= 4096 || _Getsh(pt->tiebuf) != 0432) {
301 pt->snames = _Getsh(pt->tiebuf + 2);
302 pt->nbools = _Getsh(p
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c161 #define _Getshi() _Getsh(ip); ip += 2
173 #define _Getsh(ip) (* (short *)ip) macro
180 #define _Getsh(ip) ((short)(*((unsigned char *)ip) | (*(ip+1) << 8))) macro
183 #ifndef _Getsh
193 _Getsh(char *p) function
217 #endif /* _Getsh */

Completed in 55 milliseconds