Home
last modified time | relevance | path

Searched refs:accessfunc (Results 1 – 9 of 9) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/ConfigFile-1.1.4/src/Data/ConfigFile/
H A DTypes.hs105 accessfunc :: (ConfigParser -> SectionSpec -> OptionSpec -> Either CPError String) function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/ConfigFile-1.1.4/src/Data/
H A DConfigFile.hs134 accessfunc = simpleAccess} function
419 get cp s o = eitherToMonadError $ (accessfunc cp) cp s o
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/ConfigFile-1.1.4/testsrc/ConfigParser/
H A DMaintest.hs219 cp = (forceEither $ (readstring emptyCP interpdoc)){ accessfunc = interpolatingAccess 5}
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dlunacon.lua2190 local function GetStructCmd(accessfunc, pattern)
2193 return format("%s=%s", var, accessfunc(false, idx, memb))
2197 local function SetStructCmd(accessfunc, pattern)
2200 local membercode, ismethod, litok = accessfunc(true, idx, memb)
/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dsip.h1093 codeBlockList *accessfunc; /* The access function. */ member
H A Dtransform.c2234 if (vtype->atype != class_type && vd->accessfunc != NULL) in resolveVariableType()
2246 if (pyScope(vd->ecd) != NULL && vd->accessfunc == NULL) in resolveVariableType()
H A Dgencode.c2774 if (vd->accessfunc == NULL) in generateAccessFunctions()
2796 generateCppCodeBlock(vd->accessfunc, fp); in generateAccessFunctions()
2875 if (generating_c || vd->accessfunc != NULL || vd->type.nrderefs != 0) in generateTypesInline()
2948 if (!generating_c && vd->accessfunc == NULL && vd->type.nrderefs == 0) in generateClasses()
2978 if (vd->accessfunc != NULL) in generateClasses()
H A Dparser.c9665 vd->accessfunc = templateCode(pt, used, vd->accessfunc, type_names, type_values); in instantiateTemplateVars()
10343 appendCodeBlock(&var->accessfunc, acode); in newVar()
/dports/devel/py-sip/sip-5.5.0/code_generator/metasrc/
H A Dparser.y6026 vd->accessfunc = templateCode(pt, used, vd->accessfunc, type_names, type_values); in instantiateTemplateVars()
6704 appendCodeBlock(&var->accessfunc, acode); in newVar()