HomeSort by: relevance | last modified time | path
    Searched refs:xlp (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/netlogic/
xlp_gvp.dts 8 model = "netlogic,XLP-GVP";
9 compatible = "netlogic,xlp";
31 compatible = "netlogic,xlp-pic";
xlp_rvp.dts 8 model = "netlogic,XLP-RVP";
9 compatible = "netlogic,xlp";
31 compatible = "netlogic,xlp-pic";
xlp_evp.dts 8 model = "netlogic,XLP-EVP";
9 compatible = "netlogic,xlp";
73 compatible = "netlogic,xlp-pic";
xlp_fvp.dts 8 model = "netlogic,XLP-FVP";
9 compatible = "netlogic,xlp";
73 compatible = "netlogic,xlp-pic";
xlp_svp.dts 8 model = "netlogic,XLP-SVP";
9 compatible = "netlogic,xlp";
73 compatible = "netlogic,xlp-pic";
  /src/bin/ksh/
emacs.c 89 static char *xlp; /* last char visible on screen */ variable in typeref:typename:char *
330 xlp = xcp = xep = buf;
467 x_adj_ok = (xcp >= xlp);
472 for (cp = xlp; cp > xcp; )
737 while (*str && str < xlp && adj == x_adj_done)
1023 xlp = xbp = xep = xbuf;
1082 if (xbp != xbuf || xep > xlp)
1086 if (xep > xlp)
1089 i = limit - (xlp - xbp);
1094 if (xep > xlp) /* more off screen *
    [all...]

Completed in 18 milliseconds