Home
last modified time | relevance | path

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

/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h551 NATIONAL_EDITED = 756, enumerator
1481 #define NATIONAL_EDITED 756 macro
H A Dreserved.c1829 { "NATIONAL-EDITED", 0, 0, NATIONAL_EDITED, /* 2002 */
H A Dparser.c2837 NATIONAL_EDITED = 756, enumerator
3767 #define NATIONAL_EDITED 756 macro
H A Dparser.y2759 %token NATIONAL_EDITED "NATIONAL-EDITED"
13308 | NATIONAL_EDITED { $$ = cb_int (CB_CATEGORY_NATIONAL_EDITED); }