HomeSort by: relevance | last modified time | path
    Searched refs:syntax (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/xman/dist/
main.c 247 static const char **syntax, *syntax_def[] = { local
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/
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 (car syntax)
162 (defstruct syntax function
    [all...]
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)
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, for example, a man page source file
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
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
82 LispObj *syntable; /* Syntax-table the cursor is located */
xedit.c 283 Osyntax_highlight = STATIC_ATOM("SYNTAX-HIGHLIGHT");
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
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)
569 LispObj *syntax = data->syntax; local
    [all...]
  /xsrc/external/mit/xedit/dist/
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/
pixman-arm-asm.h 100 .syntax unified
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
IPv6.md 5 The syntax for the value will be defined as specified in RFC 3513
  /xsrc/external/mit/xgc/dist/
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 error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/libX11/dist/src/xcms/
Xcms.txt 37 version number of the format/syntax used in this file. The color name is
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
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 errors so far. *
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
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 error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
lisp.lsp 33 (require "syntax")
265 (defun lisp-indent (syntax syntable)
267 ((options (syntax-options syntax))
python.lsp 25 (require "syntax")
221 (defun python-indent (syntax syntable)
223 ((options (syntax-options syntax))
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/MesaLib.old/src/compiler/glsl/glcpp/
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 error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/MesaLib.old/src/mesa/program/
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 error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.c 881 number is the opposite. If YYTABLE_NINF, syntax error. */
1122 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1506 case, just report a simple "syntax error".
1514 scanner and before detecting a syntax error. Thus, state merging
1569 YYCASE_(0, YY_("syntax error"));
1570 YYCASE_(1, YY_("syntax error, unexpected %s"));
1571 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1572 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1573 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1574 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.cpp 1146 number is the opposite. If YYTABLE_NINF, syntax error. */
1812 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2196 case, just report a simple "syntax error".
2204 scanner and before detecting a syntax error. Thus, state merging
2259 YYCASE_(0, YY_("syntax error"));
2260 YYCASE_(1, YY_("syntax error, unexpected %s"));
2261 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
2262 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
2263 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
2264 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.c 1164 number is the opposite. If YYTABLE_NINF, syntax error. */
1388 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
1772 case, just report a simple "syntax error".
1780 scanner and before detecting a syntax error. Thus, state merging
1835 YYCASE_(0, YY_("syntax error"));
1836 YYCASE_(1, YY_("syntax error, unexpected %s"));
1837 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1838 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1839 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1840 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
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 error, unexpected %s, expecting %s or %s or %s or %s"))
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
fcformat.fncs 76 one of the values, one can index using the syntax "%{elt[idx]}". For example,

Completed in 41 milliseconds