Searched refs:STRedit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/tcsh/
H A Dsh.set.c137 setNS(STRedit);
163 else if (eq(vp, STRedit)) {
747 did_edit = adrof(STRedit) != NULL;
773 if (adrof(STRedit) == 0)
785 if (did_edit && noediting && adrof(STRedit) == 0)
H A Dsh.c732 setNS(STRedit);
1107 if (adrof(STRedit))
1108 unsetv(STRedit);
1290 if (adrof(STRedit))
1291 unsetv(STRedit);
H A Dtc.const.c87 Char STRedit[] = { 'e', 'd', 'i', 't', '\0' }; variable

Completed in 109 milliseconds