Lines Matching refs:numeric
87 "unused", "numeric", "static", "string", "byte", "cchar", "wchar", "ERR",
188 %token <string> numeric
227 assign : ASSIGN VARNAME numeric {
251 attributes : numeric
260 char_vals : numeric {
300 delay : DELAY numeric {
336 returns : numeric {
388 array_element : numeric {
400 | numeric MULTIPLIER numeric {
409 | VARIABLE MULTIPLIER numeric {
419 | BYTE MULTIPLIER numeric {
427 | STRING MULTIPLIER numeric {
437 expr : numeric
453 | numeric {
501 * is not a numeric type.
512 errx(1, "Variable %s is not a numeric type", var);
533 fprintf(stderr, "numeric or of 0x%lx (%s) and 0x%lx (%s)"