Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 18 of 18) sorted by relevance

/third_party/uapp/dash/src/
A Dmksyntax.c94 static char *syntax[513]; variable
173 syntax[1] = "CSPCL"; in main()
227 syntax[i] = dftval; in filltable()
241 syntax[0] = "CEOF"; in init()
242 syntax[1] = "CIGN"; in init()
244 syntax[130 + ctl] = "CCTL"; in init()
256 syntax[(signed char)*p++ + 130] = type; in add()
285 fputs(syntax[i], cfile); in print()
286 col += strlen(syntax[i]); in print()
A Dexpand.c538 memtodest(p, i, syntax, flag & QUOTES_ESC); in expbackq()
859 ((syntax[c] == CCTL) || in memtodest()
861 syntax[c] == CBACK))) in memtodest()
873 strtodest(p, syntax, quotes) in strtodest() argument
875 const char *syntax;
879 memtodest(p, len, syntax, quotes);
898 char const *syntax; in varvalue() local
906 syntax = quoted ? DQSYNTAX : BASESYNTAX; in varvalue()
949 len += strtodest(p, syntax, quotes); in varvalue()
953 memtodest(&sepc, 1, syntax, quotes); in varvalue()
[all …]
A Dparser.c886 if (syntax == DQSYNTAX) in readtoken1()
901 if (syntax == BASESYNTAX) in readtoken1()
910 switch(syntax[c]) { in readtoken1()
912 if (syntax == BASESYNTAX) in readtoken1()
952 syntax = SQSYNTAX; in readtoken1()
959 syntax = DQSYNTAX; in readtoken1()
967 syntax = BASESYNTAX; in readtoken1()
1000 syntax = prevsyntax; in readtoken1()
1029 if (syntax == ARISYNTAX) in readtoken1()
1429 prevsyntax = syntax; in readtoken1()
[all …]
A DTOUR30 mksyntax - syntax.h syntax.c
/third_party/uapp/dash/src/bltin/
A Dtest.c139 static void syntax(const char *, const char *);
237 syntax(argv[0], "unexpected operator"); in testcmd()
243 syntax(const char *op, const char *msg) in syntax() function
307 syntax(NULL, "closing paren expected"); in primary()
313 syntax(t_wp_op->op_text, "argument expected"); in primary()
352 syntax(op->op_text, "argument expected"); in binop()
/third_party/lib/cortex-strings/
A DREADME.fuchsia12 by making the code use the official syntax, not a variant GAS accepts.
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_defs.h.in1 /* Defined if __attribute__((...)) syntax is supported. */
/third_party/uapp/kilo/
A Dkilo.c128 struct editorSyntax *syntax; /* Current syntax highlight, or NULL. */ member
408 if (E.syntax == NULL) return; /* No syntax, everything is HL_NORMAL. */
412 char **keywords = E.syntax->keywords;
413 char *scs = E.syntax->singleline_comment_start;
414 char *mcs = E.syntax->multiline_comment_start;
415 char *mce = E.syntax->multiline_comment_end;
566 E.syntax = s;
1288 E.syntax = NULL;
/third_party/lib/acpica/generate/unix/
A Dreadme.txt86 3) acpihelp, syntax help for ASL operators and reserved names
88 acpihelp displays the syntax for all of the ASL operators, as well
/third_party/uapp/dash/
A Drules.mk42 $(LOCAL_DIR)/src/syntax.c \
/third_party/ulib/jemalloc/m4/
A Dax_cxx_compile_stdcxx.m4131 [define if the compiler supports basic C++$1 syntax])
/third_party/ulib/linenoise/
A DREADME.markdown15 …ff again and again it's just much better to hit the up arrow and edit on syntax errors, or in orde…
/third_party/ulib/usbhost/
A DLICENSE.txt185 comment syntax for the file format. We also recommend that a
/third_party/tools/android/
A DLICENSE185 comment syntax for the file format. We also recommend that a
/third_party/ulib/jemalloc/
A Dconfigure.ac608 JE_COMPILABLE([__attribute__ syntax],
/third_party/lib/acpica/
A Dchanges.txt1488 1) Added the -a option to display both the ASL syntax and the AML
2580 BIOS. When disassembled and recompiled, these NOOPs will cause syntax
4106 Find/display ASL operator(s) -- with description and syntax.
4179 See the ACPICA reference for details and syntax. ACPICA BZ 917.
4195 reference for details and syntax. ACPICA BZ 921
8039 Fixed a problem where the compiler could hang after syntax errors
13832 inadvertently defined twice, allowing invalid syntax to pass and
15304 by ACPI_DEBUG_PRINT. The syntax for this macro is slightly
15328 Fixed multiple extraneous error messages when a syntax error is
15511 "ElseIf" syntax now properly allows the predicate
[all …]
/third_party/ulib/musl/
A DWHATSNEW588 - syntax error in nextafter macro in tgmath.h
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3377 // This code tests the BreakPoint opcode term. The syntax of BreakPoint Term is

Completed in 49 milliseconds