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

/xsrc/external/mit/xterm/dist/
H A Dutil.c5651 int system_code = wcwidth(code); local in function:systemWcwidthOk
5660 if ((system_code < 0 && intern_code >= 1)
5661 || (system_code >= 0 && intern_code != system_code)) {
5669 int system_code = wcwidth(n); local in function:systemWcwidthOk
5679 if ((system_code < 0 && intern_code >= 1)
5680 || (system_code >= 0 && intern_code != system_code)) {
5682 (unsigned) n, system_code, intern_code));

Completed in 7 milliseconds