Searched refs:keyptr (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dsetkeymap.c165 _keyfunc(char **keyptr, char **lastkey) argument
167 for (; keyptr <= lastkey; keyptr++, codeptr++)
168 if (*keyptr) {
169 p->_sends = (*keyptr);
171 funckey[(unsigned char)(*keyptr)[0]] |= _KEY;
179 _keyfunc2(char **keyptr, char **lastkey) argument
183 for (; *keyptr && keyptr <= lastkey; keyptr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.c117 db->keyptr = 0;
391 db->keyptr = 0;
518 db->keyptr++;
519 key = getnkey(db->pagbuf, db->keyptr);
527 db->keyptr = 0;
H A Dsdbm.h27 int keyptr; /* current key for nextkey */ member in struct:__anon85
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu.c929 char *buf = 0, *tagstart = 0, *ptr1 = 0, *keyptr = 0; local
971 if (keyptr && depth == 4
972 && grub_strcmp (keyptr, "OSBundleRequired") == 0)
974 if (keyptr && depth == 4 &&
975 grub_strcmp (keyptr, "CFBundleExecutable") == 0)
992 keyptr = 0;
1010 keyptr = ptr1 + 1;

Completed in 24 milliseconds