Home
last modified time | relevance | path

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

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