Lines Matching refs:cond
3392 static int jumponcond(FuncState*fs,expdesc*e,int cond){
3397 return condjump(fs,OP_TEST,GETARG_B(ie),0,!cond);
3402 return condjump(fs,OP_TESTSET,((1<<8)-1),e->u.s.info,cond);
3524 static void codecomp(FuncState*fs,OpCode op,int cond,expdesc*e1,
3530 if(cond==0&&op!=OP_EQ){
3533 cond=1;
3535 e1->u.s.info=condjump(fs,op,cond,o1,o2);
4373 static int cond(LexState*ls){
4401 condexit=cond(ls);
4420 condexit=cond(ls);
4514 condexit=cond(ls);
5854 #define luaL_argcheck(L,cond,numarg,extramsg)((void)((cond)||luaL_argerror(L,(numarg),(extramsg))))