Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c346 register short *short_p; local
352 if (!(short_p = va_arg(ap, short *))) {
353 short_p = &tidbit_number;
358 *short_p = -1;
361 *short_p = _Getsh(ip);
362 if (*short_p == -2)
363 *short_p = -1;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c759 bmp_t *short_p; in get_scope() local
800 short_p = tmp_p; in get_scope()
803 short_p = *p; in get_scope()
810 (*p)[j] |= short_p[j]; in get_scope()
813 free(short_p); in get_scope()