HomeSort by relevance Sort by last modified time
    Searched refs:S_AND (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.tconst.c 31 tchar S_AND[] = {'&', 0}; /* & */
sh.parse.c 105 if (p->next != p2 && eq(p->next->word, S_AND /* "&"*/))
256 if (p->next != p2 && eq(p->next->word, S_AND /* "&" */))
580 if (p->next != p2 && eq(p->next->word, S_AND /* "&" */)) {
sh.exp.c 216 if (**vp && eq(**vp, S_AND /* "&" */)) {
sh.proc.c 528 pads(S_AND /* "&" */);

Completed in 120 milliseconds