Home
last modified time | relevance | path

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

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYStyle.c104 # define M_BLINK A_BLINK macro
107 # define M_BLINK 0 macro
214 cA |= M_BLINK; in parse_attributes()
238 int iBlink = !!((unsigned) cA & M_BLINK); in parse_attributes()
H A DLYGCurses.h28 #define _BLINK SMG$M_BLINK
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYStyle.c104 # define M_BLINK A_BLINK macro
107 # define M_BLINK 0 macro
214 cA |= M_BLINK; in parse_attributes()
238 int iBlink = !!((unsigned) cA & M_BLINK); in parse_attributes()
H A DLYGCurses.h28 #define _BLINK SMG$M_BLINK
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong2v/
H A Dtagalong2v.asm327 DECLE M_BLINK ; |
468 ;; M_BLINK -- Blink the arrow on the menu. ;;
470 M_BLINK PROC label
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong2/
H A Dtagalong2.asm306 DECLE M_BLINK ; |
447 ;; M_BLINK -- Blink the arrow on the menu. ;;
449 M_BLINK PROC label
H A Dtagalong2b.asm352 DECLE M_BLINK ; |
493 ;; M_BLINK -- Blink the arrow on the menu. ;;
495 M_BLINK PROC label
/dports/emulators/jzintv/jzintv-20200712-src/examples/tagalong2v_cp1600x/
H A Dtagalong2v_cp1600x.asm459 ;; M_BLINK -- Blink the arrow on the menu. ;;
461 M_BLINK PROC label
/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dwindoz.c2260 if ((rendition & BLINKING) != 0) mapped = mapped | SMG$M_BLINK;