| /xsrc/external/mit/xkbcomp/dist/ |
| keymap.c | 52 unsigned have; local 81 have = 0; 88 if ((have & (1U << file->type)) != 0) 141 have |= (1U << file->type); 144 /* compile the sections we have in the file one-by-one, or fail. */ 161 result->defined = have; 162 if (required & (~have)) 166 missing = required & (~have);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| ddxLoad.c | 275 unsigned int have; local 290 have = LoadXKM(want, need, map_name, xkbRtrn); 293 return have;
|
| /xsrc/external/mit/xterm/dist/ |
| xtermcap.c | 230 Cardinal have; local 238 for (have = 0; have < want; ++have) { 243 fkey = tigetstr(strcpy(name, table[have].ti)); 245 fkey = tgetstr(strcpy(name, table[have].tc), &area); 248 screen->tcap_fkeys[have] = x_strdup(fkey); 250 screen->tcap_fkeys[have] = NO_STRING; 640 Cardinal have; local 642 for (have = 0; have < want; ++have) [all...] |
| ptydata.c | 140 * An overlong UTF-8 sequence can have any of the following 534 int have = 1; local 536 while (lp[have] != '\0') { 537 if ((lp[have] & 0xc0) != 0x80) 539 ++have; 541 if (want == have) {
|
| input.c | 693 reply->a_type = ANSI_CSI; /* SS3 should not have params */ 709 * If we have told xterm that our keyboard is really a Sun/PC keyboard, this is 932 * DEC keyboards don't have keypad(+), but do have keypad(,) instead. 933 * Other (Sun, PC) keyboards commonly have keypad(+), but no keypad(,) 989 * Check for this special case so we have data when handling the 1058 * b) for non-VT220 keyboards, we only have to check if the 1061 * Thereafter, we note when we have a function-key and keep that 1285 * Send ESC if we have a META modifier and metaSendsEcape is true. 1930 size_t have = (xw->keyboard.extra_translation local [all...] |
| button.c | 622 #define Button1Index 8 /* X.h should have done this */ 1838 size_t have = strlen(actual); local 1841 if (have != 0 && have <= need) { 1842 if (!strncmp(actual, wanted, have)) { 2794 size_t have = (mydata->buffer local 2797 size_t need = have + len + 1; 2801 strcpy(buffer + have, text_list[i]); 3943 /* TRACE(("last(%d) = %d, have %d\n", row, last, col)); */ 4102 * ensuring that they have legal value 4461 size_t have = 0; local [all...] |
| main.c | 304 /* Xpoll.h and <sys/param.h> on glibc 2.1 systems have colliding NBBY's */ 512 * about padding generally store the code in a short, which does not have 1407 "have the same size. If only a normal font is specified, it will be used for", 1748 TRACE(("...skipping, need %d vs have %d\n", need_value, have_value)); 2019 * If we have a slash, we only care about the part after the slash, 2070 * xterm on /dev/pts/3 will have a ut_id of x003; an xterm on /dev/pts123 2071 * will have a ut_id of x123. Under the other convention, /dev/pts/3 would 2072 * have a ut_id of p3 and /dev/pts123 would have a ut_id of p123. 2748 /* Must be owner and have read/write permission 3684 size_t have; local [all...] |
| util.c | 351 * have newly become visible. 1692 /* If we've marked protected text on the screen, we'll have to 2456 * have been translated to allow for any CopyArea in progress. 4234 * Xft generally does not have the line-drawing characters 4253 * If we're reading UTF-8 from the client, we may have a 4299 * Xft generally does not have the line-drawing characters 4314 * If we now have one of our box-codes, draw it directly. 5338 static unsigned long have = 0; local 5346 have = 0; /* invalidate color cache */ 5353 if ((have & (1UL << hv) [all...] |
| charproc.c | 1054 * which have no background color, but do have foreground color. This 1074 * An indexing operation may have set screen->scroll_amt, which would 1322 * different, so we have at least two lines in the scrolling region. 1509 * All of the tables should have their GL/GR parts encoded the same. 2071 * range 03/12 to 03/15 shall have the following format: 2101 int have; local 2109 if ((have = param_has_subparams(item)) != 0) { 2114 next = item + have; 2116 values[n] = get_subparam(base, 2 + n + (have > 4)) [all...] |
| fontutils.c | 496 size_t have = (*result != NULL) ? ALLOCHUNK(last) : 0; local 499 if (want >= have) { 771 * actually gave us. The larger fixed fonts do not always have a matching bold 914 /* Some Korean fonts don't have Chinese characters at all. */ 945 * In the meantime, we have to check both possibilities. 1056 size_t have = strlen(name); local 1057 if (have == 0 || have > MAX_U_STRING) { 2375 * Called during initialization (for wide-character mode), the fonts have not 2796 * for those, we have a reasonable estimate of the single-column width [all...] |
| misc.c | 436 * On entry, we have peeked at the event queue and see a configure-notify 730 * default theme. Testing seems to show that we only have to provide this 1189 * input queue. That lets a user have access to any of the control sequences 1210 size_t have = (size_t) (VTbuffer->last - VTbuffer->buffer); local 1212 if ((have - used) + need < (size_t) BUF_SIZE) { 2203 * Note: When called for user logging, we have ensured that the real and 2282 we might have missed the termination of our screen child. 2341 * done through escape sequences.... You have been warned. 3101 size_t have = strlen(spec); local 3103 if (have == 0 || have > MAX_U_STRING) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| disk_cache.c | 68 * ever have a mismatch we are in big trouble as this means we had a cache 780 size_t have = BUFSIZE - strm.avail_out; local 781 compressed_size += have; 783 ssize_t written = write_all(dest, out, have); 917 /* Now that we have the lock on the open temporary file, we can 1072 /* Unless there was an error we should have decompressed everything in one
|
| /xsrc/external/mit/twm/dist/src/ |
| twm.c | 178 size_t have = strlen(++param); local 182 if (have <= want) { 183 if (!strncmp(param, option, have))
|
| /xsrc/external/mit/libXt/dist/src/ |
| Shell.c | 1240 * especially important to have the server clear any old cruft 3475 Boolean have; local 3486 have = IsInArray("-xtsessionID", sarray); 3487 if ((want && have) || (!want && !have)) {
|