Home
last modified time | relevance | path

Searched refs:lastcook (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dmain.c540 static char *lastcook; local
542 if (lastcook != cookie) {
545 lastcook = cookie;
549 if (curpos + len > lastcook + cooklen) {
551 memcpy(buf, curpos, r = (cooklen - (curpos - lastcook)));
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dgame.h635 …int lastdeath, lastspawn, lastpain, lastregen, lastregenamt, lastbuff, lastshoot, lastcook, lastaf… member
645 … lastpain(0), lastregen(0), lastregenamt(0), lastbuff(0), lastshoot(0), lastcook(0), lastaffinity(… in clientstate()
926 …spree = lastdeath = lastpain = lastregen = lastregenamt = lastbuff = lastshoot = lastcook = lastaf… in clearstate()
1074 if(G(protectbreakcook) && lastcook) return 0; in protect()
H A Dweapons.cpp313 d->lastcook = lastmillis; in doshot()
H A Dserver.cpp4892 ci->lastcook = millis; in process()