HomeSort by: relevance | last modified time | path
    Searched refs:LispProperty (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
private.h 97 typedef struct _LispProperty LispProperty;
234 LispProperty *property;
package.c 49 extern LispProperty *NOPROPERTY;
lisp.c 123 /* allocates a new LispProperty for the given atom */
168 static LispProperty noproperty;
169 LispProperty *NOPROPERTY = &noproperty;
1353 LispProperty *property;
1358 property = LispCalloc(1, sizeof(LispProperty));
2998 * require allocating a LispProperty structure for every keyword */

Completed in 8 milliseconds