Home
last modified time | relevance | path

Searched refs:start_len (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/games/worm/
H A Dworm.c64 int start_len = LENGTH; variable
116 start_len = strtonum(argv[1], 1, ((LINES-3) * (COLS-2)) / 3, in main()
197 head->x = start_len % (COLS-5) + 2; in life()
201 for (i = 0, bp = head; i < start_len; i++, bp = np) { in life()
217 visible_len = start_len + 1; in life()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs2089 int start_len = NO_INIT
2106 start_len = s->stream.avail_in ;
2124 if (start_len > 1 && ! eof_mode)