Lines Matching refs:cond
3393 static int jumponcond(FuncState*fs,expdesc*e,int cond){
3398 return condjump(fs,OP_TEST,GETARG_B(ie),0,!cond);
3403 return condjump(fs,OP_TESTSET,((1<<8)-1),e->u.s.info,cond);
3525 static void codecomp(FuncState*fs,OpCode op,int cond,expdesc*e1,
3531 if(cond==0&&op!=OP_EQ){
3534 cond=1;
3536 e1->u.s.info=condjump(fs,op,cond,o1,o2);
4374 static int cond(LexState*ls){
4402 condexit=cond(ls);
4421 condexit=cond(ls);
4515 condexit=cond(ls);
5855 #define luaL_argcheck(L,cond,numarg,extramsg)((void)((cond)||luaL_argerror(L,(numarg),(extramsg))))