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

  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 265 char c, *Left, *Right;
327 Left = FullPath;
330 while (Left < Right)
332 c = *Left;
333 *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
459 Left(int c __unused)

Completed in 17 milliseconds