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

  /xsrc/external/mit/xgc/dist/
gram.h 51 FUNCTION = 261,
82 #define FUNCTION 261
gram.y 26 %token <num> FUNCTION FUNCTIONTYPE
53 | FUNCTION FUNCTIONTYPE
gram.c 115 FUNCTION = 261,
146 #define FUNCTION 261
510 "$end", "error", "$undefined", "STRING", "NUMBER", "RUN", "FUNCTION",
919 the only way this function was invoked is if the default action
lex.c 898 /** The main scanner function which does all the work.
1001 { return (FUNCTION); }
1859 * @note This function does not reset the start condition to @c INITIAL .
1881 /* TODO. We should be able to replace this entire function body
1967 * This function is sometimes called more than once on the same buffer,
2022 * the current state. This function will allocate the stack
2315 * This function is called from yylex_destroy(), so don't allocate here.
  /xsrc/external/mit/ctwm/dist/gen/
gram.tab.h 75 FUNCTION = 276, /* FUNCTION */
  /xsrc/external/mit/ctwm/dist/
gram.tab.h 75 FUNCTION = 276, /* FUNCTION */
gram.y 71 %token <num> ALL OR CURSORS PIXMAPS ICONS COLOR SAVECOLOR MONOCHROME FUNCTION
362 | FUNCTION string { root = GetRoot($2, NULL, NULL); }
363 function
1025 function : LB function_entries RB {} label
parse_be.c 291 { "function", FUNCTION, 0 },
550 * Simple tester function
  /xsrc/external/mit/twm/dist/src/
gram.y 114 %token <num> ALL OR CURSORS PIXMAPS ICONS COLOR SAVECOLOR MONOCHROME FUNCTION
131 %type <num> win_color_list iconm_list win_list icon_list function menu
239 | FUNCTION string { root = GetRoot($2, NULLSTR, NULLSTR); }
240 function
558 function : LB function_entries RB label
parse.c 439 { "f.function", FSKEYWORD, F_FUNCTION },
488 { "function", FUNCTION, 0 },
  /xsrc/external/mit/libXaw/dist/src/
DisplayList.c 421 "Cannot convert arguments to displayList function \"%s\"",
578 #define FUNCTION 26
1147 int function = (int)(long)args; local
1149 if (function != xdata->values.function)
1152 xdata->values.function = function;
1153 XSetFunction(XtDisplayOfObject(w), xdata->gc, function); local
1443 * This function is destructive if you set the ts_x_origin, ts_y_origin,
1444 * and/or clip-mask. It is meant to be the only function used in a displa
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
internal.h 72 #define FUNCTION(symbol) LispNewFunction(symbol)
322 /* function */
440 /* fetch builtin function/macro argument value
646 LispObj *name; /* name of function, or NIL */
666 LispFunPtr function; member in struct:_LispBuiltin
669 /* this field is optional, set if the function returns multiple values */
672 /* this field is also optional, set if the function should not be exported */
675 /* this optional field points to a function of the bytecode compiler */
732 /* This function does not allocate a copy of it's argument, but the argument
768 /* this function should be called when a module is loaded, and is calle
    [all...]
write.c 443 /* Circularity in a function body should fail elsewhere... */
897 object = object->data.atom->property->fun.function;
905 /* XXX the function does not exist anymore */
909 LispDoWriteAtom(stream, "-FUNCTION", 9, info->print_case);
1003 string = "#<FUNCTION ";
lisp.c 82 /* run a user function, to be called only by LispEval */
107 /* create environment for function call */
201 {LispFunction, Lisp_Apply, "apply function arg &rest more-args", 1},
288 {LispMacro, Lisp_Defsetf, "defsetf function lambda-list &rest body"},
301 {LispFunction, Lisp_Disassemble, "disassemble function"},
341 {LispFunction, Lisp_Funcall, "funcall function &rest arguments", 1},
402 {LispFunction, Lisp_Mapc, "mapc function list &rest more-lists"},
403 {LispFunction, Lisp_Mapcar, "mapcar function list &rest more-lists"},
404 {LispFunction, Lisp_Mapcan, "mapcan function list &rest more-lists"},
405 {LispFunction, Lisp_Maphash, "maphash function hash-table"}
2690 LispObj *function; local
    [all...]

Completed in 17 milliseconds