Searched refs:S_ESC (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | lexstates.c | 101 0, 0, 0, S_BRACT,S_ESC, S_REG, S_REG, 0, 145 0, 0, 0, S_PAT, S_ESC, 0, 0, 0, 190 0, 0, 0, 0, S_ESC, 0, 0, 0, 213 0, 0, 0, S_BRACT,S_ESC, S_POP, 0, 0, 285 0, 0, 0, S_BRACT,S_ESC, S_ERR, S_ERR, 0, 369 0, 0, 0, S_BRACT,S_ESC, S_ENDCH,0, 0,
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 298 if((flags&R_FLAG) && shp->ifstable['\\']==S_ESC) in sh_readline() 301 shp->ifstable['\\'] = S_ESC; in sh_readline() 577 case S_ESC: in sh_readline() 718 if(name || c==S_NL || c==S_ESC || c==S_EOF || c==S_MBYTE) in sh_readline()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | lexstates.h | 64 #define S_ESC 39 /* escape character */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 339 case S_ESC: in sh_machere() 495 case S_ESC: in copyto() 556 if(!mp->lit && (n==S_ESC || (!mp->quote && in copyto() 560 if(ere && n==S_ESC && *cp =='\\' && cp[1]=='$') in copyto() 2311 if(nopat&&(c==S_PAT||c==S_ESC||c==S_BRACT||c==S_ENDCH) && mp->pattern!=3) in mac_copy() 2313 else if(mp->pattern==4 && (c==S_ESC||c==S_BRACT||c==S_ENDCH || isastchar(n))) in mac_copy() 2330 else if(mp->pattern==3 && c==S_ESC && (state[*(unsigned char*)cp]==S_DIG||(*cp==ESCAPE))) in mac_copy() 2367 state[ESCAPE] = S_ESC; in mac_copy() 2381 if(n==S_ESC || n==S_EPAT) in mac_copy() 2450 if(mp->shp->ifstable[ESCAPE]==S_ESC) in mac_copy()
|
H A D | lex.c | 648 case S_ESC: in sh_lex() 1901 if(n==S_ESC) in here_copy() 1920 if(n==S_ESC) in here_copy() 2035 case S_ESC: in here_copy() 2354 case S_ESC: in sh_endword()
|