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

/macosx-10.10/emacs-93/emacs/src/
H A Dw32xfns.c154 typedef struct int_msg struct
157 struct int_msg *lpNext;
158 } int_msg; typedef in typeref:struct:int_msg
160 int_msg *lpHead = NULL;
161 int_msg *lpTail = NULL;
187 int_msg * lpCur = lpHead;
211 int_msg * lpNew = (int_msg *) myalloc (sizeof (int_msg));
241 int_msg * lpNe
[all...]

Completed in 172 milliseconds