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

  /xsrc/external/mit/xgc/dist/
gram.h 51 FUNCTION = 261,
82 #define FUNCTION 261
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
  /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 */
  /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...]

Completed in 10 milliseconds