Lines Matching defs:voidfn
272 int voidfn;
2365 f->voidfn = 0;
2376 f->voidfn = 0;
3502 if (p->func->voidfn) inst = BC_INST_RET_VOID;
3525 else if (p->func->voidfn)
3577 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0);
3814 int comma = 0, voidfn;
3824 voidfn = (!FLAG(s) && !FLAG(w) && p->l.t == BC_LEX_NAME &&
3830 voidfn = (voidfn && p->l.t == BC_LEX_NAME);
3832 if (voidfn) {
3842 p->func->voidfn = voidfn;