/src/games/larn/ |
create.c | 245 int it, arg, mit, marg; local in function:cannedlevel 261 it = mit = arg = marg = 0; 274 mit = rund(8) + DEMONLORD; 275 marg = monster[mit].hitpoints; 282 mit = DEMONLORD + 7; 283 marg = monster[mit].hitpoints; 288 mit = makemonst(k + 1); 289 marg = monster[mit].hitpoints; 297 mitem[j][i] = mit;
|
create.c | 245 int it, arg, mit, marg; local in function:cannedlevel 261 it = mit = arg = marg = 0; 274 mit = rund(8) + DEMONLORD; 275 marg = monster[mit].hitpoints; 282 mit = DEMONLORD + 7; 283 marg = monster[mit].hitpoints; 288 mit = makemonst(k + 1); 289 marg = monster[mit].hitpoints; 297 mitem[j][i] = mit;
|
/src/sys/kern/ |
sys_mqueue.c | 309 struct mq_msg *mit; local in function:mqueue_linear_insert 311 TAILQ_FOREACH(mit, &mq->mq_head[MQ_PQRESQ], msg_queue) { 312 if (msg->msg_prio > mit->msg_prio) 315 if (mit == NULL) { 318 TAILQ_INSERT_BEFORE(mit, msg, msg_queue);
|
sys_mqueue.c | 309 struct mq_msg *mit; local in function:mqueue_linear_insert 311 TAILQ_FOREACH(mit, &mq->mq_head[MQ_PQRESQ], msg_queue) { 312 if (msg->msg_prio > mit->msg_prio) 315 if (mit == NULL) { 318 TAILQ_INSERT_BEFORE(mit, msg, msg_queue);
|
/src/sys/arch/m68k/m68k/ |
db_disasm.h | 411 int mit; /* use mit sytanx. */ member in struct:dis_buffer
|
db_disasm.h | 411 int mit; /* use mit sytanx. */ member in struct:dis_buffer
|