| /xsrc/external/mit/xman/dist/ |
| H A D | main.c | 247 static const char **syntax, *syntax_def[] = { local in function:ArgError 272 syntax = syntax_def; 279 while (*syntax != NULL) { 280 printf("%-30s - %s\n", syntax[0], syntax[1]); 281 syntax += 2;
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xedit.lsp | 46 ;; either a string, a pathname, or a syntax-p. 51 ;; syntax-p: does nothing, already loaded 54 ;; syntax-p, the entry is removed. 104 (defun auto-mode (filename &optional symbol &aux syntax) 108 (setq syntax (cddr (find symbol *auto-modes* :key #'cdddr))) 120 (setq syntax (cddar mode) symbol (cdr syntax)) 131 (when (consp syntax) 132 ;; point to the syntax file specification 133 (setq syntax (ca 162 (defstruct syntax function [all...] |
| H A D | indent.lsp | 179 (defun default-indent (syntax syntable) 196 (hash-table-p (syntax-options syntax)) 197 (gethash :disable-indent (syntax-options syntax)) 292 ;; begin and switch fields are used like the ones for the syntax highlight 465 (error "INDREDUCE: syntax error parsing ~A" item)
|
| H A D | syntax.lsp | 30 ;; $XFree86: xc/programs/xedit/lisp/modules/syntax.lsp,v 1.11 2003/01/16 03:50:46 paulo Exp $ 33 (provide "syntax") 37 (defvar *syntax-symbols* '( 38 syntax-highlight defsyntax defsynprop synprop-p syntax-p 44 (export *syntax-symbols*) 46 (dolist (symbol xedit::*syntax-symbols*) 50 (makunbound '*syntax-symbols*) 74 such syntax tables, due to the extra time building the environment to 76 complex syntax, fo [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | xedit.h | 75 LispObj *symbol; /* Symbol holding syntax data */ 76 LispObj *syntax; /* The syntax definition */ member in struct:_EditModeInfo 81 LispObj *syntax; /* Syntax definition */ member in struct:_XeditLispData
|
| H A D | xedit.c | 315 /* first argument is syntax table */ 357 mode_infos[num_mode_infos].syntax = NULL; 371 mode_infos[i].syntax == NULL && 374 mode_infos[i].syntax = 484 LispObj *syntax, *name; local in function:XeditLispSetEditMode 498 * syntax definition for the file being loaded */ 500 syntax = APPLY1(Oauto_mode, name); 502 syntax = APPLY2(Oauto_mode, name, symbol); 507 if (syntax != NIL) { 512 item->xldata->syntax 569 LispObj *syntax = data->syntax; local in function:XeditInteractiveCallback [all...] |
| /xsrc/external/mit/xedit/dist/ |
| H A D | lisp.c | 233 if (item->xldata && item->xldata->syntax && 234 mode_infos[i].syntax == item->xldata->syntax) { 257 (item->xldata == NULL || item->xldata->syntax == NULL)) || 259 (info && item && item->xldata && info->syntax && 260 info->syntax == item->xldata->syntax))
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-asm.h | 100 .syntax unified
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| H A D | IPv6.md | 5 The syntax for the value will be defined as specified in RFC 3513
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | gram.c | 579 number is the opposite. If YYTABLE_NINF, syntax error. */ 650 yyerror (YY_("syntax error: cannot back up")); \ 926 case, just report a simple "syntax error". 934 scanner and before detecting a syntax error. Thus, state merging 983 YYCASE_(0, YY_("syntax error")); 984 YYCASE_(1, YY_("syntax error, unexpected %s")); 985 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 986 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 987 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 988 YYCASE_(5, YY_("syntax erro [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | parser.c | 600 If YYTABLE_NINF, syntax error. */ 687 yyerror (YY_("syntax error: cannot back up")); \ 1035 copied. As a special case, return 0 if an ordinary "syntax error" 1059 YY_("syntax error, unexpected %s"); 1060 YY_("syntax error, unexpected %s, expecting %s"); 1061 YY_("syntax error, unexpected %s, expecting %s or %s"); 1062 YY_("syntax error, unexpected %s, expecting %s or %s or %s"); 1063 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); 1067 static char const yyunexpected[] = "syntax error, unexpected %s"; 1195 /* Number of syntax error [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefsyacc.c | 715 number is the opposite. If YYTABLE_NINF, syntax error. */ 808 yyerror (YY_("syntax error: cannot back up")); \ 1178 case, just report a simple "syntax error". 1186 scanner and before detecting a syntax error. Thus, state merging 1233 YYCASE_(0, YY_("syntax error")); 1234 YYCASE_(1, YY_("syntax error, unexpected %s")); 1235 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1236 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1237 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1238 YYCASE_(5, YY_("syntax erro [all...] |
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | unix.mk | 47 # librarians accept a simple syntax like
|
| /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/ |
| H A D | lisp.lsp | 33 (require "syntax") 265 (defun lisp-indent (syntax syntable) 267 ((options (syntax-options syntax))
|
| H A D | python.lsp | 25 (require "syntax") 221 (defun python-indent (syntax syntable) 223 ((options (syntax-options syntax))
|
| H A D | perl.lsp | 25 ;; Perl syntax and indentation mode 27 ;; syntax/indentation rules, that should work correctly with most 42 (require "syntax") 345 (defun perl-indent (syntax syntable) 347 ((options (syntax-options syntax))
|
| /xsrc/external/mit/libXext/dist/m4/ |
| H A D | ax_gcc_builtin.m4 | 155 [m4_warn([syntax], [Unsupported built-in $1, the test may fail])
|
| /xsrc/external/mit/libX11/dist/m4/ |
| H A D | ax_gcc_builtin.m4 | 163 [m4_warn([syntax], [Unsupported built-in $1, the test may fail])
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 5 - `;` executes python code to extend the pattern syntax by inserting functions into the variable dictionary, fail the test, insert more checks or consume characters from the output
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | isaspec.rst | 34 allows matching an existing disasm syntax (which might not have been 191 provides for both different decoded instruction syntax/mnemonics (when 196 different disassembly syntax depending on whether ``REPEAT`` equals zero. 202 disasm syntax, and/or interpretation of some range of bits differs based 222 ``{FIELDNAME}`` syntax as display template strings. For example:
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | license.rst | 9 To the extent that Mesa utilizes the OpenGL command syntax or state
|
| /xsrc/external/mit/brotli/dist/c/tools/ |
| H A D | brotli.md | 19 `brotli` command line syntax similar to `gzip (1)` and `zstd (1)`.
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.c | 753 number is the opposite. If YYTABLE_NINF, syntax error. */ 987 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \ 1332 case, just report a simple "syntax error". 1340 scanner and before detecting a syntax error. Thus, state merging 1390 YYCASE_(0, YY_("syntax error")); 1391 YYCASE_(1, YY_("syntax error, unexpected %s")); 1392 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1393 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1394 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1395 YYCASE_(5, YY_("syntax erro [all...] |
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.c | 985 number is the opposite. If YYTABLE_NINF, syntax error. */ 1206 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 1551 case, just report a simple "syntax error". 1559 scanner and before detecting a syntax error. Thus, state merging 1609 YYCASE_(0, YY_("syntax error")); 1610 YYCASE_(1, YY_("syntax error, unexpected %s")); 1611 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1612 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1613 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1614 YYCASE_(5, YY_("syntax erro [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 997 number is the opposite. If YYTABLE_NINF, syntax error. */ 1667 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \ 2012 case, just report a simple "syntax error". 2020 scanner and before detecting a syntax error. Thus, state merging 2070 YYCASE_(0, YY_("syntax error")); 2071 YYCASE_(1, YY_("syntax error, unexpected %s")); 2072 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 2073 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 2074 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 2075 YYCASE_(5, YY_("syntax erro [all...] |