1 02/08/85 get_flagbox
 2 
 3 Syntax as a command:  get_flagbox keyword
 4 
 5 
 6 Syntax as an active function:  [get_flagbox keyword]
 7 
 8 
 9 Function:  prints either "true" or "false," depending on the value of a
10 specified flag in the BCE/Multics communication area.
11 
12 
13 Arguments:
14 keyword
15    may be either a number from 1 to 36 or the corresponding name of one
16    of the flagbox flags as given below.  The names of the flagbox flags
17    are listed below.
18       1      auto_reboot                19     bit19
19       2      booting                    20     bit20
20       3      bit3                       21     bit21
21       4      rebooted                   22     bit22
22       5      unattended                 23     bit23
23       6      bit6                       24     bit24
24       7      bit7                       25     bit25
25       8      bit8                       26     bit26
26       9      bit9                       27     bit27
27 
28 
29       10     bit10                      28     bit28
30       11     bit11                      29     bit29
31       12     bit12                      30     bit30
32       13     bit13                      31     bit31
33       14     bit14                      32     bit32
34       15     bit15                      33     bit33
35       16     bit16                      34     bit34
36       17     bit17                      35     bit35
37       18     bit18                      36     bit36
38 
39 
40 Access required:  Privileged access to phcs_ is required to use this
41 command.