HomeSort by relevance Sort by last modified time
    Searched refs:syntax (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/e2fsprogs/intl/
explodename.c 58 enum { undecided, xpg, cen } syntax; local
72 we use XPG4 style, and `_', `+', and `,' if we use CEN syntax. */
74 syntax = undecided;
97 syntax = xpg;
118 if (cp[0] == '@' || (syntax != xpg && cp[0] == '+'))
121 syntax = cp[0] == '@' ? xpg : cen;
125 while (syntax == cen && cp[0] != '\0' && cp[0] != '+'
132 if (syntax != xpg && (cp[0] == '+' || cp[0] == ',' || cp[0] == '_'))
134 syntax = cen;
138 /* Next is special application (CEN syntax). *
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
povray.php 178 # syntax functions hash thingis
  /external/srec/srec/ca/
syn_srec.c 46 int CA_AttachArbdataToSyntax(CA_Syntax* syntax, CA_Arbdata* allotree)
49 rc = FST_AttachArbdata(syntax->synx, (srec_arbdata*)allotree);
53 int CA_AddWordToSyntax(CA_Syntax* syntax, const char* slot,
58 rc = FST_AddWordToGrammar(syntax->synx, slot, phrase, pronunciation, weight);
62 int CA_ResetSyntax(CA_Syntax* syntax)
65 rc = FST_ResetGrammar(syntax->synx);
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 63 impl->syntax = NULL;
134 if (!CA_CompileSyntax(impl->syntax))
201 CA_AttachArbdataToSyntax( impl->syntax , ca_arbdata);
242 /* add word to syntax first */
250 ca_rc = CA_AddWordToSyntax(impl->syntax, slot, word, pronunciation, weight);
310 irc = CA_ResetSyntax(impl->syntax);
403 impl->syntax = CA_AllocateSyntax();
404 if (impl->syntax == NULL)
413 if (CA_LoadSyntaxFromImage(impl->syntax, (LCHAR*) filename))
416 PLogError(L("ESR_READ_ERROR: Problem loading syntax from image"))
    [all...]
  /external/webkit/WebKitTools/Scripts/
detect-mismatched-virtual-const 64 no warnings qw /syntax/;
do-webcore-rename 190 $newContents =~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
  /system/core/sh/
Android.mk 25 syntax.c \
parser.c 52 #include "syntax.h"
908 readtoken1(int firstc, char const *syntax, char *eofmark, int striptabs)
923 char const *prevsyntax = NULL; /* syntax before arithmetic */
936 (void) &syntax;
942 if (syntax == DQSYNTAX) {
956 if (syntax == BASESYNTAX)
965 switch(syntax[c]) {
967 if (syntax == BASESYNTAX)
1016 if (syntax != SQSYNTAX) {
1020 syntax = SQSYNTAX
    [all...]
expand.c 63 #include "syntax.h"
202 /* "$@" syntax adherence hack */
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; local
453 if (quotes && syntax[(int)lastc] == CCTL)
664 char const *syntax = (varflags & VSQUOTE) ? DQSYNTAX local
672 if (quotes && syntax[(int)*val] == CCTL)
830 char const *syntax; local
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
837 if (syntax[(int)*p] == CCTL) \
  /external/clearsilver/util/regex/
regex.c 59 #include "syntax.h"
105 /* Define the syntax stuff for \<, \>, etc. */
157 #define SYNTAX(c) re_syntax_table[c]
162 /* Get the interface, including the syntax bits. */
466 /* Matches any character whose syntax is specified. Followed by
467 a byte which contains a syntax code, e.g., Sword. */
470 /* Matches any character whose syntax is not that specified. */
865 printf ("syntax: %d\n", bufp->syntax);
913 /* Set by `re_set_syntax' to the current regexp syntax to recognize. Ca
5324 unsigned syntax local
    [all...]
regex.h 33 /* The following bits are used to determine the regexp syntax we
34 recognize. The set/not-set meanings are chosen so that Emacs syntax
137 /* This global variable defines the particular regexp syntax to use (for
138 some interfaces). When a regexp is compiled, the syntax used is
178 /* Syntax bits common to both basic and extended POSIX regex syntax. */
219 /* If this bit is set, then use extended regular expression syntax.
220 If not set, then use basic regular expression syntax. */
303 /* Syntax setting with which the pattern was compiled. */
304 reg_syntax_t syntax;
301 reg_syntax_t syntax; member in struct:re_pattern_buffer
    [all...]
  /external/dbus/tools/
run-with-tmp-session-bus.sh 48 echo "Running $DBUS_TOP_BUILDDIR/tools/dbus-launch --sh-syntax --config-file=$CONFIG_FILE" >&2
51 eval `$DBUS_TOP_BUILDDIR/tools/dbus-launch --sh-syntax --config-file=$CONFIG_FILE`
  /external/protobuf/editors/
proto.vim 31 " This is the Vim syntax file for Google Protocol Buffers.
35 " 1. cp proto.vim ~/.vim/syntax/
46 syntax clear
56 syn keyword pbSyntax syntax import option
73 " see /usr/share/vim/vim70/syntax/c.vim for how it's done.
  /external/bison/data/
yacc.c 532 If YYTABLE_NINF, syntax error. */
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
843 copied. As a special case, return 0 if an ordinary "syntax error"
867 YY_("syntax error, unexpected %s");
868 YY_("syntax error, unexpected %s, expecting %s");
869 YY_("syntax error, unexpected %s, expecting %s or %s");
870 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
871 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
875 static char const yyunexpected[] = "syntax error, unexpected %s";
976 /* Number of syntax errors so far. *
    [all...]
glr.c 439 If YYTABLE_NINF, syntax error. */
917 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
    [all...]
lalr1.cc 152 /// Report a syntax error.
153 /// \param loc where the syntax error is found.
154 /// \param msg a description of the syntax error.
754 | yyerrlab1 -- common code for both syntax error and YYERROR. |
858 // "syntax error, unexpected %s or %s or %s"
863 res = "syntax error, unexpected ";
878 res = YY_("syntax error");
  /external/bison/tests/
testsuite 157 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
468 157;glr-regression.at:1519;Leaked lookahead after nondeterministic parse syntax error;;
    [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/bison/src/
parse-gram.c 230 /* Request detailed syntax error messages, and pass them to GRAM_ERROR.
768 If YYTABLE_NINF, syntax error. */
860 yyerror (YY_("syntax error: cannot back up")); \
    [all...]
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 68 * Legacy CREC syntax.
70 CA_Syntax* syntax; member in struct:SR_GrammarImpl_t
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 63 regex-syntax.sgml \
  /external/v8/test/mjsunit/compiler/
jsnatives.js 28 // Flags: --allow-natives-syntax
  /external/v8/test/mjsunit/
extra-commas.js 34 assertTrue(e instanceof SyntaxError, "is syntax error");
  /external/srec/tools/test_g2g/
test_g2g.c 192 CA_Syntax* syntax; local
217 syntax = grammarImpl->syntax;
219 CA_DumpSyntax( syntax, outbase);
222 fst = syntax->synx;
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 316 if (require_syntax_identifier_ || LookingAt("syntax")) {
318 // Don't attempt to parse the file if we didn't recognize the syntax
347 DO(Consume("syntax", "File must begin with 'syntax = \"proto2\";'."));
350 string syntax; local
351 DO(ConsumeString(&syntax, "Expected syntax identifier."));
354 syntax_identifier_ = syntax;
356 if (syntax != "proto2" && !stop_after_syntax_identifier_) {
358 "Unrecognized syntax identifier \"" + syntax + "\". This parser
    [all...]

Completed in 1116 milliseconds

1 2 3