Home
last modified time | relevance | path

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

/dports/www/wsmake/wsmake-0.7.901/src/libwsmake/
H A DwsScanner.lpp33 %x STRESC
42 <STRESC><<EOF>> { BEGIN(INITIAL);
48 <STRESC>\n { BEGIN(STR); yymore();
50 <STRESC>. { BEGIN(STR); yymore(); }
58 <STR>\\ { BEGIN(STRESC); yymore(); }
H A DwsScanner.cpp495 #define STRESC 2 macro
768 case YY_STATE_EOF(STRESC):
800 { BEGIN(STRESC); yymore(); }
/dports/sysutils/screen/screen-4.8.0/
H A Dansi.h68 STRESC, /* ESC seen in control string */ enumerator
H A Dansi.c242 if (w->w_state == ASTR || w->w_state == STRESC)
463 curr->w_state = STRESC;
476 case STRESC:
1529 t = curr->w_state == STRESC ? "\033\\" : "\a"; in StringEnd()
/dports/games/powwow/powwow-1.2.17/
H A Ddefines.h115 #define STRESC "\\" macro