Searched refs:S_DOT (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 55 #define S_DOT 34 /* . char */ macro
|
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | lexstates.c | 94 S_BREAK,S_BREAK,S_PAT, S_EPAT, S_REG, S_EPAT, S_DOT, S_REG, 278 S_ERR, S_ERR, S_MOD1, S_MOD1, S_ERR, S_MOD1, S_DOT, S_MOD2, 363 S_PAT, S_PAT, S_PAT, 0, S_COM, 0, S_DOT, S_SLASH,
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exec.c | 141 if (pv[0][0] == 0 || eq(pv[0], S_DOT /* "." */)) {
|
H A D | sh.dir.c | 62 cp = S_DOT;
|
H A D | sh.file.c | 550 dir_fd = opendir_(*tilded_dir ? tilded_dir : S_DOT /* "." */);
|
H A D | sh.glob.c | 245 dirp = opendir_(S_DOT /* "." */);
|
H A D | sh.c | 35 tchar *pathlist[] = { S_usrbin /* "/usr/bin" */, S_DOT /* "." */, 0 };
|
Completed in 97 milliseconds