Home
last modified time | relevance | path

Searched refs:ComplexFunction (Results 1 – 18 of 18) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dfunctions.h213 typedef struct ComplexFunction struct
220 }ComplexFunction; argument
324 void really_destroy_complex_func(ComplexFunction *cf);
326 ComplexFunction *new_complex_func( struct ASHashTable *list, char *name );
327 ComplexFunction *find_complex_func( struct ASHashTable *list, char *name );
H A Dfunctions.c408 void really_destroy_complex_func (ComplexFunction * cf) in really_destroy_complex_func()
429 ComplexFunction *cf = data; in complex_function_destroy()
456 ComplexFunction *new_complex_func (struct ASHashTable *list, char *name) in new_complex_func()
458 ComplexFunction *cf = NULL; in new_complex_func()
463 cf = (ComplexFunction *) safecalloc (1, sizeof (ComplexFunction)); in new_complex_func()
476 ComplexFunction *find_complex_func (struct ASHashTable * list, char *name) in find_complex_func()
483 return (ComplexFunction *) hdata.vptr; in find_complex_func()
H A Dscreen.h51 struct ComplexFunction;
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/math/
H A Dhypercomplex.h78 HypercomplexFunctionFractalRules(COMPLEX_FUNCTION_METHOD fn) : ComplexFunction(fn) {} in HypercomplexFunctionFractalRules()
84 COMPLEX_FUNCTION_METHOD ComplexFunction;
H A Dhypercomplex.cpp165 ComplexFunction(&ra, &a, &(f->exponent)); in HFunc()
166 ComplexFunction(&rb, &b, &(f->exponent)); in HFunc()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A Dfunction.c226 ComplexFunction *FreeStorage2ComplexFunction (FreeStorageElem * storage, in FreeStorage2ComplexFunction()
230 ComplexFunction *cf = NULL; in FreeStorage2ComplexFunction()
279 ComplexFunction * cf) in ComplexFunction2FreeStorage()
H A Dafterconf.h36 struct ComplexFunction;
1985 ComplexFunction *FreeStorage2ComplexFunction( struct FreeStorageElem *storage, struct ConfigItem *i…
1986 …nction2FreeStorage( struct SyntaxDef *syntax, struct FreeStorageElem **tail, ComplexFunction *cf );
2160 ComplexFunction *init ;
2161 ComplexFunction *restart ;
2169 ComplexFunction *install ;
2170 ComplexFunction *apply ;
H A DFeel.c724 ComplexFunction **list;
728 sizeof (ComplexFunction *));
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dmenus.h89 ComplexFunction *find_complex_func( struct ASHashTable *list, char *name );
H A Dmenuitem.c124 ComplexFunction *func = (ComplexFunction *) data; in FunctionItemParse()
195 ComplexFunction *func = NULL; in ParseFunctionEntry()
H A Dtheme.c247 fix_install_theme_script (ComplexFunction * install_func, in fix_install_theme_script()
275 void fix_apply_theme_script (ComplexFunction * install_func) in fix_apply_theme_script()
H A Dasinternals.h645 ComplexFunction *get_complex_function( char *name );
656 void ExecuteBatch ( ComplexFunction *batch );
H A Dfunctions.c286 ComplexFunction *get_complex_function (char *name) in get_complex_function()
656 ComplexFunction *func = NULL; in ExecuteComplexFunction()
770 void ExecuteBatch (ComplexFunction * batch) in ExecuteBatch()
794 ComplexFunction *func; in desktop_category2complex_function()
H A Ddecorations.c782 ComplexFunction *cfunc; in check_allowed_function()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmisc.h269 void ComplexFunction(Window, ASWindow *, XEvent *,unsigned long, MenuRoot *);
H A Dfunctions.c664 ComplexFunction(w, tmp_win, eventp, context,menu); in ExecuteFunction()
1431 void ComplexFunction(Window w, ASWindow *tmp_win, XEvent *eventp, in ComplexFunction() function
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c519ComplexFunction *remap_func = find_complex_func (feel_config->feel->ComplexFunctions, "RemapFuncti… in RemapFunctions()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/
H A DChangeLog38 * Replaced old IRC icon Fixed memory leak in Feel/ComplexFunction parsing -