Home
last modified time | relevance | path

Searched refs:oldmp (Results 1 – 10 of 10) sorted by relevance

/dports/mail/nmh/nmh-1.7.1/uip/
H A Drefile.c402 copy_seqs (struct msgs *oldmp, int oldmsgnum, struct msgs *newmp, int newmsgnum) in copy_seqs() argument
407 for (seq = svector_strs (oldmp->msgattrs), seqnum = 0; in copy_seqs()
408 *seq && seqnum < svector_size (oldmp->msgattrs); in copy_seqs()
411 assert ((int) seqnum == seq_getnum (oldmp, *seq)); in copy_seqs()
412 if (in_sequence (oldmp, seqnum, oldmsgnum)) { in copy_seqs()
414 !is_seq_private (oldmp, seqnum), 0); in copy_seqs()
/dports/www/janus/janus-gateway-0.11.6/plugins/
H A Djanus_streaming.c5173 if(oldmp == NULL) {
5188 janus_refcount_increase(&oldmp->ref);
5200 janus_refcount_decrease(&oldmp->ref);
5227 janus_refcount_decrease(&oldmp->ref);
5242 janus_refcount_decrease(&oldmp->ref);
5310 janus_mutex_lock(&oldmp->mutex);
5311 oldmp->viewers = g_list_remove_all(oldmp->viewers, session);
5313 if(oldmp->helper_threads > 0) {
5314 GList *l = oldmp->threads;
5330 janus_mutex_unlock(&oldmp->mutex);
[all …]
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1183 int oldmp; //mp's variable for mp for players by tails member
H A Dopenbor.c9814 …if(player[i].ent->modeldata.icon.mphigh > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.… in predrawstatus()
9818 …deldata.icon.mpmed > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.mp * .33) && player[i… in predrawstatus()
9822 …player[i].ent->modeldata.icon.mplow > 0 && (player[i].ent->oldmp >= 0 && player[i].ent->oldmp < (p… in predrawstatus()
10145 …bar(videomodes.shiftpos[i]+pmp[i][0], savedata.windowpos+pmp[i][1], player[i].ent->oldmp, player[i… in drawstatus()
12636 if(self->oldmp < self->mp) self->oldmp++; in update_health()
12637 else if(self->oldmp > self->mp) self->oldmp--; in update_health()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1205 int oldmp; //mp's variable for mp for players by tails
H A Dopenbor.c10212 …if(player[i].ent->modeldata.icon.mphigh > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.… in predrawstatus()
10216 …deldata.icon.mpmed > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.mp * .33) && player[i… in predrawstatus()
10220 …player[i].ent->modeldata.icon.mplow > 0 && (player[i].ent->oldmp >= 0 && player[i].ent->oldmp < (p… in predrawstatus()
10365 …bar(videomodes.shiftpos[i]+pmp[i][0], savedata.windowpos+pmp[i][1], player[i].ent->oldmp, player[i… in drawstatus()
12864 if(self->oldmp < self->mp) self->oldmp++; in update_health()
12865 else if(self->oldmp > self->mp) self->oldmp--; in update_health()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1235 int oldmp; //mp's variable for mp for players by tails member
H A Dopenbor.c13820 …if(player[i].ent->modeldata.icon.mphigh > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.… in predrawstatus()
13824 …deldata.icon.mpmed > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.mp * .33) && player[i… in predrawstatus()
13828 …player[i].ent->modeldata.icon.mplow > 0 && (player[i].ent->oldmp >= 0 && player[i].ent->oldmp < (p… in predrawstatus()
14040 …s.shiftpos[i] + pmp[i][0], savedata.windowpos + pmp[i][1], player[i].ent->oldmp, player[i].ent->mo… in drawstatus()
17571 if(self->oldmp < self->mp) in update_health()
17573 self->oldmp++; in update_health()
17575 else if(self->oldmp > self->mp) in update_health()
17577 self->oldmp--; in update_health()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2005 int oldmp; //mp's variable for mp for players by tails member
H A Dopenbor.c16227 …if(player[i].ent->modeldata.icon.mphigh > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.… in predrawstatus()
16231 …deldata.icon.mpmed > 0 && (player[i].ent->oldmp >= (player[i].ent->modeldata.mp * .33) && player[i… in predrawstatus()
16235 …player[i].ent->modeldata.icon.mplow > 0 && (player[i].ent->oldmp >= 0 && player[i].ent->oldmp < (p… in predrawstatus()
16458 …s.shiftpos[i] + pmp[i][0], savedata.windowpos + pmp[i][1], player[i].ent->oldmp, player[i].ent->mo… in drawstatus()
20477 if(self->oldmp < self->mp) in update_health()
20479 self->oldmp++; in update_health()
20481 else if(self->oldmp > self->mp) in update_health()
20483 self->oldmp--; in update_health()