Searched refs:syntax (Results 1 - 25 of 264) sorted by relevance

1234567891011

/xsrc/external/mit/xman/dist/
H A Dmain.c247 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 Dxedit.lsp46 ;; 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 Dindent.lsp179 (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 Dsyntax.lsp30 ;; $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 Dxedit.h75 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 Dxedit.c315 /* 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 Dlisp.c233 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 Dpixman-arm-asm.h100 .syntax unified
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A DIPv6.md5 The syntax for the value will be defined as specified in RFC 3513
/xsrc/external/mit/xgc/dist/
H A Dgram.c579 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 Dparser.c600 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 Dwinprefsyacc.c715 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 Dunix.mk47 # librarians accept a simple syntax like
/xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
H A Dlisp.lsp33 (require "syntax")
265 (defun lisp-indent (syntax syntable)
267 ((options (syntax-options syntax))
H A Dpython.lsp25 (require "syntax")
221 (defun python-indent (syntax syntable)
223 ((options (syntax-options syntax))
H A Dperl.lsp25 ;; 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 Dax_gcc_builtin.m4155 [m4_warn([syntax], [Unsupported built-in $1, the test may fail])
/xsrc/external/mit/libX11/dist/m4/
H A Dax_gcc_builtin.m4163 [m4_warn([syntax], [Unsupported built-in $1, the test may fail])
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A DREADME.md5 - `;` 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 Disaspec.rst34 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 Dlicense.rst9 To the extent that Mesa utilizes the OpenGL command syntax or state
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.md19 `brotli` command line syntax similar to `gzip (1)` and `zstd (1)`.
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c753 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 Dprogram_parse.tab.c985 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 Dglsl_parser.cpp997 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...]

Completed in 32 milliseconds

1234567891011