Home
last modified time | relevance | path

Searched refs:NUMERIC_EDITED (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h602 NUMERIC_EDITED = 807, enumerator
1532 #define NUMERIC_EDITED 807 macro
H A Dreserved.c1956 { "NUMERIC-EDITED", 0, 0, NUMERIC_EDITED, /* 2002 */
H A Dparser.c2888 NUMERIC_EDITED = 807, enumerator
3818 #define NUMERIC_EDITED 807 macro
H A Dparser.y2810 %token NUMERIC_EDITED "NUMERIC-EDITED"
13306 | NUMERIC_EDITED { $$ = cb_int (CB_CATEGORY_NUMERIC_EDITED); }