Searched +refs:symbol +refs:plist (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dcompile.c250 LispObj *symbol, *list, *result; local in function:Com_Dolist
258 symbol = CAR(init);
259 CHECK_SYMBOL(symbol);
260 CHECK_CONSTANT(symbol);
311 ComPush(com, symbol, NIL, 0, 0, 0);
320 COM_VARIABLE_USED(symbol->data.atom);
541 LispObj *symbol, *value, *pair; local in function:Com_Let
561 symbol = CAR(pair);
567 STRFUN(builtin), STROBJ(symbol));
573 symbol
607 LispObj *symbol, *value, *pair; local in function:Com_Letx
852 LispObj *form, *symbol, *value; local in function:Com_Setq
1174 ComAddVariable(LispCom * com,LispObj * symbol,LispObj * value) argument
1203 ComGetVariable(LispCom * com,LispObj * symbol) argument
1302 ComPush(LispCom * com,LispObj * symbol,LispObj * value,int eval,int builtin,int compile) argument
[all...]
H A Dbytecode.c37 write a section of the bytecode with the package name of the symbol
167 LispAtom *symbol; member in struct:_CodeTree::__anoncf77c6ed020a::__anoncf77c6ed0708
236 LispObj *form, *plist; member in struct:_LispCom
416 * that the symbol will be bound or not in the implicit
441 /* key symbol */
484 com.plist = CONS(NIL, NIL);
485 GC_PROTECT(com.plist);
728 * it would also print the package name were the symbol was first defined,
729 * but for local variables, only the symbol string is important. */
739 i, STROBJ(builtins[i]->symbol));
1234 MakeBytecodeObject(LispCom * com,LispObj * name,LispObj * plist) argument
1511 com_LoadSymLet(LispCom * com,LispAtom * symbol,LispAtom * name) argument
1574 com_SetSym(LispCom * com,LispAtom * symbol) argument
2396 LinkBuildTableSymbol(LispCom * com,LispAtom * symbol) argument
[all...]
/xsrc/external/mit/freetype/dist/
H A DCMakeLists.txt103 # Allow symbol visibility settings also on static libraries. CMake < 3.3
375 list(APPEND BASE_SRCS builds/mac/freetype-Info.plist)
435 MACOSX_FRAMEWORK_INFO_PLIST builds/mac/freetype-Info.plist

Completed in 6 milliseconds