/ast/src/lib/libtk/generic/ |
H A D | tkGC.c | 124 valueKey.values.function = valuePtr->function; 126 valueKey.values.function = GXcopy;
|
H A D | tkSquare.c | 338 gcValues.function = GXcopy;
|
H A D | tkCanvas.c | 1487 gcValues.function = GXcopy;
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 69 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 D | cx.h | 161 #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 D | cxopen.c | 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", nam [all...] |
H A D | cxcomp.c | 1232 if (v->function) 1341 (*cx->disc->errorf)(cx, cx->disc, 2, "%s: unknown function", v->name);
|
/ast/src/cmd/nmake/ |
H A D | convert.c | 47 int function; member in struct:Convstate_s 738 s = state.function ? "args" : "stem"; 1036 state.function = strmatch(s, "*FUNCTION*");
|
H A D | Makerules.mk | 1886 * 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 D | ppcall.c | 191 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 D | pplib.h | 206 int function; /* function macros */ member in struct:counter
|
H A D | pplex.c | 545 sfprintf(sfstderr, "%7d: function macros\n", pp.counter.function);
|
/ast/src/cmd/mailx/ |
H A D | imap.c | 1488 * the imapexec()'s in this function -- not good
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 287 int function; member in struct:counter 3779 proto_error((char*)proto + sizeof(Proto_t), 1, "function pointer argument prototype omitted", ((char*)0));
|