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

  /src/lib/libc/stdlib/
hcreate.c 89 hcreate(size_t nel)
98 return hcreate_r(nel, &htable);
102 hcreate_r(size_t nel, struct hsearch_data *head)
108 /* If nel is too small, make it min sized. */
109 if (nel < MIN_BUCKETS)
110 nel = MIN_BUCKETS;
113 if (nel > MAX_BUCKETS)
114 nel = MAX_BUCKETS;
117 if ((nel & (nel - 1)) != 0)
    [all...]
  /src/usr.sbin/iteconfig/
iteconfig.c 230 int i, nel; local in function:printcmap
246 nel = ncols / 11 - 1;
249 if ((i + 1) % nel == 0)
252 if ((i + 1) % nel)
  /src/share/terminfo/
terminfo 318 kcud1=\n, nel=\r\n, .kbs=^H,
571 kf2=\EOR, kf4=\EOS, khome=\E[H, nel=\r\ED, rc=\E8, ri=\EM,
620 mc4=\E[4i, mc5=\E[5i, nel=\r\E[S,
842 kund=\EK, nel=\r\n, rc=\Ek, rev=\Ep, ri=\EI, rmso=\Eq,
861 knp=\Eb, kpp=\E\Ea, kund=\EK, ll=\E[24H, nel=\EE,
888 kich1=\EI, knp=\Eb, kpp=\Ea, kund=\EK, nel=\r\n$<2*/>,
907 kich1=\EI, knp=\Eb, kpp=\Ea, kund=\EK, nel=\r\n$<2*/>,
940 kil1=\E#R, kind=\E#2, kri=\E#8, lf0=f10, nel=\r\n, rc=\Ek,
961 kf8=\E[18~, kf9=\E[19~, kspd=^Z, nel=\r\n, op=\E[m, rc=\E8,
1015 kf8=\E[19~, kf9=\E[20~, kmous=\E[M, kspd=^Z, nel=\r\n
    [all...]

Completed in 14 milliseconds