Home
last modified time | relevance | path

Searched refs:nel (Results 1 – 25 of 99) sorted by last modified time

1234

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src5167 nel=^M^J,
5390 kcud1=^J, nel=^M^J,
5902 kcud1=^J, nel=^M^J,
10149 ll=\E[24H, nel=^M^J,
10452 nel=^M^J,
10598 nel=\EE,
10769 nel=\EE,
11531 nel=^M^J,
14267 nel=^M^J, use=ibmmono,
14290 nel=^M^J, use=ibmega-c,
[all …]
H A Dtermcap.src15452 # NOTE: When tack tests (csr) + (nel) iTerm.app crashes, so (csr) is
18362 # CNL Cursor Next Line \E [ Pn E 1 eF nel (D)
18430 # NEL Next Line \E E - FE nel (D)
18528 # (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c136 i = nel; in setn()
H A Dn7.c132 un += quant(nel / 2, HOR); in tbreak()
134 un += nel; in tbreak()
320 adsp = nel; in text()
322 adsp = nel / (nwd - 1); in text()
443 nel -= w; in storeline()
683 if (wne > nel && !hyoff && hyf && (!nwd || nel > 3 * sps) &&
707 if (nel >= 0) {
727 if (nel < hys) {
735 nel -= w;
748 nel += w;
[all …]
H A Dtdef.h484 #define nel env._nel macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c301 int nel; in ldap_sort_values() local
312 for ( nel = 0; vals[nel] != NULL; nel++ ) in ldap_sort_values()
315 XP_QSORT( vals, nel, sizeof(char *), (LDAP_VOIDCMP_CALLBACK *)cmp ); in ldap_sort_values()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c583 register size_t nel; in f_asort() local
604 nel = 1; in f_asort()
606 ++nel; in f_asort()
630 alist = (NODE **) emalloc(nel*sizeof(NODE *)); in f_asort()
641 qsort((wchar_t *)alist, nel-1, sizeof (NODE *), asortcmp); in f_asort()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps242 newline nel nw str Newline (behaves like cr followed by lf)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps237 newline, "nel" "nw" Newline (behaves like cr followed by lf)
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c53 hcreate(nel)
54 u_int nel;
58 info.nelem = nel;
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c177 const gss_OID_desc *array[], size_t nel) in __OID_copy_set_from_array() argument
191 set->elements = New(gss_OID_desc, nel); in __OID_copy_set_from_array()
197 set->count = nel; in __OID_copy_set_from_array()
H A Doid.h47 const gss_OID_desc *array[], size_t nel);
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c386 int nel; in fm_dc_key2code() local
391 for (nel = 0; key[nel]; nel++) in fm_dc_key2code()
392 (void) fprintf(stderr, "\"%s\" ", key[nel]); in fm_dc_key2code()
483 int nel; in fm_dc_code2key() local
523 nel = 0; in fm_dc_code2key()
529 key[nel] = NULL; in fm_dc_code2key()
532 if (nel >= maxkey - 1) { in fm_dc_code2key()
625 int nel; in sortkey() local
630 for (nel = 0; key[nel]; nel++) in sortkey()
633 if (nel < 2) in sortkey()
[all …]
H A Ddiagcode_test.c197 int nel; in do_key2code() local
212 nel = 0; in do_key2code()
214 while (nel < MAXKEY - 1) { in do_key2code()
215 key[nel++] = beginp; in do_key2code()
222 key[nel] = NULL; in do_key2code()
251 int nel; in do_code2key() local
284 for (nel = 0; key[nel]; nel++) { in do_code2key()
285 if (nel) in do_code2key()
287 (void) strcat(keystr, key[nel]); in do_code2key()
293 for (nel = 0; key[nel]; nel++) in do_code2key()
[all …]
/illumos-gate/usr/src/common/util/
H A Dbsearch.c44 size_t nel, /* Number of elements in the table */ in bsearch() argument
52 if (nel == 0) in bsearch()
57 last = base + width * (nel - 1); in bsearch()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1822 mDNSexport void mDNSPlatformQsort(void *base, int nel, int width, int (*compar)(const void *, const… in mDNSPlatformQsort() argument
1824 (void)qsort(base, nel, width, compar); in mDNSPlatformQsort()
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1105 zonestat_qsort(void *base, size_t nel, size_t width, in zonestat_qsort() argument
1110 qsort(base, nel, width, compar); in zonestat_qsort()
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.h80 #define IPMP_LIST_SIZE(listtype, elsize, nel) \ argument
81 ((sizeof (ipmp_ ## listtype ## _t) - (elsize)) + ((nel) * (elsize)))
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h3030 extern void mDNSPlatformQsort (void *base, int nel, int width, int (*compar)(const void *, co…
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in145 …g-er Hor-o-witz Hour-vitz Hirsch-berg Ike-da Ka-chi-tvi-chyan-u-kul Kat-ze-nel-son Kitz-miller Ko-…
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.vf255 nel
H A Dt.vf1383 3 nel
385 nel
H A Dt.vf3128 nel nel
H A Dt.sub3127 (3) nel
H A Dt.substr153 3 nel

1234