OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snake
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/snake/snake/
snake.c
1
/* $NetBSD:
snake
.c,v 1.31 2021/05/12 11:08:31 nia Exp $ */
40
static char sccsid[] = "@(#)
snake
.c 8.2 (Berkeley) 1/7/94";
42
__RCSID("$NetBSD:
snake
.c,v 1.31 2021/05/12 11:08:31 nia Exp $");
47
*
snake
- crt hack game.
50
* without getting eaten by the
snake
. hjkl work as in vi in place of
54
* cc -O
snake
.c move.c -o
snake
-lm -ltermlib
106
static struct point
snake
[6];
variable in typeref:struct:point[6]
240
snrand(&
snake
[0]);
243
chase(&
snake
[i], &snake[i - 1])
[
all
...]
/src/games/adventure/
init.c
110
bird, door, pillow,
snake
, fissure, tablet, clam, oyster,
variable in typeref:typename:int
196
snake
= vocab(DECR('s', 'n', 'a', 'k', 'e'), 1, 0);
Completed in 261 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025