Lines Matching refs:decc
20 * of C RTL features without using the DECC$* logical name method.
34 /* Structure to hold a DECC$* feature name and its desired value. */
42 * Array of DECC$* feature names and their desired values. Note:
43 * DECC$ARGV_PARSE_STYLE is the urgent one.
48 {"DECC$ARGV_PARSE_STYLE", 1},
51 {"DECC$EFS_CASE_PRESERVE", 1},
57 {"DECC$EFS_CHARSET", 1},
93 feat_index = decc$feature_get_index(decc_feat_array[i].name);
96 feat_value = decc$feature_get_value(feat_index, 1);
97 feat_value_min = decc$feature_get_value(feat_index, 2);
98 feat_value_max = decc$feature_get_value(feat_index, 3);
105 sts = decc$feature_set_value(feat_index,
115 /* Invalid DECC feature value. */
117 " INVALID DECC$FEATURE VALUE, %d: %d <= %s <= %d.\n",
123 /* Invalid DECC feature name. */
125 " UNKNOWN DECC$FEATURE: %s.\n", decc_feat_array[i].name);