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

  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 373 char c, *Left, *Right;
435 Left = FullPath;
438 while (Left < Right)
440 c = *Left;
441 *Left++ = *Right;
  /src/games/atc/
input.c 76 static const char *left(int);
78 static const char *Left(int);
148 state2[] = { { 'l', 6, " left", left },
150 { 'L', 4, " left 90", Left },
437 left(int c __unused) function in typeref:typename:const char *
459 Left(int c __unused)

Completed in 12 milliseconds