Home
last modified time | relevance | path

Searched refs:aclptr (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c2725 unsigned int *aclptr, *aclend, aclbuf[60]; local
2770 aclptr = aclbuf;
2772 while (*aclptr && aclptr < aclend)
2774 size = (*aclptr & 0xff) / 4;
2775 typecode = (*aclptr >> 8) & 0xff;
2778 if (aclptr[i] == uic)
2781 if (aclptr[1] & ACE$M_WRITE)
2784 aclptr = &aclptr[size];