Home | History | Annotate | Download | only in css

Lines Matching refs:INTEGER

65     int integer;
173 %token <number> INTEGER
229 %type <integer> property
247 %type <integer> match
248 %type <integer> unary_operator
1130 | ':' FUNCTION maybe_space INTEGER maybe_space ')' {
1383 INTEGER maybe_space { $$.id = 0; $$.isInt = true; $$.fValue = $1; $$.unit = CSSPrimitiveValue::CSS_NUMBER; }