Symbol: adrof
bin/csh/csh.c
1164
if ((lex(&paraml) && !seterr && intty) || adrof(STRverbose)) {
bin/csh/csh.c
1264
v = adrof(STRmail);
bin/csh/csh.c
887
if ((shist = adrof(STRsavehist)) != NULL) {
bin/csh/csh.c
890
else if ((shist = adrof(STRhistory)) && shist->vec[0][0] != '\0')
bin/csh/csh.c
929
if (!(adrof(STRlogout)))
bin/csh/csh.c
934
if (adrof(STRhome))
bin/csh/dir.c
278
if (adrof(STRignore_symlinks)) {
bin/csh/dir.c
441
&& (c = adrof(STRcdpath))) {
bin/csh/dir.c
680
if (sp != cp && !adrof(STRignore_symlinks) &&
bin/csh/dir.c
763
if (sp != cp && adrof(STRchase_symlinks) &&
bin/csh/dir.c
764
!adrof(STRignore_symlinks) &&
bin/csh/dir.c
902
if (printd && !(adrof(STRpushdsilent)))
bin/csh/dol.c
458
vp = adrof(STRargv);
bin/csh/dol.c
487
vp = adrof(STRargv);
bin/csh/dol.c
506
vp = adrof(name);
bin/csh/exec.c
145
pathv = adrof(STRpath);
bin/csh/exec.c
315
vp[0] = adrof(STRshell) ? value(STRshell) : STR_SHELLPATH;
bin/csh/exec.c
425
if (adrof(STRecho)) {
bin/csh/exec.c
450
pathv = adrof(STRpath);
bin/csh/exec.c
516
v = adrof(STRpath);
bin/csh/exec.c
705
v = adrof(STRpath);
bin/csh/file.c
387
if (adrof(STRnobeep) == 0)
bin/csh/file.c
718
if ((vp = adrof(STRfignore)) == NULL || (cp = vp->vec) == NULL)
bin/csh/glob.c
379
nonomatch = adrof(STRnonomatch) != 0;
bin/csh/glob.c
423
noglob = adrof(STRnoglob) != 0;
bin/csh/glob.c
489
noglob = adrof(STRnoglob) != 0;
bin/csh/lex.c
1393
if (adrof(STRignoreeof)) {
bin/csh/proc.c
122
if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime))
bin/csh/proc.c
147
!child && adrof(STRtime) &&
bin/csh/proc.c
188
if (jobflags & PNOTIFY || adrof(STRnotify)) {
bin/csh/proc.c
309
if (adrof(STRlistjobs)) {
bin/csh/proc.c
341
if ((reason != 0) && (adrof(STRprintexitvalue))) {
bin/csh/sem.c
486
if (adrof(STRnoambiguous)) {
bin/csh/sem.c
586
if (!(flags & F_OVERWRITE) && adrof(STRnoclobber)) {
bin/csh/set.c
107
struct varent *pt = adrof(STRpath);
bin/csh/set.c
252
v = adrof(vp);
bin/csh/set.c
335
struct varent *pt = adrof(STRpath);
bin/csh/set.c
542
if (adrof(STRhistchars) == 0) {
bin/csh/set.c
546
if (adrof(STRwordchars) == 0)
bin/csh/set.c
549
if (adrof(STRfilec) == 0)
bin/csh/set.c
553
if (adrof(STRedit) == 0)
bin/csh/set.c
578
el_set(el, EL_BIND, "^I", adrof(STRfilec) ? "rl-complete" : "ed-insert",
bin/csh/set.c
682
argv = adrof(name);
bin/csh/time.c
135
vp = adrof(STRtime);