Searched refs:apply (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dixset32 # apply is just "writesettings"
186 button .buttons.apply -command "writesettings" -text "Apply"
190 pack .buttons.ok .buttons.apply .buttons.cancel .buttons.quit \
/ast/src/cmd/vczip/
H A Dvczip.c236 * apply the codex and/or vcodex transforms to a single input/output pair
240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) function
489 apply(action, vt, &vcodexdisc, ct, &codexdisc, NiL, *argv, NiL, buf, bufsize, donez, lastz);
/ast/src/cmd/coshell/
H A Devent.c78 "apply to the initial service command, and the \b--expire\b, \b--log\b, "
79 "\b--newer\b, \b--older\b, and \b--quiet\b options apply to client "
412 * apply request r to one key
416 apply(State_t* state, Connection_t* con, int id, int index, datum key, datum val, Data_t* dat) function
542 * apply request r to args a
583 if (apply(state, con, id, index, key, val, &dat))
598 if ((i = apply(state, con, id, index, key, val, &dat)) < 0)
/ast/src/cmd/INIT/
H A Dmamake.c572 apply(Dict_t* dict, Dict_item_t* item, int (*func)(Dict_item_t*, void*), void* handle) function
579 if (item->left && apply(dict, item->left, func, handle))
588 * apply func to each dictionary item
594 return dict->root ? apply(dict, dict->root, func, handle) : 0;
/ast/src/cmd/pax/
H A Dpax.h661 extern int apply(Archive_t*, File_t*, Filter_t*);
H A Dfile.c48 apply(register Archive_t* ap, register File_t* f, Filter_t* fp) function
158 rfd = apply(ap, f, fp);
H A Ddelta.c709 f->fd = apply(op, f, fp);
/ast/src/cmd/nmake/
H A Dparse.c2091 apply(opr, lhs, rhs, act, CO_ALWAYS|CO_LOCAL|CO_URGENT);
2098 apply(opr, lhs, rhs, act, CO_ALWAYS|CO_LOCAL|CO_URGENT);
2783 apply(r, lhs, rhs, NiL, CO_ALWAYS|CO_LOCAL|CO_URGENT);
H A Dcommand.c164 * apply operator or action with attributes in r given lhs, rhs and job flags
169 apply(register Rule_t* r, char* lhs, char* rhs, char* act, Flags_t flags) function
233 * apply() returning (temporary) CO_DATAFILE pointer to stdout of action
242 if (!apply(r, lhs, rhs, act, flags|CO_DATAFILE))
H A Dmake.h929 extern int apply(Rule_t*, char*, char*, char*, Flags_t);

Completed in 185 milliseconds