Home
last modified time | relevance | path

Searched refs:STRedit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.set.c141 setNS(STRedit); in update_vars()
163 else if (eq(vp, STRedit)) { in update_vars()
757 did_edit = adrof(STRedit) != NULL; in unset()
785 if (adrof(STRedit) == 0) in unset()
799 if (did_edit && noediting && adrof(STRedit) == 0) in unset()
H A Dsh.c743 setNS(STRedit); in main()
1098 if (adrof(STRedit)) in main()
1099 unsetv(STRedit); in main()
1281 if (adrof(STRedit)) in main()
1282 unsetv(STRedit); in main()
H A Dtc.const.c84 Char STRedit[] = { 'e', 'd', 'i', 't', '\0' }; variable
H A Dsh.func.c1508 setNS(STRedit); in dosetenv()