Searched refs:FUNCTION (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dgram.h51 FUNCTION = 261, enumerator in enum:yytokentype
82 #define FUNCTION 261 macro
H A Dgram.y26 %token <num> FUNCTION FUNCTIONTYPE
53 | FUNCTION FUNCTIONTYPE
H A Dgram.c115 FUNCTION = 261, enumerator in enum:yytokentype
146 #define FUNCTION 261 macro
510 "$end", "error", "$undefined", "STRING", "NUMBER", "RUN", "FUNCTION",
H A Dlex.c1001 { return (FUNCTION); }
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.h75 FUNCTION = 276, /* FUNCTION */ enumerator in enum:yytokentype
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.h75 FUNCTION = 276, /* FUNCTION */ enumerator in enum:yytokentype
H A Dgram.y71 %token <num> ALL OR CURSORS PIXMAPS ICONS COLOR SAVECOLOR MONOCHROME FUNCTION
362 | FUNCTION string { root = GetRoot($2, NULL, NULL); }
H A Dparse_be.c291 { "function", FUNCTION, 0 },
/xsrc/external/mit/twm/dist/src/
H A Dgram.y114 %token <num> ALL OR CURSORS PIXMAPS ICONS COLOR SAVECOLOR MONOCHROME FUNCTION
239 | FUNCTION string { root = GetRoot($2, NULLSTR, NULLSTR); }
H A Dparse.c488 { "function", FUNCTION, 0 },
/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c578 #define FUNCTION 26 macro
1547 {"function", DlFunction, FUNCTION},
1860 case FUNCTION:
/xsrc/external/mit/xedit/dist/lisp/
H A Dinternal.h72 #define FUNCTION(symbol) LispNewFunction(symbol) macro
H A Dwrite.c909 LispDoWriteAtom(stream, "-FUNCTION", 9, info->print_case);
1003 string = "#<FUNCTION ";
H A Dlisp.c1852 static const char *types[4] = {"LAMBDA-LIST", "FUNCTION", "MACRO", "SETF-METHOD"};
3151 symbol = FUNCTION(symbol);
3153 LispDestroy("SYMBOL-FUNCTION: %s is not a function", STROBJ(symbol));
4765 LispDestroy("FUNCTION: %s is not a function", STROBJ(result));
5288 Sfunction = GETATOMID("FUNCTION");
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac64 dnl XDM_SEARCH_LIBBSD(FUNCTION, PROGRAM, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])

Completed in 31 milliseconds