| /xsrc/external/mit/xgc/dist/ |
| H A D | gram.h | 51 FUNCTION = 261, enumerator in enum:yytokentype 82 #define FUNCTION 261 macro
|
| H A D | gram.y | 26 %token <num> FUNCTION FUNCTIONTYPE 53 | FUNCTION FUNCTIONTYPE
|
| H A D | gram.c | 115 FUNCTION = 261, enumerator in enum:yytokentype 146 #define FUNCTION 261 macro 510 "$end", "error", "$undefined", "STRING", "NUMBER", "RUN", "FUNCTION",
|
| H A D | lex.c | 1001 { return (FUNCTION); }
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.h | 75 FUNCTION = 276, /* FUNCTION */ enumerator in enum:yytokentype
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.tab.h | 75 FUNCTION = 276, /* FUNCTION */ enumerator in enum:yytokentype
|
| H A D | gram.y | 71 %token <num> ALL OR CURSORS PIXMAPS ICONS COLOR SAVECOLOR MONOCHROME FUNCTION 362 | FUNCTION string { root = GetRoot($2, NULL, NULL); }
|
| H A D | parse_be.c | 291 { "function", FUNCTION, 0 },
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 114 %token <num> ALL OR CURSORS PIXMAPS ICONS COLOR SAVECOLOR MONOCHROME FUNCTION 239 | FUNCTION string { root = GetRoot($2, NULLSTR, NULLSTR); }
|
| H A D | parse.c | 488 { "function", FUNCTION, 0 },
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | DisplayList.c | 578 #define FUNCTION 26 macro 1547 {"function", DlFunction, FUNCTION}, 1860 case FUNCTION:
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | internal.h | 72 #define FUNCTION(symbol) LispNewFunction(symbol) macro
|
| H A D | write.c | 909 LispDoWriteAtom(stream, "-FUNCTION", 9, info->print_case); 1003 string = "#<FUNCTION ";
|
| H A D | lisp.c | 1852 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 D | configure.ac | 64 dnl XDM_SEARCH_LIBBSD(FUNCTION, PROGRAM, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|