Searched defs:CommandInfo (Results 1 – 2 of 2) sorted by relevance
32 struct CommandInfo { struct33 unsigned getID() const { in getID()37 const char *Name;40 const char *EndCommandName;50 unsigned NumArgs : 4;53 unsigned IsInlineCommand : 1;56 unsigned IsBlockCommand : 1;60 unsigned IsBriefCommand : 1;67 unsigned IsParamCommand : 1;71 unsigned IsTParamCommand : 1;[all …]
363 } CommandInfo[] = { variable