Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ul/
H A Dul.c53 *ENTER_DIM, *ENTER_BOLD, *ENTER_REVERSE, *UNDER_CHAR, *EXIT_ATTRIBUTES; variable
142 if ((tgetflag("os") && ENTER_BOLD == NULL) || (tgetflag("ul") && in main()
535 ENTER_BOLD = tgetstr("md", &bp); in initcap()
539 if (!ENTER_BOLD && ENTER_REVERSE) in initcap()
540 ENTER_BOLD = ENTER_REVERSE; in initcap()
541 if (!ENTER_BOLD && ENTER_STANDOUT) in initcap()
542 ENTER_BOLD = ENTER_STANDOUT; in initcap()
644 ul_puts(ENTER_BOLD); in setmode()