Home
last modified time | relevance | path

Searched refs:cob_flags_t (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dcommon.h1016 typedef cob_s64_t cob_flags_t; typedef
1022 #define COB_SCREEN_AUTO ((cob_flags_t)1 << 4)
1023 #define COB_SCREEN_BELL ((cob_flags_t)1 << 5)
1026 #define COB_SCREEN_BLINK ((cob_flags_t)1 << 8)
1029 #define COB_SCREEN_FULL ((cob_flags_t)1 << 11)
1039 #define COB_SCREEN_INPUT ((cob_flags_t)1 << 21)
1046 #define COB_SCREEN_UPPER ((cob_flags_t)1 << 28)
1047 #define COB_SCREEN_LOWER ((cob_flags_t)1 << 29)
1048 #define COB_SCREEN_GRID ((cob_flags_t)1 << 30)
2055 cob_field *, const cob_flags_t);
[all …]
H A Dscreenio.c344 cob_screen_attr (cob_field *fgc, cob_field *bgc, const cob_flags_t attr, in cob_screen_attr()
2514 const cob_flags_t fattr)
2601 cob_field *prompt, cob_field *size_is, const cob_flags_t fattr)
3272 cob_field *prompt, cob_field *size_is, const cob_flags_t fattr)
3287 cob_field *size_is, const cob_flags_t fattr)
3326 cob_field *size_is, const cob_flags_t fattr)
3347 const cob_flags_t fattr)
3491 cob_flags_t flags;
3536 cob_field *size_is, const cob_flags_t fattr)
3552 cob_field *size_is, const cob_flags_t fattr)
H A DChangeLog1724 * common.h: added cob_flags_t typedef for variables made of bit flags.
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.c920 check_headers_present (const cob_flags_t lev1, const cob_flags_t lev2, in check_headers_present()
921 const cob_flags_t lev3, const cob_flags_t lev4) in check_headers_present()
1705 check_not_both (const cob_flags_t flag1, const cob_flags_t flag2, in check_not_both()
1707 const cob_flags_t flags, const cob_flags_t flag_to_set) in check_not_both()
1857 static cob_flags_t
1858 zero_conflicting_flag (const cob_flags_t screen_flag, cob_flags_t parent_flag, in zero_conflicting_flag()
1859 const cob_flags_t flag1, const cob_flags_t flag2) in zero_conflicting_flag()
1870 static cob_flags_t
1871 zero_conflicting_flags (const cob_flags_t screen_flag, cob_flags_t parent_flag) in zero_conflicting_flags()
17829 cob_flags_t flags; in yyparse()
[all …]
H A Dparser.y878 check_headers_present (const cob_flags_t lev1, const cob_flags_t lev2, in check_headers_present()
879 const cob_flags_t lev3, const cob_flags_t lev4) in check_headers_present()
1663 check_not_both (const cob_flags_t flag1, const cob_flags_t flag2, in check_not_both()
1665 const cob_flags_t flags, const cob_flags_t flag_to_set) in check_not_both()
1815 static cob_flags_t
1816 zero_conflicting_flag (const cob_flags_t screen_flag, cob_flags_t parent_flag, in zero_conflicting_flag()
1817 const cob_flags_t flag1, const cob_flags_t flag2) in zero_conflicting_flag()
1828 static cob_flags_t
1829 zero_conflicting_flags (const cob_flags_t screen_flag, cob_flags_t parent_flag) in zero_conflicting_flags()
8604 cob_flags_t flags;
[all …]
H A Dtree.h830 cob_flags_t screen_flag; /* Flags used in SCREEN SECTION */
1357 cob_flags_t dispattrs; /* Attributes */
1414 cob_flags_t val_on;
1415 cob_flags_t val_off;
1788 extern cb_tree cb_flags_t (const cob_flags_t);
2226 const cob_flags_t,
2227 const cob_flags_t);
2229 const cob_flags_t,
2230 const cob_flags_t);
H A Dtypeck.c6266 cb_tree size_is, cob_flags_t disp_attrs)
6307 cob_flags_t disp_attrs;
7250 cob_flags_t * const dispattrs)
7278 cob_flags_t disp_attrs;
7473 process_special_values (cb_tree value, cb_tree * const size_is, cob_flags_t * const attrs)
7524 const cb_tree size_is, const cob_flags_t disp_attrs)
7614 cob_flags_t disp_attrs;
7640 cob_flags_t disp_attrs,
7682 cob_flags_t disp_attrs;
11263 cb_emit_set_attribute (cb_tree x, const cob_flags_t val_on,
[all …]
H A Dtree.c2259 cb_flags_t (const cob_flags_t n)
6101 const cob_flags_t val_on, const cob_flags_t val_off)
H A Dcodegen.c6597 output_set_attribute (const struct cb_field *f, cob_flags_t val_on,
6598 cob_flags_t val_off)
H A DChangeLog3617 from int to cob_flags_t for functions using disp_attrs
3686 * codegen.c, parser.y, tree.h: introduced cob_flags_t typedef for