Lines Matching refs:skipwhite
21 syn match sudoersUserSpec '^' nextgroup=@sudoersUserInSpec skipwhite
23 syn match sudoersSpecEquals contained '=' nextgroup=@sudoersCmndSpecList skipwhite
32 syn keyword sudoersAlias User_Alias Runas_Alias nextgroup=sudoersUserAlias skipwhite s…
33 syn keyword sudoersAlias Host_Alias nextgroup=sudoersHostAlias skipwhite skipnl
34 syn keyword sudoersAlias Cmnd_Alias nextgroup=sudoersCmndAlias skipwhite skipnl
36 …UserAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersUserAliasEquals skipwhite skipnl
37 …UserNameInList contained '\<\l\+\>' nextgroup=@sudoersUserList skipwhite skipnl
38 …UIDInList contained '#\d\+\>' nextgroup=@sudoersUserList skipwhite skipnl
39 …GroupInList contained '%\l\+\>' nextgroup=@sudoersUserList skipwhite skipnl
40 …UserNetgroupInList contained '+\l\+\>' nextgroup=@sudoersUserList skipwhite skipnl
41 …UserAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserList skipwhite skipnl
43 …UserName contained '\<\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
44 …UID contained '#\d\+\>' nextgroup=@sudoersParameter skipwhite skipnl
45 …Group contained '%\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
46 …UserNetgroup contained '+\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
47 …UserAliasRef contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersParameter skipwhite skipnl
49 …UserNameInSpec contained '\<\l\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
50 …UIDInSpec contained '#\d\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
51 …GroupInSpec contained '%\l\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
52 …UserNetgroupInSpec contained '+\l\+\>' nextgroup=@sudoersUserSpec skipwhite skipnl
53 …UserAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserSpec skipwhite skipnl
55 …UserNameInRunas contained '\<\l\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
56 …UIDInRunas contained '#\d\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
57 …GroupInRunas contained '%\l\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
58 …UserNetgroupInRunas contained '+\l\+\>' nextgroup=@sudoersUserRunas skipwhite skipnl
59 …UserAliasInRunas contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersUserRunas skipwhite skipnl
61 …HostAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersHostAliasEquals skipwhite skipnl
62 …HostNameInList contained '\<\l\+\>' nextgroup=@sudoersHostList skipwhite skipnl
63 …ddrInList contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersHostList skipwhite skipnl
64 …\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\{3}\d\{1,3}\|\d\+\)\)\=' nextgroup=@sudoersHostList skipwhite skipnl
65 …HostNetgroupInList contained '+\l\+\>' nextgroup=@sudoersHostList skipwhite skipnl
66 …HostAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersHostList skipwhite skipnl
68 …HostName contained '\<\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
69 …dr contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersParameter skipwhite skipnl
70 …d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\{3}\d\{1,3}\|\d\+\)\)\=' nextgroup=@sudoersParameter skipwhite skipnl
71 …HostNetgroup contained '+\l\+\>' nextgroup=@sudoersParameter skipwhite skipnl
72 …HostAliasRef contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersParameter skipwhite skipnl
74 …HostNameInSpec contained '\<\l\+\>' nextgroup=@sudoersHostSpec skipwhite skipnl
75 …ddrInSpec contained '\%(\d\{1,3}\.\)\{3}\d\{1,3}' nextgroup=@sudoersHostSpec skipwhite skipnl
76 …\d\{1,3}\%(/\%(\%(\d\{1,3}\.\)\{3}\d\{1,3}\|\d\+\)\)\=' nextgroup=@sudoersHostSpec skipwhite skipnl
77 …HostNetgroupInSpec contained '+\l\+\>' nextgroup=@sudoersHostSpec skipwhite skipnl
78 …HostAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersHostSpec skipwhite skipnl
80 …CmndAlias contained '\<\u[A-Z0-9_]*\>' nextgroup=sudoersCmndAliasEquals skipwhite skipnl
81 …][^[:space:],:=\\]*\)*' nextgroup=@sudoersCmndList,sudoersCommandEmpty,sudoersCommandArgs skipwhite
82 …CmndAliasInList contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersCmndList skipwhite skipnl
84 …,:=\\]*\)*' nextgroup=@sudoersCmndSpec,sudoersCommandEmptyInSpec,sudoersCommandArgsInSpec skipwhite
85 …CmndAliasInSpec contained '\<\u[A-Z0-9_]*\>' nextgroup=@sudoersCmndSpec skipwhite skipnl
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 … sudoersUserRunasEnd contained ')' nextgroup=sudoersPASSWD,@sudoersCmndInSpec skipwhite skipnl
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 …\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgs,@sudoersCmndList skipwhite
144 syn match sudoersCommandEmpty contained '""' nextgroup=@sudoersCmndList skipwhite skipnl
146 …[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersCommandArgsInSpec,@sudoersCmndSpec skipwhite
147 syn match sudoersCommandEmptyInSpec contained '""' nextgroup=@sudoersCmndSpec skipwhite skipnl
149 …aultTypeAt,sudoersDefaultTypeColon,sudoersDefaultTypeGreaterThan,@sudoersParameter 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
218 \ skipwhite skipnl
231 \ skipwhite skipnl
275 \ skipwhite skipnl
280 syn match sudoersParameterListComma contained ',' nextgroup=@sudoersParameter skipwhite skipnl
284 … sudoersIntegerParameterEquals contained '[+-]\==' nextgroup=sudoersIntegerValue skipwhite skipnl
285 … sudoersStringParameterEquals contained '[+-]\==' nextgroup=sudoersStringValue skipwhite skipnl
286 … sudoersListParameterEquals contained '[+-]\==' nextgroup=sudoersListValue skipwhite skipnl
288 syn match sudoersIntegerValue contained '\d\+' nextgroup=sudoersParameterListComma skipwhite skip…
289 …\]*\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersParameterListComma skipwhite skipnl
290 …gValue contained start=+"+ skip=+\\"+ end=+"+ nextgroup=sudoersParameterListComma skipwhite skipnl
291 …\]*\%(\\[[:space:],:=\\][^[:space:],:=\\]*\)*' nextgroup=sudoersParameterListComma skipwhite skipnl
292 …alue contained start=+"+ skip=+\\"+ end=+"+ nextgroup=sudoersParameterListComma skipwhite skipnl
294 …sudoersPASSWD contained '\%(NO\)\=PASSWD:' nextgroup=@sudoersCmndInSpec skipwhite