Searched refs:voidfn (Results 1 – 5 of 5) sorted by relevance
820 if (p->func->voidfn) inst = BC_INST_RET_VOID; in bc_parse_return()848 if (BC_ERR(p->func->voidfn)) { in bc_parse_return()926 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); in bc_parse_endBody()1281 bool comma = false, voidfn; in bc_parse_func() local1291 voidfn = (!BC_IS_POSIX && p->l.t == BC_LEX_NAME && in bc_parse_func()1299 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()1302 if (voidfn) { in bc_parse_func()1332 p->func->voidfn = voidfn; in bc_parse_func()
113 f->voidfn = false; in bc_func_init()139 f->voidfn = false; in bc_func_reset()
397 bool voidfn; member
778 typedef void voidfn ();780 volatile voidfn fatal;
2233 typedef void voidfn ();2235 volatile voidfn fatal;