Searched refs:function (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkGC.c124 valueKey.values.function = valuePtr->function;
126 valueKey.values.function = GXcopy;
H A DtkSquare.c338 gcValues.function = GXcopy;
H A DtkCanvas.c1487 gcValues.function = GXcopy;
/ast/src/lib/libast/misc/
H A Dmagic.c69 struct Entry* lab; /* call this function */
232 { "function", ID_FORTRAN },
1745 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: invalid function name", n);
1749 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: function has no return", ret->offset + 'a');
1759 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: invalid function call argument list", n + 'a');
1772 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: function not defined", n + 'a');
2115 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: invalid function name", n);
2120 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: function not defined", n + 'a');
2141 (*mp->disc->errorf)(mp, mp->disc, 1, "%-.*s: unknown function", p - t, t);
2218 (*mp->disc->errorf)(mp, mp->disc, 2, "%c: function ha
[all...]
/ast/src/lib/libdss/
H A Dcx.h161 #define CX_FUNCTION_INIT(name,type,function,prototype,description) \
162 {name,description,CX_HEADER_INIT,function,(Cxtype_t*)type,prototype},
339 Cxnum2str_f num2strf; /* num=>str function */
340 Cxstr2num_f str2numf; /* str=>num function */
375 Cxconstraint_f constraintf; /* external constraint function */
433 Cxfunction_f function; /* pointer if function */ member in struct:Cxvariable_s
482 Cxcallout_f callout; /* callout function */
488 Cxrecode_f recode; /* callout function */
497 Cxcallout_f callout; /* callout function */
[all...]
H A Dcxopen.c398 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", nam
[all...]
H A Dcxcomp.c1232 if (v->function)
1341 (*cx->disc->errorf)(cx, cx->disc, 2, "%s: unknown function", v->name);
/ast/src/cmd/nmake/
H A Dconvert.c47 int function; member in struct:Convstate_s
738 s = state.function ? "args" : "stem";
1036 state.function = strmatch(s, "*FUNCTION*");
H A DMakerules.mk1886 * lhs is a function
2266 $$(" ")* -l$(L) function list -- define your own CMDLIST()
4617 * the function .UNKNOWN translates the atom name to upper
/ast/src/lib/libpp/
H A Dppcall.c191 error(3, "%s: too many nested function-like macros", sym->name);
301 error(3, "%s: too many nested function-like macros", sym->name);
427 count(function);
H A Dpplib.h206 int function; /* function macros */ member in struct:counter
H A Dpplex.c545 sfprintf(sfstderr, "%7d: function macros\n", pp.counter.function);
/ast/src/cmd/mailx/
H A Dimap.c1488 * the imapexec()'s in this function -- not good
/ast/src/cmd/INIT/
H A Dproto.c287 int function; member in struct:counter
3779 proto_error((char*)proto + sizeof(Proto_t), 1, "function pointer argument prototype omitted", ((char*)0));

Completed in 146 milliseconds