Searched defs:nkey (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c64 int nkey; /* The current number of members in the table */ member in struct:KeyTab
106 kt->nkey = 0;
318 (kt->nkey - first - 1) * sizeof(kt->table[0]));
319 kt->nkey--;
350 if(kt->nkey + 1 > kt->size) {
359 if(last < kt->nkey) {
361 (kt->nkey - last) * sizeof(kt->table[0]));
376 kt->nkey++;
419 top = kt->nkey - 1;
444 if(*last < kt->nkey
[all...]
H A Dgetline.c8186 int nkey=0; /* The number of characters in the key sequence */ local
8219 keyseq[nkey++] = GL_ESC_CHAR;
8227 keyseq[nkey++] = '\\';
8232 while(nkey < GL_KEY_MAX) {
8242 keyseq[nkey++] = GL_ESC_CHAR;
8249 keyseq[nkey++] = c;
8259 switch(_kt_lookup_keybinding(gl->bindings, keyseq, nkey, &keysym, &nsym)) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c173 char *key, *nkey, *val; local
181 nkey = NULL; nkl = 0;
200 &nkey, &nkl, &val, &vl);
205 &nkey, &nkl, &val, &vl);
215 &nkey, &nkl, &val, &vl);
222 &nkey, &nkl, &val, &vl);
233 key = nkey;
315 char *key, *nkey, *val, *my_nismap; local
321 nkey = NULL; nkl = 0;
334 err = yp_first(nis_mydomain, my_nismap, &nkey,
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h244 int nkey; member in struct:__anon2571
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c1273 char *nkey; local
1281 nkey = kmem_zalloc(len, KM_SLEEP);
1282 (void) strncpy(nkey, key, len-1);
1283 rc = nvlist_add_string(nvl, nkey, value);
1284 kmem_free(nkey, len);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2148 int nkey; local
2179 nkey = tsd_paddr == NULL ? TSD_NFAST : stsd.tsd_nalloc;
2203 nkey = addr == NULL ? TSD_NFAST : stsd.tsd_nalloc;
2218 if (return_val != TD_OK || key >= nkey) {

Completed in 1034 milliseconds