Skip to content

Commit

Permalink
Add poorly documented DFHVALUEs
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera authored Jun 3, 2022
1 parent be53133 commit 23f6b03
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const std::unordered_map<std::string_view, int> DFHVALUE_operands = {
{ "ALLCONN", 169 },
{ "ALLOCATED", 81 },
{ "ALLQUERY", 431 },
{ "ALTERABLE", 52 },
{ "ALTERNATE", 197 },
{ "ALTPRTCOPY", 446 },
{ "ANY", 158 },
Expand Down Expand Up @@ -239,6 +240,7 @@ const std::unordered_map<std::string_view, int> DFHVALUE_operands = {
{ "CTLGALL", 632 },
{ "CTLGMODIFY", 633 },
{ "CTLGNONE", 634 },
{ "CTRLABLE", 56 },
{ "CURRENT", 260 },
{ "DB2", 623 },
{ "DEC", 46 },
Expand Down Expand Up @@ -327,6 +329,7 @@ const std::unordered_map<std::string_view, int> DFHVALUE_operands = {
{ "KEYED", 8 },
{ "KSDS", 6 },
{ "LIGHTPEN", 417 },
{ "LOG", 54 },
{ "LOGICAL", 216 },
{ "LPA", 165 },
{ "LU61", 125 },
Expand Down Expand Up @@ -374,6 +377,7 @@ const std::unordered_map<std::string_view, int> DFHVALUE_operands = {
{ "NOISOLATE", 657 },
{ "NOKATAKANA", 416 },
{ "NOLIGHTPEN", 418 },
{ "NOLOG", 55 },
{ "NOMSRCONTROL", 420 },
{ "NONAUTOCONN", 171 },
{ "NOOBFORMAT", 422 },
Expand All @@ -394,7 +398,9 @@ const std::unordered_map<std::string_view, int> DFHVALUE_operands = {
{ "NOSWITCH", 285 },
{ "NOSYSDUMP", 185 },
{ "NOTADDABLE", 42 },
{ "NOTALTERABLE", 53 },
{ "NOTAPPLIC", 1 },
{ "NOTCTRLABLE", 57 },
{ "NOTEXTKYBD", 437 },
{ "NOTEXTPRINT", 439 },
{ "NOTBROWSABLE", 40 },
Expand Down

0 comments on commit 23f6b03

Please sign in to comment.