Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.set.c1154 Char *dstr1; in update_dspmbyte_vars() local
1160 dstr1 = vp->vec[0]; in update_dspmbyte_vars()
1161 if (eq (dstr1, STRsjis)) in update_dspmbyte_vars()
1163 else if (eq(dstr1, STReuc)) in update_dspmbyte_vars()
1165 else if (eq(dstr1, STRbig5)) in update_dspmbyte_vars()
1167 else if (eq(dstr1, STRutf8)) in update_dspmbyte_vars()
1169 else if ((dstr1[0] - '0') >= 0 && (dstr1[0] - '0') <= 3) { in update_dspmbyte_vars()
1177 if (dstr1 && vp->vec[1] && eq(vp->vec[1], STRls)) in update_dspmbyte_vars()
1215 if (Strlen(dstr1) != 256) { in update_dspmbyte_vars()
1218 Strlen(dstr1)); in update_dspmbyte_vars()
[all …]