Home
last modified time | relevance | path

Searched refs:numstmts (Results 1 – 6 of 6) sorted by relevance

/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_compiler.c196 long numstmts; in crm_microcompiler() local
482 numstmts = stmtnum - 1; in crm_microcompiler()
506 for (stmtnum = 0; stmtnum < numstmts; stmtnum++) in crm_microcompiler()
541 stack[sdx] = numstmts+1; in crm_microcompiler()
542 for (stmtnum = numstmts; stmtnum >= 0; stmtnum--) in crm_microcompiler()
576 stack[sdx] = numstmts+1; in crm_microcompiler()
577 for (stmtnum = numstmts; stmtnum >= 0; stmtnum--) in crm_microcompiler()
619 for (stmtnum = 0; stmtnum <= numstmts; stmtnum++) in crm_microcompiler()
675 csl->nstmts = numstmts; in crm_microcompiler()
/dports/games/uhexen2/hexen2source-1.5.9/utils/dcc/
H A Dhcc.c291 static dstatement_v6_t *PR_GenV6Stmts (dstatement_v7_t *v7stmts, int numstmts) in PR_GenV6Stmts() argument
297 v6stmts = (dstatement_v6_t *) SafeMalloc(sizeof(dstatement_v6_t) * numstmts); in PR_GenV6Stmts()
298 for (i = 0, v7ptr = v7stmts, v6ptr = v6stmts; i < numstmts; i++, v7ptr++, v6ptr++) in PR_GenV6Stmts()
H A Ddcc.c2019 static dstatement_v7_t *DEC_ConvertV6Stmts (dstatement_v6_t *v6stmts, int numstmts) in DEC_ConvertV6Stmts() argument
2025 v7stmts = (dstatement_v7_t *) SafeMalloc(sizeof(dstatement_v7_t) * numstmts); in DEC_ConvertV6Stmts()
2026 for (i = 0, v6ptr = v6stmts, v7ptr = v7stmts; i < numstmts; i++, v6ptr++, v7ptr++) in DEC_ConvertV6Stmts()
/dports/games/uhexen2/hexen2source-1.5.9/utils/hcc/
H A Dhcc.c318 static dstatement_v6_t *PR_GenV6Stmts (dstatement_v7_t *v7stmts, int numstmts) in PR_GenV6Stmts() argument
324 v6stmts = (dstatement_v6_t *) SafeMalloc(sizeof(dstatement_v6_t) * numstmts); in PR_GenV6Stmts()
325 for (i = 0, v7ptr = v7stmts, v6ptr = v6stmts; i < numstmts; i++, v7ptr++, v6ptr++) in PR_GenV6Stmts()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dpr_edict.c1513 static dstatement_v7_t *PR_ConvertV6Stmts (dstatement_v6_t *v6stmts, int numstmts) in PR_ConvertV6Stmts() argument
1519 v7stmts = (dstatement_v7_t *) Hunk_AllocName(sizeof(dstatement_v7_t) * numstmts, "prog7stmt"); in PR_ConvertV6Stmts()
1520 for (i = 0, v6ptr = v6stmts, v7ptr = v7stmts; i < numstmts; i++, v6ptr++, v7ptr++) in PR_ConvertV6Stmts()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dpr_edict.c1591 static dstatement_v7_t *PR_ConvertV6Stmts (dstatement_v6_t *v6stmts, int numstmts) in PR_ConvertV6Stmts() argument
1597 v7stmts = (dstatement_v7_t *) Hunk_AllocName(sizeof(dstatement_v7_t) * numstmts, "prog7stmt"); in PR_ConvertV6Stmts()
1598 for (i = 0, v6ptr = v6stmts, v7ptr = v7stmts; i < numstmts; i++, v6ptr++, v7ptr++) in PR_ConvertV6Stmts()