Home
last modified time | relevance | path

Searched refs:dlast (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Encode/
H A Dencengine.c102 U8 *dend = d + dlen, *dlast = d; in do_encode() local
138 if (term && (STRLEN)(d-dlast) == tlen && memEQ(dlast, term, tlen)) { in do_encode()
142 dlast = d; in do_encode()
/openbsd-src/games/backgammon/common_source/
H A Dsave.c119 write(fdesc, &dlast, sizeof(dlast)); in save()
145 read(fdesc, &dlast, sizeof(dlast)); in recover()
H A Dsubs.c94 if (dlast == -1) in gwrite()
262 dlast = 0; in init()
H A Dinit.c78 int dlast; variable
H A Dback.h107 extern int dlast; /* who doubled last (0 = neither) */
/openbsd-src/games/backgammon/backgammon/
H A Dextra.c57 dlast = cturn; in dble()
77 dlast = cturn; in dble()
H A Dmain.c266 if (dflag && dlast != cturn && gvalue < 64) { in main()
H A Dmove.c73 if (dflag && gvalue < 64 && dlast != cturn && dblgood()) { in domove()