Lines Matching refs:function
398 return (*pc->data.variable->function)(cx, pc->data.variable, r, b + (pc->pp + 1), -pc->pp, data, disc);
1251 (*disc->errorf)(NiL, disc, 2, "%s: no member get function", type->name);
1538 * return function given name
1553 (*disc->errorf)(NiL, disc, 2, "%s: function must be local", name);
1558 if (f->function)
1561 (*disc->errorf)(NiL, disc, 2, "%s: not a function", name);
1567 (*disc->errorf)(NiL, disc, 2, "%s: function must be local", name);
1582 if (f->function)
1585 (*disc->errorf)(NiL, disc, 2, "%s: not a function", name);
1590 (*disc->errorf)(NiL, disc, 2, "%s: undefined function", name);