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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c4796 } upss_table[] = { local in function:decode_upss
4819 for (n = 0; n < XtNumber(upss_table); ++n) {
4820 if (((int) psarg - '0') != upss_table[n].params)
4824 if (upss_table[n].suffix != cp[0])
4827 if (upss_table[n].prefix != cp[0])
4829 if (upss_table[n].suffix != cp[1])
4836 *upss = upss_table[n].code;

Completed in 9 milliseconds