Searched refs:S_COLON (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 51 #define S_COLON 30 /* for character : */ macro
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.tconst.c | 39 tchar S_COLON[] = {':', 0}; /*:*/ variable
|
H A D | sh.set.c | 650 (void) strcat_(exppath, S_COLON /* ":" */); in exportpath()
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 140 0, 0, S_COLON,S_BREAK,S_BREAK,0, S_BREAK,S_PAT, 365 S_DIG, S_DIG, S_COLON,0, 0, S_EQ, 0, S_PAT,
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 743 case S_COLON: in copyto() 753 if(n==S_COLON && mp->assign==2 && *cp=='~' && endch==0 && !mp->quote &&!mp->lit) in copyto()
|
H A D | lex.c | 1112 case S_COLON: in sh_lex()
|
H A D | name.c | 1178 (c>=0x200 || !(c=sh_lexstates[ST_NORM][c]) || c==S_EPAT || c==S_COLON)); in nv_open()
|