| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_acpi.c | 72 char *eol; local in function:_sna_acpi_wakeup 107 eol = strchr(sna->acpi.event, '\n'); 108 if (eol == NULL) 132 n = (sna->acpi.event + sna->acpi.offset) - ++eol; 133 memmove(sna->acpi.event, eol, n+1);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_acpi.c | 72 char *eol; local in function:_sna_acpi_wakeup 111 eol = strchr(sna->acpi.event, '\n'); 112 if (eol == NULL) 136 n = (sna->acpi.event + sna->acpi.offset) - ++eol; 137 memmove(sna->acpi.event, eol, n+1);
|
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | ident.c | 355 getKeyword(fontFile *f, int *eol) argument 365 if (eol) 366 *eol = (c == '\n'); 439 int eol; local in function:bdfIdentify 443 k = getKeyword(f, &eol); 444 if (k == NULL || eol) 449 if (!eol) { 454 k = getKeyword(f, &eol); 458 if (eol)
|
| /xsrc/external/mit/xtrap/dist/ |
| H A D | XEKeybCtrl.c | 84 eol; member in struct:getdvi_itmlst_struct
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | printev.c | 104 do_map_message(const char *what, int first, int num, int eol) argument 108 (eol ? "\n" : "")); 110 printf("%s %d changed%s", what, first, (eol ? "\n" : ""));
|
| /xsrc/external/mit/libXt/dist/util/ |
| H A D | makestrs.c | 746 char *eol; local in function:DoComment 753 if ((eol = strchr(tag + 1, '$')) == NULL) 755 len = (size_t) (eol - tag);
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_accel.c | 958 int eol = MULBPP(pTseng, w); local in function:TsengSubsequentScreenToScreenCopy 960 srcaddr += x1 + eol - 1; 961 destaddr += x2 + eol - 1;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | button.c | 191 Char *lp, int *eol); 4459 int eol; local in function:SaltTextAway 4523 lp = SaveText(screen, last.row, first.col, last.col, lp, &eol); 4538 lp = SaveText(screen, i, blockFirst, blockLast, lp, &eol); 4539 if (i < last.row || eol) 4545 lp = SaveText(screen, first.row, first.col, screen->max_col, lp, &eol); 4546 if (eol) 4549 lp = SaveText(screen, i, 0, screen->max_col, lp, &eol); 4550 if (eol) 4554 lp = SaveText(screen, last.row, 0, last.col, lp, &eol); 5203 SaveText(TScreen * screen,int row,int scol,int ecol,Char * lp,int * eol) argument [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextAction.c | 3672 XawTextPosition endPos, space, eol; local in function:InsertNewCRs 3676 True, &eol, &width, &height); 3677 if (eol == startPos) 3678 ++eol; 3679 if (eol >= to) 3682 eol = SrcScan(ctx->text.source, eol, XawstPositions, 3684 space = SrcScan(ctx->text.source, eol, XawstWhiteSpace, 3687 startPos = endPos = eol; 3688 if (eol [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMparse.c | 1900 char *eol, *production, productionbuf[500]; local in function:ShowProduction 1902 eol = strchr(currentProduction, '\n'); 1903 if (eol) 1904 len = (size_t) (eol - currentProduction);
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | syntax.lsp | 316 eol ;; Same comments as bol, but in this case, for 492 ;; start or end of a text line. XXX The fields bol and eol 502 (setf (syntable-eol table) t) 832 (setq *to* (scan *from* :eol :right)) 862 (not (syntable-eol syntax-table)) 865 (format t "Empty line and table has no match to bol or eol~%")
|