Searched refs:STRcwd (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.dir.c | 176 setcopy(STRowd, varval(STRcwd), VAR_READWRITE|VAR_NOGLOB); in dset() 177 setcopy(STRcwd, dp, VAR_READWRITE|VAR_NOGLOB); in dset() 906 p1 = varval(STRcwd); in dcanon_internal() 912 setcopy(STRcwd, str2short("/"), VAR_READWRITE|VAR_NOGLOB); in dcanon_internal() 915 setv(STRcwd, new_cwd, VAR_READWRITE|VAR_NOGLOB); in dcanon_internal() 916 p1 = varval(STRcwd); in dcanon_internal()
|
H A D | tc.const.c | 102 Char STRcwd[] = { 'c', 'w', 'd', '\0' }; variable
|
H A D | tc.prompt.c | 352 if ((z = varval(STRcwd)) == STRNULL) in tprintf()
|