Home | History | Annotate | Download | only in include

Lines Matching full:capability

63 **				String Table, one per string capability
137 * three are also used in the hash table of capability names. The scanner
142 #define BOOLEAN 0 /* Boolean capability */
143 #define NUMBER 1 /* Numeric capability */
144 #define STRING 2 /* String-valued capability */
145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
159 char *tk_name; /* name of capability */
160 int tk_valnumber; /* value of capability (if a number) */
161 char *tk_valstring; /* value of capability (if a string) */
188 * per possible capability. These are indexed by a hash table array of
282 /* captoinfo.c: capability conversion */