Home
last modified time | relevance | path

Searched refs:S_LPAR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c56 tchar S_LPAR[] = {'(', 0}; /* ( */ variable
H A Dsh.exp.c465 if (eq(**vp, S_LPAR /* "(" */)) { in exp6()
H A Dsh.set.c84 if (eq(p, S_LPAR /* "(" */)) { in doset()