HomeSort by: relevance | last modified time | path
    Searched defs:macro (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/modules/
indent.lsp 258 ;; Macro to be called whenever an indentation rule decides that
261 (defmacro indent-macro-terminate (&optional result)
269 (defmacro indent-macro-reject (&optional result)
279 (defmacro indent-macro-reject-left (&optional result)
368 ;; result of macro, return token structure
482 ;; result of macro, return indent reduce structure
503 ;; result of macro, return indent resolve structure
946 (defmacro indent-macro (ind-definition ind-offset &optional ind-no-tabs)
998 ;; For use with (indent-macro-reject)
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
auto.lsp 30 (defsynprop *prop-macro*
31 "macro"
51 ;; dont consider dnl a macro call at top level
61 ;; toplevel no arguments macro
62 (syntoken "^[a-zA-Z0-9_]+$" :property *prop-macro*)
81 (syntable :macro *prop-default* nil
89 (syntoken ")" :nospec t :property *prop-macro* :switch -1)
93 (syntoken "[a-zA-Z0-9_]+\\(" :property *prop-macro* :begin :macro)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_compute.c 473 unsigned macro = NVC0_CP_MACRO_LAUNCH_GRID_INDIRECT; local
476 PUSH_DATA(push, NVC0_FIFO_PKHDR_1I(1, macro, 3));
nvc0_vbo.c 814 unsigned size, macro, count = indirect->draw_count, drawid = drawid_offset; local
840 macro = NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT_COUNT;
842 macro = NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT;
852 macro = NVC0_3D_MACRO_DRAW_ARRAYS_INDIRECT_COUNT;
854 macro = NVC0_3D_MACRO_DRAW_ARRAYS_INDIRECT;
877 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_compute.c 473 unsigned macro = NVC0_CP_MACRO_LAUNCH_GRID_INDIRECT; local
476 PUSH_DATA(push, NVC0_FIFO_PKHDR_1I(1, macro, 3));
nvc0_vbo.c 804 unsigned size, macro, count = info->indirect->draw_count, drawid = info->drawid; local
830 macro = NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT_COUNT;
832 macro = NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT;
842 macro = NVC0_3D_MACRO_DRAW_ARRAYS_INDIRECT_COUNT;
844 macro = NVC0_3D_MACRO_DRAW_ARRAYS_INDIRECT;
867 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size));
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp.h 155 macro_t *macro; member in struct:expansion_node
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp.h 154 macro_t *macro; member in struct:expansion_node
  /xsrc/external/mit/xedit/dist/lisp/
compile.c 1111 /* Need macro expansion, these are special abstract objects */
1178 if (atom && atom->key && !com->macro) {
1230 /* name->offset may have been changed in a macro expansion */
1315 /* If <com->macro> is set, it is expanding a macro, just add the local
1317 * when calling the interpreter to expand the macro. */
1318 else if (com->macro) {
1437 if (!builtin && !com->macro)
1466 if (!builtin && !com->macro)
1470 if (!builtin && !com->macro)
1819 int macro; local
    [all...]
bytecode.c 230 int macro; /* Expanding a macro? */ member in struct:_LispCom
537 int macro; local
548 macro = 0;
562 macro = xbuiltin->type == LispMacro;
568 macro = lambda->funtype == LispMacro;
610 if (macro)
611 LispWriteStr(NIL, "macro ", 6);
615 else if (macro)
616 LispWriteStr(NIL, "Macro ", 6)
    [all...]
lisp.c 1852 static const char *types[4] = {"LAMBDA-LIST", "FUNCTION", "MACRO", "SETF-METHOD"};
4104 /* macro BUILTIN_NO_EVAL_ARGUMENT does not update
4615 int macro, base; local
4657 macro = lambda->funtype == LispMacro;
4662 eval = !macro;
4664 result = LispRunFunMac(function, lambda, macro, base);
4823 LispRunFunMac(LispObj *name, LispObj *code, int macro, int base)
4827 if (!macro) {
4850 /* FIXME this does not work if macro has &aux variables,
4881 /* build expansion macro */
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-parse.c 114 const char *macro,
120 const char *macro,
196 /* Perform macro expansion in-place on the given list. */
1040 This macro was not mandated originally: define only if we know
1595 be undefined if yyoverflow is a macro. */
1762 glcpp_error(& (yylsp[-2]), parser, "undefined macro %s in expression (illegal in GLES)", (yyvsp[-1].expression_value).undefined_macro);
1772 glcpp_error(& (yylsp[-2]), parser, "undefined macro %s in expression (illegal in GLES)", (yyvsp[-1].expression_value).undefined_macro);
1857 * (pre-defined) macro name.
1865 * By convention, all macro names containing two consecutive
1870 * multiple definitions of the same name. All macro name
1952 macro_t *macro = entry ? entry->data : NULL; local
1963 macro_t *macro = entry ? entry->data : NULL; local
3969 macro_t *macro; local
4076 macro_t *macro; local
4347 macro_t *macro, *previous; local
4380 macro_t *macro, *previous; local
4455 macro_t *macro = entry ? entry->data : NULL; local
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.c 126 const char *macro,
132 const char *macro,
208 /* Perform macro expansion in-place on the given list. */
1127 /* Backward compatibility with an undocumented macro.
1174 This macro was not mandated originally: define only if we know
1787 be undefined if yyoverflow is a macro. */
1963 glcpp_error(& (yylsp[-2]), parser, "undefined macro %s in expression (illegal in GLES)", (yyvsp[-1].expression_value).undefined_macro);
1973 glcpp_error(& (yylsp[-2]), parser, "undefined macro %s in expression (illegal in GLES)", (yyvsp[-1].expression_value).undefined_macro);
2070 * (pre-defined) macro name.
2078 * By convention, all macro names containing two consecutiv
2244 macro_t *macro = entry ? entry->data : NULL; local
2255 macro_t *macro = entry ? entry->data : NULL; local
4277 macro_t *macro; local
4385 macro_t *macro; local
4663 macro_t *macro, *previous; local
4696 macro_t *macro, *previous; local
4771 macro_t *macro = entry ? entry->data : NULL; local
4960 macro_t *macro = (macro_t *) data; local
    [all...]

Completed in 46 milliseconds