Searched refs:Right (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsnames.c210 char c, *Left, *Right; local
273 Right = FullPath+Length - 1;
275 while (Left < Right)
278 *Left++ = *Right;
279 *Right-- = c;
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dlink.c53 Right(i) = (ITEM *) NULL;
55 Right(i) = IthItem(m, n + Rows(m));
78 Right(IthItem(m, left)) = IthItem(m, n);
109 Right(i) = (c == Cols(m)-1 || n == Nitems(m)-1) ? (ITEM *)0 :
142 Right(IthItem(m, left)) = IthItem(m, n);
H A Ddriver.c72 if (Right(current) == (ITEM *)0) {
76 current = Right(current);
H A Dpost.c177 if ((j = Right(j)) != sj) {
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h139 #define Right(i) (i)->right macro
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1298 % their "best" equivalent, based on the @documentencoding. Right

Completed in 267 milliseconds