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

/xsrc/external/mit/xterm/dist/
H A Dmain.c3948 int jmode; local in function:spawnXTerm
4076 jmode = d_jmode;
4112 if (ioctl(ttyfd, TIOCKGET, (char *) &jmode) == -1)
4113 jmode = d_jmode;
4665 jmode &= ~KM_KANJI;
4706 if (ioctl(ttyfd, TIOCKSET, (char *) &jmode) == -1)
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c3930 XRRModeInfo *jmode, *kmode; local in function:main
3934 jmode = find_mode_by_xid (output_info->modes[j]);
3935 if (!jmode)
3942 printf (" %-12s", jmode->name);
3948 if (strcmp (jmode->name, kmode->name) != 0) continue;

Completed in 218 milliseconds