Lines Matching refs:contained

23 syn match   sudoersSpecEquals         contained '=' nextgroup=@sudoersCmndSpecList skipwhite
27 syn keyword sudoersTodo contained TODO FIXME XXX NOTE
36 syn match sudoersUserAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersUserAliasEqual…
37 syn match sudoersUserNameInList contained '\<\l\+\>' nextgroup=@sudoersUserList …
38 syn match sudoersUIDInList contained '#\d\+\>' nextgroup=@sudoersUserList …
39 syn match sudoersGroupInList contained '%\l\+\>' nextgroup=@sudoersUserList …
40 syn match sudoersUserNetgroupInList contained '+\l\+\>' nextgroup=@sudoersUserList …
41 syn match sudoersUserAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserList …
43 syn match sudoersUserName contained '\<\l\+\>' nextgroup=@sudoersParameter …
44 syn match sudoersUID contained '#\d\+\>' nextgroup=@sudoersParameter …
45 syn match sudoersGroup contained '%\l\+\>' nextgroup=@sudoersParameter …
46 syn match sudoersUserNetgroup contained '+\l\+\>' nextgroup=@sudoersParameter …
47 syn match sudoersUserAliasRef contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersParameter …
49 syn match sudoersUserNameInSpec contained '\<\l\+\>' nextgroup=@sudoersUserSpec …
50 syn match sudoersUIDInSpec contained '#\d\+\>' nextgroup=@sudoersUserSpec …
51 syn match sudoersGroupInSpec contained '%\l\+\>' nextgroup=@sudoersUserSpec …
52 syn match sudoersUserNetgroupInSpec contained '+\l\+\>' nextgroup=@sudoersUserSpec …
53 syn match sudoersUserAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserSpec …
55 syn match sudoersUserNameInRunas contained '\<\l\+\>' nextgroup=@sudoersUserRunas …
56 syn match sudoersUIDInRunas contained '#\d\+\>' nextgroup=@sudoersUserRunas …
57 syn match sudoersGroupInRunas contained '%\l\+\>' nextgroup=@sudoersUserRunas …
58 syn match sudoersUserNetgroupInRunas contained '+\l\+\>' nextgroup=@sudoersUserRunas …
59 syn match sudoersUserAliasInRunas contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserRunas …
61 syn match sudoersHostAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersHostAliasEqual…
62 syn match sudoersHostNameInList contained '\<\l\+\>' nextgroup=@sudoersHostList …
63 syn match sudoersIPAddrInList contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersHos…
64 syn match sudoersNetworkInList contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\…
65 syn match sudoersHostNetgroupInList contained '+\l\+\>' nextgroup=@sudoersHostList …
66 syn match sudoersHostAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersHostList …
68 syn match sudoersHostName contained '\<\l\+\>' nextgroup=@sudoersParameter …
69 syn match sudoersIPAddr contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersPar…
70 syn match sudoersNetwork contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\…
71 syn match sudoersHostNetgroup contained '+\l\+\>' nextgroup=@sudoersParameter …
72 syn match sudoersHostAliasRef contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersParameter …
74 syn match sudoersHostNameInSpec contained '\<\l\+\>' nextgroup=@sudoersHostSpec …
75 syn match sudoersIPAddrInSpec contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersHos…
76 syn match sudoersNetworkInSpec contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\…
77 syn match sudoersHostNetgroupInSpec contained '+\l\+\>' nextgroup=@sudoersHostSpec …
78 syn match sudoersHostAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersHostSpec …
80 syn match sudoersCmndAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersCmndAliasEqual…
81 syn match sudoersCmndNameInList contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:…
82 syn match sudoersCmndAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersCmndList …
84 syn match sudoersCmndNameInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:…
85 syn match sudoersCmndAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersCmndSpec …
87 syn match sudoersUserAliasEquals contained '=' nextgroup=@sudoersUserInList skipwhite skipnl
88 syn match sudoersUserListComma contained ',' nextgroup=@sudoersUserInList skipwhite skipnl
89 syn match sudoersUserListColon contained ':' nextgroup=sudoersUserAlias skipwhite skipnl
92 syn match sudoersUserSpecComma contained ',' nextgroup=@sudoersUserInSpec skipwhite skipnl
95 syn match sudoersUserRunasBegin contained '(' nextgroup=@sudoersUserInRunas skipwhite skipnl
96 syn match sudoersUserRunasComma contained ',' nextgroup=@sudoersUserInRunas skipwhite skipnl
97 syn match sudoersUserRunasEnd contained ')' nextgroup=sudoersPASSWD,@sudoersCmndInSpec skipwh…
101 syn match sudoersHostAliasEquals contained '=' nextgroup=@sudoersHostInList skipwhite skipnl
102 syn match sudoersHostListComma contained ',' nextgroup=@sudoersHostInList skipwhite skipnl
103 syn match sudoersHostListColon contained ':' nextgroup=sudoersHostAlias skipwhite skipnl
106 syn match sudoersHostSpecComma contained ',' nextgroup=@sudoersHostInSpec skipwhite skipnl
110 syn match sudoersCmndAliasEquals contained '=' nextgroup=@sudoersCmndInList skipwhite skipnl
111 syn match sudoersCmndListComma contained ',' nextgroup=@sudoersCmndInList skipwhite skipnl
112 syn match sudoersCmndListColon contained ':' nextgroup=sudoersCmndAlias skipwhite skipnl
115 syn match sudoersCmndSpecComma contained ',' nextgroup=@sudoersCmndSpecList skipwhite skipnl
116 syn match sudoersCmndSpecColon contained ':' nextgroup=@sudoersUserInSpec skipwhite skipnl
131 syn match sudoersUserNegationInList contained '!\+' nextgroup=@sudoersUserInList skipwhite skipnl
132 syn match sudoersHostNegationInList contained '!\+' nextgroup=@sudoersHostInList skipwhite skipnl
133 syn match sudoersCmndNegationInList contained '!\+' nextgroup=@sudoersCmndInList skipwhite skipnl
135 syn match sudoersUserNegation contained '!\+' nextgroup=@sudoersUser skipwhite skipnl
136 syn match sudoersHostNegation contained '!\+' nextgroup=@sudoersHost skipwhite skipnl
138 syn match sudoersUserNegationInSpec contained '!\+' nextgroup=@sudoersUserInSpec skipwhite skipnl
139 syn match sudoersHostNegationInSpec contained '!\+' nextgroup=@sudoersHostInSpec skipwhite skipnl
140 syn match sudoersUserNegationInRunas contained '!\+' nextgroup=@sudoersUserInRunas skipwhite skip…
141 syn match sudoersCmndNegationInSpec contained '!\+' nextgroup=@sudoersCmndInSpec skipwhite skipnl
143 syn match sudoersCommandArgs contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:],…
144 syn match sudoersCommandEmpty contained '""' nextgroup=@sudoersCmndList skipwhite skipnl
146 syn match sudoersCommandArgsInSpec contained '[^[:space:],:=\\]\+\%(\\[[:space:],:=\\][^[:space:]…
147 syn match sudoersCommandEmptyInSpec contained '""' nextgroup=@sudoersCmndSpec skipwhite skipnl
150 syn match sudoersDefaultTypeAt contained '@' nextgroup=@sudoersHost skipwhite skipnl
151 syn match sudoersDefaultTypeColon contained ':' nextgroup=@sudoersUser skipwhite skipnl
152 syn match sudoersDefaultTypeGreaterThan contained '>' nextgroup=@sudoersUser skipwhite skipnl
155 syn match sudoersBooleanParameter contained '!' nextgroup=sudoersBooleanParameter skipwhite skipnl
156 syn keyword sudoersBooleanParameter contained skipwhite skipnl
216 syn keyword sudoersIntegerParameter contained
229 syn keyword sudoersStringParameter contained
273 syn keyword sudoersListParameter contained
280 syn match sudoersParameterListComma contained ',' nextgroup=@sudoersParameter skipwhite skipnl
284 syn match sudoersIntegerParameterEquals contained '[+-]\==' nextgroup=sudoersIntegerValue skipwhi…
285 syn match sudoersStringParameterEquals contained '[+-]\==' nextgroup=sudoersStringValue skipwhi…
286 syn match sudoersListParameterEquals contained '[+-]\==' nextgroup=sudoersListValue skipwhi…
288 syn match sudoersIntegerValue contained '\d\+' nextgroup=sudoersParameterListComma skipwhite skip…
289 syn match sudoersStringValue contained '[^[:space:],:=\\]*\%(\\[[:space:],:=\\][^[:space:],:=\\]…
290 syn region sudoersStringValue contained start=+"+ skip=+\\"+ end=+"+ nextgroup=sudoersParameterLi…
291 syn match sudoersListValue contained '[^[:space:],:=\\]*\%(\\[[:space:],:=\\][^[:space:],:=\\]…
292 syn region sudoersListValue contained start=+"+ skip=+\\"+ end=+"+ nextgroup=sudoersParameterLi…
294 syn match sudoersPASSWD contained '\%(NO\)\=PASSWD:' nextgroup=@sudoersCmndInSp…