Home
last modified time | relevance | path

Searched refs:_matchlist (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DCapabilitiesState.cs29 internal ArrayList _matchlist; field in System.Web.Configuration.CapabilitiesState
37 _matchlist = new ArrayList(); in CapabilitiesState()
51 if (_matchlist == null) { in ClearMatch()
53 _matchlist = new ArrayList(); in ClearMatch()
57 _matchlist.Clear(); in ClearMatch()
63 _matchlist.Add(match); in AddMatch()
68 _matchlist.RemoveAt(_matchlist.Count - 1); in PopMatch()
72 if (_matchlist == null) in ResolveReference()
75 int i = _matchlist.Count; in ResolveReference()
82 Group group = ((Match)_matchlist[i]).Groups[groupnum]; in ResolveReference()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmGlobal.h915 typedef struct _matchlist { struct
923 struct _matchlist *next; argument