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

  /src/games/warp/
move.h 12 int lookaround(int, int, char);
move.c 554 curobj->energy += 25*lookaround(curobj->posy,curobj->posx,Star);
608 lookaround(int y, int x, char what) function
init.c 382 } while (occupant[y][x] || lookaround(y,x,Star) * 7 < e--);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
backtracking.d 850 CtContext lookaround(uint s, uint e)
965 CtContext context = lookaround(ir[1].raw, ir[2].raw); //split off new context
968 case $$: //fake lookaround "atom"
970 alias Lookaround = $$;
972 alias Lookaround = $$;
973 static bool matcher_$$(Lookaround matcher) @trusted
975 //(neg)lookaround piece start
977 //(neg)lookaround piece ends
983 auto lookaround = $$;
985 auto lookaround = $$
    [all...]
  /src/games/hack/
extern.h 54 void lookaround(void);
hack.main.c 457 lookaround();
458 if (!multi) { /* lookaround may clear multi */
hack.c 564 lookaround(void) function
672 /* something like lookaround, but we are not running */

Completed in 29 milliseconds