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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.set.c141 setNS(STRedit);
167 else if (eq(vp, STRedit)) {
761 did_edit = adrof(STRedit) != NULL;
789 if (adrof(STRedit) == 0)
803 if (did_edit && noediting && adrof(STRedit) == 0)
H A Dsh.c743 setNS(STRedit);
1098 if (adrof(STRedit))
1099 unsetv(STRedit);
1281 if (adrof(STRedit))
1282 unsetv(STRedit);
H A Dtc.const.c84 Char STRedit[] = { 'e', 'd', 'i', 't', '\0' }; variable

Completed in 64 milliseconds