1 2# 3# --roles-all=something 4# 5ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-all: something 6status: 1 7 8# 9# --roles-all.*=something 10# 11ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-all.*: something 12status: 1 13 14# 15# --roles-all.?= 16# 17ctags: only '*' or '' (empty string) is acceptable as a kind spec for --roles-all: --roles-all.? 18status: 1 19 20# 21# --roles-NoSuchLang= 22# 23ctags: Warning: unknown language "NoSuchLang" in --roles-NoSuchLang option 24status: 42 25 26# 27# --roles-NoSuchLang.*= 28# 29ctags: Warning: unknown language "NoSuchLang" in --roles-NoSuchLang.* option 30status: 42 31 32# 33# --roles-NoSuchLang=+{role} 34# 35ctags: Warning: unknown language "NoSuchLang" in --roles-NoSuchLang option 36status: 42 37 38# 39# --roles-NoSuchLang=-{role} 40# 41ctags: Warning: unknown language "NoSuchLang" in --roles-NoSuchLang option 42status: 42 43 44# 45# --roles-C={role} 46# 47ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-C: {role} 48status: 1 49 50# 51# --roles-C=+{role} 52# 53ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-C: +{role} 54status: 1 55 56# 57# --roles-C=-{role} 58# 59ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-C: -{role} 60status: 1 61 62# 63# --roles-C.*={role} 64# 65ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-C.*: {role} 66status: 1 67 68# 69# --roles-C.*=+{role} 70# 71ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-C.*: +{role} 72status: 1 73 74# 75# --roles-C.*=-{role} 76# 77ctags: only '*' or '' (empty string) is acceptable as an argument for --roles-C.*: -{role} 78status: 1 79 80# 81# --roles-C.{header= 82# 83ctags: no '}' representing the end of kind name in --roles-C.{header option: {header 84status: 1 85 86# 87# --roles-C.{file}= 88# 89ctags: Warning: don't enable/disable a role in F/file kind; it has no role: --roles-C.{file} 90status: 42 91 92# 93# --roles-C.{noSuchKind}= 94# 95ctags: Warning: no such kind name as specified in --roles-C.{noSuchKind} option 96status: 42 97 98# 99# --roles-C.{header}x= 100# 101ctags: garbage after the kind specification {header} in --roles-C.{header}x option 102status: 1 103 104# 105# --roles-C.F= 106# 107ctags: Warning: don't enable/disable a role in F/file kind; it has no role: --roles-C.F 108status: 42 109 110# 111# unknown kind letter x 112# 113ctags: Warning: no such kind letter as specified in --roles-MyLang.X option 114status: 42 115 116# 117# --roles-C.fx= 118# 119ctags: garbage after the kind specification 'f' in --roles-C.fx option 120status: 1 121 122# 123# --roles-C.?= 124# 125ctags: '?', unexpected character in --roles-C.? 126status: 1 127 128# 129# --roles-C.h={system 130# 131ctags: no '}' representing the end of role name in --roles-C.h option: system 132status: 1 133 134# 135# --roles-C.h=+{system 136# 137ctags: no '}' representing the end of role name in --roles-C.h option: system 138status: 1 139 140# 141# --roles-C.h=-{system 142# 143ctags: no '}' representing the end of role name in --roles-C.h option: system 144status: 1 145 146# 147# --roles-C.h={system}{local 148# 149ctags: no '}' representing the end of role name in --roles-C.h option: local 150status: 1 151 152# 153# --roles-C.h=+{system}{local 154# 155ctags: no '}' representing the end of role name in --roles-C.h option: local 156status: 1 157 158# 159# --roles-C.h=-{system}{local 160# 161ctags: no '}' representing the end of role name in --roles-C.h option: local 162status: 1 163 164# 165# --roles-C.h={system{local} 166# 167ctags: Warning: no such role: system{local of h kind in language C 168status: 42 169 170# 171# --roles-C.h=+{system{local} 172# 173ctags: Warning: no such role: system{local of h kind in language C 174status: 42 175 176# 177# --roles-C.h=-{system{local} 178# 179ctags: Warning: no such role: system{local of h kind in language C 180status: 42 181 182# 183# --roles-C.{header}={system 184# 185ctags: no '}' representing the end of role name in --roles-C.{header} option: system 186status: 1 187 188# 189# --roles-C.{header}=+{system 190# 191ctags: no '}' representing the end of role name in --roles-C.{header} option: system 192status: 1 193 194# 195# --roles-C.{header}=-{system 196# 197ctags: no '}' representing the end of role name in --roles-C.{header} option: system 198status: 1 199 200# 201# --roles-C.{header}={system}{local 202# 203ctags: no '}' representing the end of role name in --roles-C.{header} option: local 204status: 1 205 206# 207# --roles-C.{header}=+{system}{local 208# 209ctags: no '}' representing the end of role name in --roles-C.{header} option: local 210status: 1 211 212# 213# --roles-C.{header}=-{system}{local 214# 215ctags: no '}' representing the end of role name in --roles-C.{header} option: local 216status: 1 217 218# 219# --roles-C.{header}={system{local} 220# 221ctags: Warning: no such role: system{local of h kind in language C 222status: 42 223 224# 225# --roles-C.{header}=+{system{local} 226# 227ctags: Warning: no such role: system{local of h kind in language C 228status: 42 229 230# 231# --roles-C.{header}=-{system{local} 232# 233ctags: Warning: no such role: system{local of h kind in language C 234status: 42 235 236# 237# --roles-C.h={noSuchRole} 238# 239ctags: Warning: no such role: noSuchRole of h kind in language C 240status: 42 241 242# 243# --roles-C.h=+{noSuchRole} 244# 245ctags: Warning: no such role: noSuchRole of h kind in language C 246status: 42 247 248# 249# --roles-C.h=-{noSuchRole} 250# 251ctags: Warning: no such role: noSuchRole of h kind in language C 252status: 42 253 254# 255# --roles-C.h={system}{noSuchRole} 256# 257ctags: Warning: no such role: noSuchRole of h kind in language C 258status: 42 259 260# 261# --roles-C.h={noSuchRole} 262# 263ctags: Warning: no such role: noSuchRole of h kind in language C 264status: 42 265 266# 267# --roles-C.h=+{system}{noSuchRole} 268# 269ctags: Warning: no such role: noSuchRole of h kind in language C 270status: 42 271 272# 273# --roles-C.h=-{system}{noSuchRole} 274# 275ctags: Warning: no such role: noSuchRole of h kind in language C 276status: 42 277 278# 279# --roles-C.h=+{system}-{noSuchRole} 280# 281ctags: Warning: no such role: noSuchRole of h kind in language C 282status: 42 283 284# 285# --roles-C.h=-{system}+{noSuchRole} 286# 287ctags: Warning: no such role: noSuchRole of h kind in language C 288status: 42 289 290# 291# --roles-C.{header}={noSuchRole} 292# 293ctags: Warning: no such role: noSuchRole of h kind in language C 294status: 42 295 296# 297# --roles-C.{header}=+{noSuchRole} 298# 299ctags: Warning: no such role: noSuchRole of h kind in language C 300status: 42 301 302# 303# --roles-C.{header}=-{noSuchRole} 304# 305ctags: Warning: no such role: noSuchRole of h kind in language C 306status: 42 307 308# 309# --roles-C.{header}={system}{noSuchRole} 310# 311ctags: Warning: no such role: noSuchRole of h kind in language C 312status: 42 313 314# 315# --roles-C.{header}={noSuchRole} 316# 317ctags: Warning: no such role: noSuchRole of h kind in language C 318status: 42 319 320# 321# --roles-C.{header}=+{system}{noSuchRole} 322# 323ctags: Warning: no such role: noSuchRole of h kind in language C 324status: 42 325 326# 327# --roles-C.{header}=-{system}{noSuchRole} 328# 329ctags: Warning: no such role: noSuchRole of h kind in language C 330status: 42 331 332# 333# --roles-C.{header}=+{system}-{noSuchRole} 334# 335ctags: Warning: no such role: noSuchRole of h kind in language C 336status: 42 337 338# 339# --roles-C.{header}=-{system}+{noSuchRole} 340# 341ctags: Warning: no such role: noSuchRole of h kind in language C 342status: 42 343 344# 345# --roles-C.h=x{system} 346# 347ctags: unexpected character x in --roles-C.h=x{system} option 348status: 1 349 350# 351# --roles-C.h=+x{system} 352# 353ctags: unexpected character x in --roles-C.h=+x{system} option 354status: 1 355 356# 357# --roles-C.h=-x{system} 358# 359ctags: unexpected character x in --roles-C.h=-x{system} option 360status: 1 361 362# 363# --roles-C.h=x+{system} 364# 365ctags: unexpected character x in --roles-C.h=x+{system} option 366status: 1 367 368# 369# --roles-C.h=+x+{system} 370# 371ctags: unexpected character x in --roles-C.h=+x+{system} option 372status: 1 373 374# 375# --roles-C.h=-x+{system} 376# 377ctags: unexpected character x in --roles-C.h=-x+{system} option 378status: 1 379 380# 381# --roles-C.h=x-{system} 382# 383ctags: unexpected character x in --roles-C.h=x-{system} option 384status: 1 385 386# 387# --roles-C.h=+x-{system} 388# 389ctags: unexpected character x in --roles-C.h=+x-{system} option 390status: 1 391 392# 393# --roles-C.h=-x+-system} 394# 395ctags: unexpected character x in --roles-C.h=-x+-system} option 396status: 1 397 398# 399# --roles-C.{header}=x{system} 400# 401ctags: unexpected character x in --roles-C.{header}=x{system} option 402status: 1 403 404# 405# --roles-C.{header}=+x{system} 406# 407ctags: unexpected character x in --roles-C.{header}=+x{system} option 408status: 1 409 410# 411# --roles-C.{header}=-x{system} 412# 413ctags: unexpected character x in --roles-C.{header}=-x{system} option 414status: 1 415 416# 417# --roles-C.{header}=x+{system} 418# 419ctags: unexpected character x in --roles-C.{header}=x+{system} option 420status: 1 421 422# 423# --roles-C.{header}=+x+{system} 424# 425ctags: unexpected character x in --roles-C.{header}=+x+{system} option 426status: 1 427 428# 429# --roles-C.{header}=-x+{system} 430# 431ctags: unexpected character x in --roles-C.{header}=-x+{system} option 432status: 1 433 434# 435# --roles-C.{header}=x-{system} 436# 437ctags: unexpected character x in --roles-C.{header}=x-{system} option 438status: 1 439 440# 441# --roles-C.{header}=+x-{system} 442# 443ctags: unexpected character x in --roles-C.{header}=+x-{system} option 444status: 1 445 446# 447# --roles-C.{header}=-x+-system} 448# 449ctags: unexpected character x in --roles-C.{header}=-x+-system} option 450status: 1 451