Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcsh-6/
H A Dsh.set.c140 setNS(STRedit); in update_vars()
162 else if (eq(vp, STRedit)) { in update_vars()
759 did_edit = adrof(STRedit) != NULL; in unset()
787 if (adrof(STRedit) == 0) in unset()
801 if (did_edit && noediting && adrof(STRedit) == 0) in unset()
H A Dsh.c743 setNS(STRedit); in main()
1102 if (adrof(STRedit)) in main()
1103 unsetv(STRedit); in main()
1285 if (adrof(STRedit)) in main()
1286 unsetv(STRedit); in main()
H A Dtc.const.c84 Char STRedit[] = { 'e', 'd', 'i', 't', '\0' }; variable
H A Dsh.func.c1458 setNS(STRedit); in dosetenv()