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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_acpi.c72 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 Dsna_acpi.c72 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 Dident.c355 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 DXEKeybCtrl.c84 eol; member in struct:getdvi_itmlst_struct
/xsrc/external/mit/xkbevd/dist/
H A Dprintev.c104 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 Dmakestrs.c746 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 Dtseng_accel.c958 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 Dbutton.c191 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 DTextAction.c3672 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 DTMparse.c1900 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 Dsyntax.lsp316 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~%")

Completed in 22 milliseconds