Searched refs:BEGIN (Results 1 - 25 of 67) sorted by relevance

123

/external/e2fsprogs/misc/
H A Dprofile-to-c.awk2 BEGIN {
/external/dbus/test/data/auth/
H A Danonymous-client-successful.auth-script15 EXPECT_COMMAND BEGIN
H A Dfallback.auth-script16 EXPECT_COMMAND BEGIN
/external/dbus/dbus/
H A Dversioninfo.rc.in32 BEGIN
34 BEGIN
36 BEGIN
/external/bison/src/
H A Dscan-gram.l203 BEGIN SC_YACC_COMMENT;
224 "%destructor" token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE;
231 "%initial-action" token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE;
234 "%lex-param" token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE;
244 "%parse-param" token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE;
246 "%printer" token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE;
256 "%union" token_type = PERCENT_UNION; BEGIN SC_PRE_CODE;
272 BEGIN SC_AFTER_IDENTIFIER;
285 "'" STRING_GROW; token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
288 "\"" token_start = loc->start; BEGIN SC_ESCAPED_STRIN
[all...]
H A Dscan-gram.c148 * definition of BEGIN.
150 #define BEGIN (yy_start) = 1 + 2 * macro
153 * to BEGIN to return to the state. The YYSTATE alias is for lex
1397 BEGIN SC_YACC_COMMENT;
1444 token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE;
1479 token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE;
1494 token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE;
1544 token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE;
1554 token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE;
1604 token_type = PERCENT_UNION; BEGIN SC_PRE_COD
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dscan.l105 ^{WS} indented_code = true; BEGIN(CODEBLOCK);
114 BEGIN(CODEBLOCK);
124 BEGIN(SECT2PROLOG);
131 ^"%option" BEGIN(OPTION); return OPTION_OP;
141 BEGIN(PICKUPDEF);
170 ^"%}".*{NL} ++linenum; BEGIN(INITIAL);
178 BEGIN(INITIAL);
204 BEGIN(INITIAL);
211 {NL} ++linenum; BEGIN(INITIAL);
288 BEGIN(RECOVE
[all...]
H A Dinitscan.c78 * definition of BEGIN.
80 #define BEGIN yy_start = 1 + 2 * macro
83 * to BEGIN to return to the state. The YYSTATE alias is for lex
1585 indented_code = true; BEGIN(CODEBLOCK);
1614 BEGIN(CODEBLOCK);
1630 BEGIN(SECT2PROLOG);
1647 BEGIN(OPTION); return OPTION_OP;
1670 BEGIN(PICKUPDEF);
1741 ++linenum; BEGIN(INITIAL);
1755 BEGIN(INITIA
[all...]
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c131 * definition of BEGIN
133 #define BEGIN yy_start = 1 + 2 * macro
1372 indented_code = true; BEGIN(CODEBLOCK);
1380 ECHO; BEGIN(C_COMMENT);
1396 BEGIN(CODEBLOCK);
1408 BEGIN(SECT2PROLOG);
1416 checking_used = REALLY_USED; BEGIN(USED_LIST);
1422 checking_used = REALLY_NOT_USED; BEGIN(USED_LIST);
1424 checking_used = REALLY_NOT_USED; BEGIN(USED_LIST);
1458 BEGIN(XLATIO
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
H A DPemReader.java14 private static final String BEGIN = "-----BEGIN "; field in class:PemReader
27 if (line != null && line.startsWith(BEGIN))
29 line = line.substring(BEGIN.length());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternParser.cs50 if (ttype == TreePatternLexer.BEGIN) {
63 if (ttype != TreePatternLexer.BEGIN)
71 while (ttype == TreePatternLexer.BEGIN ||
75 if (ttype == TreePatternLexer.BEGIN) {
H A DTreePatternLexer.cs38 public const int BEGIN = 1; field in class:Antlr.Runtime.Tree.TreePatternLexer
88 return BEGIN;
/external/openssh/
H A Dmdoc2man.awk27 BEGIN {
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Ddebflex.awk5 # BEGIN section modified to correct a collection of rules.
16 BEGIN {
40 # break out of the awk BEGIN block.
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreePatternLexer.java32 public static final int BEGIN = 1; field in class:TreePatternLexer
83 return BEGIN;
H A DTreePatternParser.java47 if ( ttype==TreePatternLexer.BEGIN ) {
61 if ( ttype != TreePatternLexer.BEGIN ) {
62 throw new RuntimeException("no BEGIN");
69 while ( ttype==TreePatternLexer.BEGIN ||
74 if ( ttype==TreePatternLexer.BEGIN ) {
/external/openssl/crypto/des/t/
H A Dtest3 BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }
/external/elfutils/src/
H A Dldlex.l103 ^"#"ifdef/[[:space:]] { BEGIN (handle_ifdef ()); }
106 BEGIN (IGNORE); }
109 BEGIN (IGNORE); }
120 BEGIN (pop_state ());
128 BEGIN (handle_ifdef ());
132 BEGIN (pop_state ()); }
/external/ipsec-tools/src/racoon/
H A Dcftoken.l145 BEGIN S_INI;
151 <S_INI>privsep { BEGIN S_PRIV; YYDB; return(PRIVSEP); }
156 <S_PRIV>{ecl} { BEGIN S_INI; return(EOC); }
159 <S_INI>path { BEGIN S_PTH; YYDB; return(PATH); }
172 <S_PTH>{semi} { BEGIN S_INI; YYDB; return(EOS); }
178 <S_INI>identifier { BEGIN S_INF; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENTIFIER); }
179 <S_INF>{semi} { BEGIN S_INI; return(EOS); }
185 <S_INI>log { BEGIN S_LOG; YYDB; return(LOGGING); }
194 <S_LOG>{semi} { BEGIN S_INI; return(EOS); }
197 <S_INI>padding { BEGIN S_PA
[all...]
/external/elfutils/libcpu/
H A Di386_lex.l66 "%%" { BEGIN (MAIN); return kPERCPERC; }
/external/tcpdump/
H A Dpacketdat.awk0 BEGIN {
H A Dsend-ack.awk0 BEGIN {
H A Dmakemib59 BEGIN {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py58 BEGIN = 1 variable
111 return BEGIN
172 if self.ttype == BEGIN:
186 if self.ttype != BEGIN:
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
195 if self.ttype == BEGIN:
/external/openssl/apps/
H A DCA.pl.in180 $flag = 1 if (/^-----BEGIN.*$bound/) ;

Completed in 329 milliseconds

123