Lines Matching refs:DATA
686 #define DATA(from, to) { { from }, { to } } macro
687 #define DATAX() DATA("", "")
697 DATA("\033c", "RIS"), /* full reset */
698 DATA("\0337", "SC"), /* save cursor */
699 DATA("\0338", "RC"), /* restore cursor */
700 DATA("\033[r", "RSR"), /* not an X.364 mnemonic */
701 DATA("\033[m", "SGR0"), /* not an X.364 mnemonic */
702 DATA("\033[2J", "ED2"), /* clear page */
705 DATA("\033(0", "ISO DEC G0"), /* enable DEC graphics for G0 */
706 DATA("\033(A", "ISO UK G0"), /* enable UK chars for G0 */
707 DATA("\033(B", "ISO US G0"), /* enable US chars for G0 */
708 DATA("\033)0", "ISO DEC G1"), /* enable DEC graphics for G1 */
709 DATA("\033)A", "ISO UK G1"), /* enable UK chars for G1 */
710 DATA("\033)B", "ISO US G1"), /* enable US chars for G1 */
713 DATA("\033=", "DECPAM"), /* application keypad mode */
714 DATA("\033>", "DECPNM"), /* normal keypad mode */
715 DATA("\033<", "DECANSI"), /* enter ANSI mode */
716 DATA("\033[!p", "DECSTR"), /* soft reset */
717 DATA("\033 F", "S7C1T"), /* 7-bit controls */
725 DATA("2", "AM"), /* keyboard action mode */
726 DATA("4", "IRM"), /* insert/replace mode */
727 DATA("12", "SRM"), /* send/receive mode */
728 DATA("20", "LNM"), /* linefeed mode */
735 DATA("1", "CKM"), /* application cursor keys */
736 DATA("2", "ANM"), /* set VT52 mode */
737 DATA("3", "COLM"), /* 132-column mode */
738 DATA("4", "SCLM"), /* smooth scroll */
739 DATA("5", "SCNM"), /* reverse video mode */
740 DATA("6", "OM"), /* origin mode */
741 DATA("7", "AWM"), /* wraparound mode */
742 DATA("8", "ARM"), /* auto-repeat mode */
749 DATA("0", "NORMAL"), /* normal */
750 DATA("1", "+BOLD"), /* bold on */
751 DATA("2", "+DIM"), /* dim on */
752 DATA("3", "+ITALIC"), /* italic on */
753 DATA("4", "+UNDERLINE"), /* underline on */
754 DATA("5", "+BLINK"), /* blink on */
755 DATA("6", "+FASTBLINK"), /* fastblink on */
756 DATA("7", "+REVERSE"), /* reverse on */
757 DATA("8", "+INVISIBLE"), /* invisible on */
758 DATA("9", "+DELETED"), /* deleted on */
759 DATA("10", "MAIN-FONT"), /* select primary font */
760 DATA("11", "ALT-FONT-1"), /* select alternate font 1 */
761 DATA("12", "ALT-FONT-2"), /* select alternate font 2 */
762 DATA("13", "ALT-FONT-3"), /* select alternate font 3 */
763 DATA("14", "ALT-FONT-4"), /* select alternate font 4 */
764 DATA("15", "ALT-FONT-5"), /* select alternate font 5 */
765 DATA("16", "ALT-FONT-6"), /* select alternate font 6 */
766 DATA("17", "ALT-FONT-7"), /* select alternate font 7 */
767 DATA("18", "ALT-FONT-1"), /* select alternate font 1 */
768 DATA("19", "ALT-FONT-1"), /* select alternate font 1 */
769 DATA("20", "FRAKTUR"), /* Fraktur font */
770 DATA("21", "DOUBLEUNDER"), /* double underline */
771 DATA("22", "-DIM"), /* dim off */
772 DATA("23", "-ITALIC"), /* italic off */
773 DATA("24", "-UNDERLINE"), /* underline off */
774 DATA("25", "-BLINK"), /* blink off */
775 DATA("26", "-FASTBLINK"), /* fastblink off */
776 DATA("27", "-REVERSE"), /* reverse off */
777 DATA("28", "-INVISIBLE"), /* invisible off */
778 DATA("29", "-DELETED"), /* deleted off */
782 #undef DATA
1216 #define DATA(s) s "\n" in usage() macro
1219 DATA("Usage: infocmp [options] [-A directory] [-B directory] [termname...]") in usage()
1220 DATA("") in usage()
1221 DATA("Options:") in usage()
1223 #undef DATA in usage()
1225 #define DATA(s) s in usage() macro
1270 #undef DATA in usage()