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

/xsrc/external/mit/xterm/dist/
H A Dwcwidth.c910 int local_rc = opt_wider ? mk_wcwidth_cjk(wlo) : mk_wcwidth(wlo); local in function:do_range
913 if (opt_all || (local_rc != other_rc)) {
915 printf("U+%04X\t%d\t%d\n", lo, local_rc, other_rc);
917 if (local_rc != other_rc) {

Completed in 4 milliseconds