Home
last modified time | relevance | path

Searched defs:FuncKey (Results 1 – 20 of 20) sorted by relevance

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmenus.h119 typedef struct FuncKey struct
121 struct FuncKey *next; /* next in the list of function keys */ argument
133 } FuncKey; argument
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dmenus.h117 typedef struct FuncKey { struct
118 struct FuncKey *next; /* next in the list of function keys */ argument
127 } FuncKey; argument
/dports/x11-wm/tvtwm/tvtwm/
H A Dmenus.h103 typedef struct FuncKey struct
105 struct FuncKey *next; /* next in the list of function keys */ argument
114 } FuncKey; argument
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dmenus.h128 typedef struct FuncKey struct
130 struct FuncKey *next; /* next in the list of function keys */ argument
139 } FuncKey; argument
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dmenus.h107 struct FuncKey { struct
108 struct FuncKey *next; /* next in the list of function keys */ argument
109 char *name; /* key name */
110 KeySym keysym; /* X keysym */
111 KeyCode keycode; /* X keycode */
112 int cont; /* context */
113 int mods; /* modifiers */
114 int func; /* function to perform */
115 char *win_name; /* window name (if any) */
116 char *action; /* action string (if any) */
[all …]
H A Dtypes.h18 typedef struct FuncKey FuncKey; typedef
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DDerivative.h27 explicit Derivative(const std::map<FuncKey, Func> &adjoints_in) in Derivative()
30 explicit Derivative(std::map<FuncKey, Func> &&adjoints_in) in Derivative()
H A DDerivative.cpp29 using FuncKey = Derivative::FuncKey; typedef
/dports/x11-wm/piewm/piewm-1.04/
H A Dmenus.h122 typedef struct FuncKey struct
124 struct FuncKey *next; /* next in the list of function keys */ argument
133 } FuncKey; argument
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dasfeel.h188 typedef struct FuncKey struct
190 struct FuncKey *next; /* next in the list of function keys */ argument
197 }FuncKey; argument
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dmwm.h441 typedef struct FuncKey { struct
442 struct FuncKey *next; /* next in the list of function keys */ argument
454 } FuncKey; argument
/dports/cad/alliance/alliance/src/bdd/src/
H A Dbddhoper.c93 long (*FuncKey)(); variable
H A Dbddhnode.c99 long (*FuncKey)(); variable
/dports/www/firefox/firefox-99.0/third_party/rust/wast/src/resolve/
H A Dtypes.rs292 type FuncKey<'a> = (Box<[ValType<'a>]>, Box<[ValType<'a>]>); typedef
306 impl<'a> TypeKey<'a> for FuncKey<'a> { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wast/src/resolve/
H A Dtypes.rs286 type FuncKey<'a> = (Box<[ValType<'a>]>, Box<[ValType<'a>]>); typedef
300 impl<'a> TypeKey<'a> for FuncKey<'a> { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wast/src/resolve/
H A Dtypes.rs286 type FuncKey<'a> = (Box<[ValType<'a>]>, Box<[ValType<'a>]>); typedef
300 impl<'a> TypeKey<'a> for FuncKey<'a> { implementation
/dports/cad/alliance/alliance/src/aut/src/
H A Dauthash.c146 void setauthfunc( HashTable, FuncSize, FuncKey, FuncIndex ) in setauthfunc() argument
H A Dauthash2.c85 void setauth2func( HashTable, FuncSize, FuncKey, FuncIndex ) in setauth2func() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DXsltCompileContext.cs705 private class FuncKey : XsltFunctionImpl { class in System.Xml.Xsl.XsltOld.XsltCompileContext
706 …public FuncKey() : base(2, 2, XPathResultType.NodeSet, new XPathResultType[] { XPathResultType.Str… in FuncKey() method in System.Xml.Xsl.XsltOld.XsltCompileContext.FuncKey
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DXsltCompileContext.cs846 private class FuncKey : XsltFunctionImpl class in System.Xml.Xsl.XsltOld.XsltCompileContext
848 …public FuncKey() : base(2, 2, XPathResultType.NodeSet, new XPathResultType[] { XPathResultType.Str… in FuncKey() method in System.Xml.Xsl.XsltOld.XsltCompileContext.FuncKey