Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c74 #define _Getsh(ip) (*((short *)((char *)(ip)))) macro
85 #ifndef _Getsh
96 _Getsh( in _Getsh() function
100 _Getsh(p) in _Getsh()
282 if (n <= 0 || n >= 4096 || _Getsh(pt->tiebuf) != 0432) {
298 pt->snames = _Getsh(pt->tiebuf + 2);
299 pt->nbools = _Getsh(pt->tiebuf + 4);
300 pt->nints = _Getsh(pt->tiebuf + 6);
301 pt->nstrs = _Getsh(pt->tiebuf + 8);
361 *short_p = _Getsh(ip);
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c159 #define _Getshi() _Getsh(ip); ip += 2
171 #define _Getsh(ip) (* (short *)ip) macro
178 #define _Getsh(ip) ((short)(*((unsigned char *)ip) | (*(ip+1) << 8))) macro
181 #ifndef _Getsh
191 _Getsh(char *p) in _Getsh() function