Home
last modified time | relevance | path

Searched refs:appDef (Results 1 – 3 of 3) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Danemone.c104 } appDef; typedef
129 appDef *appD; /* defaults */
131 appDef *aCurr;
212 sp->appD = (appDef*) NULL; in free_anemone_screen()
276 sp->appD = (appDef *) xmalloc(sizeof(appDef) * sp->arms); in initAppendages()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Danemone.c60 } appDef; typedef
81 appDef *appD; /* defaults */
83 appDef *aCurr;
142 st->appD = (appDef *) xmalloc(sizeof(appDef) * st->arms); in initAppendages()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DReduce.hs750 appDef :: Term -> CompiledClauses -> RewriteRules -> MaybeReducedArgs -> ReduceM (Reduced (Blocked …
751 appDef v cc rewr args = appDefE v cc rewr $ map (fmap Apply) args function