Searched refs:S_ENDCH (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 49 #define S_ENDCH 28 /* macro expansion terminator */ macro
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 369 0, 0, 0, S_BRACT,S_ESC, S_ENDCH,0, 0, 374 0, 0, 0, S_BRACE,S_PAT, S_ENDCH,0, 0 376 0, 0, 0, 0, S_PAT, S_ENDCH,0, 0
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 527 if(n==S_ENDCH && *cp!=endch) in copyto() 542 (n==S_PAT||n==S_ENDCH||n==S_SLASH||n==S_BRACT||*cp=='-')))) in copyto() 553 if(!(ere && *cp=='$') && (mp->lit || (mp->quote && !isqescchar(n) && n!=S_ENDCH))) in copyto() 563 if(!mp->quote || isqescchar(n) || n==S_ENDCH) in copyto() 598 case S_ENDCH: in copyto() 2139 if(nopat&&(c==S_PAT||c==S_ESC||c==S_BRACT||c==S_ENDCH) && mp->pattern!=3) in mac_copy() 2141 else if(mp->pattern==4 && (c==S_ESC||c==S_BRACT||c==S_ENDCH || isastchar(n))) in mac_copy()
|