HomeSort by: relevance | last modified time | path
    Searched defs:xend (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 113 int i, j, k, xend, yend; local in function:fb_clear
120 xend = MINMAX(x + w, 0, FB_WIDTH);
125 j = xend - x;
  /src/bin/ksh/
emacs.c 85 static char *xend; /* end input buffer */ variable in typeref:typename:char *
329 xbp = xbuf = buf; xend = buf + len;
440 if (xep+len >= xend) {
883 strlcpy(xbuf, *hp, xend - xbuf);
1591 char *o_xbuf = xbuf, *o_xend = xend;
1596 xend = xep = ksh_version + 4 + strlen(ksh_version + 4);
1602 xend = o_xend;
1975 int ret = x_do_comment(xbuf, xend - xbuf, &len);

Completed in 14 milliseconds