Searched refs:S_ (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c28 tchar S_[] = {0}; variable
207 tchar *justabs[] = { S_ /* "" */, 0 };
H A Dsh.glob.c123 Gcat(pargv[i], S_ /* "" */);
134 Gcat(as, S_ /* "" */);
152 Gcat(as, S_ /* "" */);
203 Gcat(gpath, S_ /* "" */);
205 Gcat(gpath, S_ /* "" */);
482 Gcat(gpath, S_ /* "" */);
668 cp = S_ /* "" */;
H A Dsh.dol.c123 Dvp = v; Dcp = S_ /* "" */; /* Setup input vector for Dreadc */
269 Gcat(S_ /* "" */, wbuf);
585 dolp = S_ /* "" */;
H A Dsh.exp.c496 return (S_ /* "" */);
511 return (S_ /* "" */);
532 return (S_ /* "" */);
601 hp->word = S_ /* "" */;
H A Dsh.func.c47 1, S_, /* "" */
82 static struct biltins label = { S_, dolabel, 0, 0 };
445 cp = **v == ')' ? S_ : *v++;
1108 lp = S_; /* "" */
H A Dsh.set.c390 return (vp == 0 || vp->vec[0] == 0 ? S_ /* "" */ : vp->vec[0]);
606 set(cp, S_ /* "" */);
H A Dsh.misc.c53 s = S_ /* "" */;
H A Dsh.lex.c98 hp->word = S_ /* "" */;
809 return (S_ /* "" */);
863 return (savestr(type == 'e' ? S_ /* "" */ : cp));
H A Dsh.c921 paraml.word = S_ /* "" */;

Completed in 1323 milliseconds