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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c61 * _Getsh() - GET TWO-BYTE SHORT FROM "char *" POINTER PORTABLY
74 #define _Getsh(ip) (*((short *)((char *)(ip)))) macro
82 #define _Getsh(ip) ((short)(*((unsigned char *) ip) | (*(ip+1) << 8))) macro
85 #ifndef _Getsh
96 _Getsh( function
100 _Getsh(p)
118 #endif /* _Getsh */
282 if (n <= 0 || n >= 4096 || _Getsh(pt->tiebuf) != 0432) {
298 pt->snames = _Getsh(pt->tiebuf + 2);
299 pt->nbools = _Getsh(p
[all...]
/illumos-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 46 milliseconds