Home
last modified time | relevance | path

Searched refs:S_EQ (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dlexstates.h37 #define S_EQ 16 /* assignment character */ macro
/titanic_44/usr/src/cmd/csh/
H A Dsh.tconst.c45 tchar S_EQ[] = {'=', 0}; /*=*/ variable
H A Dsh.func.c1181 cp = strspl(S_EQ, val); in local_setenv()
1193 ep_ = strspl(name, S_EQ); /* ep_ is xalloc'ed */ in local_setenv()
H A Dsh.exp.c291 if (**vp && eq(**vp, S_EQ /* "=" */)) in exp3()
H A Dsh.set.c79 } else if (*v && eq(*v, S_EQ /* "=" */)) { in doset()
/titanic_44/usr/src/lib/libshell/common/data/
H A Dlexstates.c96 0, 0, S_LABEL,S_BREAK,S_BREAK,S_EQ, S_BREAK,S_PAT,
365 S_DIG, S_DIG, S_COLON,0, 0, S_EQ, 0, S_PAT,
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c1109 case S_EQ: in sh_lex()
H A Dmacro.c734 case S_EQ: in copyto()