Searched refs:S_ (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.glob.c | 123 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 D | sh.tconst.c | 28 tchar S_[] = {0}; variable 207 tchar *justabs[] = { S_ /* "" */, 0 };
|
H A D | sh.exp.c | 496 return (S_ /* "" */); in exp6() 511 return (S_ /* "" */); in exp6() 532 return (S_ /* "" */); in exp6() 601 hp->word = S_ /* "" */; in evalav()
|
H A D | sh.dol.c | 123 Dvp = v; Dcp = S_ /* "" */; /* Setup input vector for Dreadc */ in Dfix2() 269 Gcat(S_ /* "" */, wbuf); in Dword() 585 dolp = S_ /* "" */; in setDolp()
|
H A D | sh.func.c | 47 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 D | sh.set.c | 390 return (vp == 0 || vp->vec[0] == 0 ? S_ /* "" */ : vp->vec[0]); in value1() 606 set(cp, S_ /* "" */); in setNS()
|
H A D | sh.lex.c | 98 hp->word = S_ /* "" */; in lex() 809 return (S_ /* "" */); in subword() 863 return (savestr(type == 'e' ? S_ /* "" */ : cp)); in domod()
|
H A D | sh.misc.c | 53 s = S_ /* "" */; in savestr()
|
H A D | sh.c | 921 paraml.word = S_ /* "" */; in process()
|