Lines Matching defs:voidfn
889 if (p->func->voidfn) inst = BC_INST_RET_VOID;
919 if (BC_ERR(p->func->voidfn))
1007 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0);
1372 bool comma = false, voidfn;
1382 voidfn = (!BC_IS_POSIX && p->l.t == BC_LEX_NAME &&
1390 voidfn = (voidfn && p->l.t == BC_LEX_NAME);
1393 if (voidfn)
1416 p->func->voidfn = voidfn;