HomeSort by: relevance | last modified time | path
    Searched defs:Right (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 18 * you this software, covering your right to use that party's intellectual
26 * Code in any form, with the right to sublicense such rights; and
29 * license (with the right to sublicense), under only those claims of Intel
34 * to or modifications of the Original Intel Code. No other license or right
72 * 3.4. Intel retains all right, title, and interest in and to the Original
373 char c, *Left, *Right;
436 Right = FullPath+Length - 1;
438 while (Left < Right)
441 *Left++ = *Right;
442 *Right-- = c
    [all...]
  /src/games/atc/
input.c 77 static const char *right(int);
79 static const char *Right(int);
149 { 'r', 6, " right", right },
151 { 'R', 4, " right 90", Right },
448 right(int c __unused) function in typeref:typename:const char *
469 Right(int c __unused)

Completed in 12 milliseconds