Searched refs:S_h (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.c | 36 tchar *dumphist[] = { S_history /* "history" */, S_h /* "-h" */, 0, 0 }; 37 tchar *loadhist[] = { S_source /* "source" */, S_h /* "-h" */, 1062 if (*t && eq(*t, S_h /* "-h" */)) { in dosource()
|
H A D | sh.tconst.c | 140 tchar S_h[] = {'-','h',0}; variable
|
H A D | sh.func.c | 1316 if (*v && eq(*v, S_h)) { in dolimit() 1519 if (*v && eq(*v, S_h)) { in dounlimit()
|