Searched defs:CommandInfo (Results 1 – 4 of 4) sorted by relevance
33 struct CommandInfo { struct34 unsigned getID() const { in getID()38 const char *Name;41 const char *EndCommandName;44 enum { NumCommandIDBits = 20 };47 unsigned ID : NumCommandIDBits;51 unsigned NumArgs : 4;54 unsigned IsInlineCommand : 1;57 unsigned IsBlockCommand : 1;61 unsigned IsBriefCommand : 1;[all …]
32 struct CommandInfo { struct33 unsigned getID() const { in getID()37 const char *Name;40 const char *EndCommandName;43 enum { NumCommandIDBits = 20 };46 unsigned ID : NumCommandIDBits;50 unsigned NumArgs : 4;53 unsigned IsInlineCommand : 1;56 unsigned IsBlockCommand : 1;60 unsigned IsBriefCommand : 1;[all …]
79 } CommandInfo; in MagickMain() typedef
324 } CommandInfo[] = { variable