Lines Matching defs:attributes
200 %type <string> attributes expr
241 cchar : CCHAR VARNAME attributes char_vals {
251 attributes : numeric
672 set_cchar(char *name, void *attributes)
686 if (sscanf((char *) attributes, "%d", &attribs) != 1)
688 "%s:%zu: %s: conversion of attributes to integer failed",
692 vars[i].cchar.attributes = attribs;
1712 * No chance of a match if attributes differ...
1715 if ((expected->attributes & WA_ATTRIBUTES) !=
1716 (value->attributes & WA_ATTRIBUTES )) {
1719 "cchar validation failed, attributes mismatch, "
1721 expected->attributes & WA_ATTRIBUTES,
1722 value->attributes & WA_ATTRIBUTES);