Lines Matching refs:DATA
49 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
89 #include <data.h>
850 #define DATA(c) { 0UL, c, c, c, 0, 0 }
851 static XColor foreground = DATA(0);
852 static XColor background = DATA(65535);
853 #undef DATA
889 #define DATA(name) { XC_##name, #name }
894 DATA(X_cursor),
895 DATA(arrow),
896 DATA(based_arrow_down),
897 DATA(based_arrow_up),
898 DATA(boat),
899 DATA(bogosity),
900 DATA(bottom_left_corner),
901 DATA(bottom_right_corner),
902 DATA(bottom_side),
903 DATA(bottom_tee),
904 DATA(box_spiral),
905 DATA(center_ptr),
906 DATA(circle),
907 DATA(clock),
908 DATA(coffee_mug),
909 DATA(cross),
910 DATA(cross_reverse),
911 DATA(crosshair),
912 DATA(diamond_cross),
913 DATA(dot),
914 DATA(dotbox),
915 DATA(double_arrow),
916 DATA(draft_large),
917 DATA(draft_small),
918 DATA(draped_box),
919 DATA(exchange),
920 DATA(fleur),
921 DATA(gobbler),
922 DATA(gumby),
923 DATA(hand1),
924 DATA(hand2),
925 DATA(heart),
926 DATA(icon),
927 DATA(iron_cross),
928 DATA(left_ptr),
929 DATA(left_side),
930 DATA(left_tee),
931 DATA(leftbutton),
932 DATA(ll_angle),
933 DATA(lr_angle),
934 DATA(man),
935 DATA(middlebutton),
936 DATA(mouse),
937 DATA(pencil),
938 DATA(pirate),
939 DATA(plus),
940 DATA(question_arrow),
941 DATA(right_ptr),
942 DATA(right_side),
943 DATA(right_tee),
944 DATA(rightbutton),
945 DATA(rtl_logo),
946 DATA(sailboat),
947 DATA(sb_down_arrow),
948 DATA(sb_h_double_arrow),
949 DATA(sb_left_arrow),
950 DATA(sb_right_arrow),
951 DATA(sb_up_arrow),
952 DATA(sb_v_double_arrow),
953 DATA(shuttle),
954 DATA(sizing),
955 DATA(spider),
956 DATA(spraycan),
957 DATA(star),
958 DATA(target),
959 DATA(tcross),
960 DATA(top_left_arrow),
961 DATA(top_left_corner),
962 DATA(top_right_corner),
963 DATA(top_side),
964 DATA(top_tee),
965 DATA(trek),
966 DATA(ul_angle),
967 DATA(umbrella),
968 DATA(ur_angle),
969 DATA(watch),
970 DATA(xterm),
972 #undef DATA
1319 #define DATA(name) { XkbBI_##name, XkbBN_##name }
1324 DATA(Info),
1325 DATA(MarginBell),
1326 DATA(MinorError),
1327 DATA(TerminalBell)
1329 #undef DATA
1496 XtPointer data GCC_UNUSED,
1782 e.xclient.data.l[0] = 1;
1783 e.xclient.data.l[1] = CurrentTime;
2319 * arbitrary data to an arbitrary file. So it is disabled by default.
2338 * Open a command to pipe log data to it.
3340 data\n"));
3381 /* Tell xtermGetSelection data is base64 encoded */
3433 PtyData data;
3435 if (decodeUtf8(screen, fakePtyData(&data, cp, last))) {
3436 if (!is_UCS_SPECIAL(data.utf_data)
3437 && (data.utf_data >= 128 ||
3438 ansi_table[data.utf_data] == CASE_PRINT)) {
3439 next += (data.utf_size - 1);
4094 * Most OSC controls other than resets require data. Handle the others as
4128 * Check if we have data when we want, and not when we do not want it.
4140 TRACE(("do_osc found no data\n"));
4148 TRACE(("do_osc found unwanted data\n"));
4373 * Parse the data for DECUDK (user-defined keys).
5110 break; /* no data found, error */
5183 break; /* no data found, error */
5818 const char *const *data;
5976 char **data;
5988 data = (char **) myData->data;
5990 data = (char **) &mini_xterm_48x48_xpm;
5994 data,
6084 * prefer to use STRING if the data fits, or COMPOUND_TEXT. In either
6095 * Check if the data fits in STRING. Along the way, replace
6310 * This is part of ReverseVideo(). It reverses the data stored for the old
7869 screen->saved_titles.data[which].iconName = NULL;
7870 screen->saved_titles.data[which].windowName = NULL;
7884 xtermFreeTitle(&screen->saved_titles.data[which]);
7885 screen->saved_titles.data[which] = *item;
7909 *item = screen->saved_titles.data[which];
7914 /* if the data is incomplete, try to get it from the next levels */
7920 if ((item->name = screen->saved_titles.data[nw].name) != NULL) { \
7937 * Discard data used for pushing or popping title.
7970 #define DATA(name) if (flags & name) { strcat(result, " " #name); }
7971 DATA(INVERSE);
7972 DATA(UNDERLINE);
7973 DATA(BOLD);
7974 DATA(BLINK);
7975 DATA(INVISIBLE);
7976 DATA(BG_COLOR);
7977 DATA(FG_COLOR);
7980 DATA(ATR_FAINT);
7981 DATA(ATR_ITALIC);
7982 DATA(ATR_STRIKEOUT);
7983 DATA(ATR_DBL_UNDER);
7984 DATA(ATR_DIRECT_FG);
7985 DATA(ATR_DIRECT_BG);
7987 #undef DATA
7996 #define DATA(name) if (flags & xBIT(ps##name - 1)) { strcat(result, " " #name); }
7997 DATA(INVERSE);
7998 DATA(UNDERLINE);
7999 DATA(BOLD);
8000 DATA(BLINK);
8001 DATA(INVISIBLE);
8003 DATA(BG_COLOR);
8004 DATA(FG_COLOR);
8008 DATA(ATR_FAINT);
8009 DATA(ATR_ITALIC);
8010 DATA(ATR_STRIKEOUT);
8011 DATA(ATR_DBL_UNDER);
8014 #undef DATA