Home
last modified time | relevance | path

Searched refs:S_BARBAR (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.tconst.c36 tchar S_BARBAR[] = {'|','|', 0}; /* || */ variable
H A Dsh.exp.c120 if (**vp && eq(**vp, S_BARBAR /* "||" */)) { in exp0()