Searched refs:uic (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysdep.c4023 static unsigned int uic;
4030 uic = 0;
4045 if (uic == 0)
4047 status = LIB$GETJPI (&JPI$_UIC, 0, 0, &uic, 0, 0);
4050 memid = uic & 0xFFFF;
4051 grpid = uic >> 16;
4095 if (aclptr[i] == uic)
4728 get_uaf_uic (uic)
4729 unsigned long uic;
4760 /* read the requested record - index is in uic */
3994 static unsigned int uic; variable
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c155 unsigned int uic = (unsigned int)c; local
157 if (uic == 0x7f)
162 if (uic >= 0x80) {
168 } else if (uic >= 0x20) {
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c255 unsigned int uic = (unsigned int)c; local
257 if (uic == 0x7f)
262 if (uic >= 0x80) {
268 } else if (uic >= 0x20) {

Completed in 181 milliseconds