Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c33 tchar S_BAR[] = {'|', 0}; /* | */ variable
H A Dsh.exp.c168 if (**vp && eq(**vp, S_BAR /* "|" */)) { in exp2()