Searched refs:EOT (Results 1 – 25 of 58) sorted by relevance
123
100 // must check EOT, which is like the else clause.101 // eot[s]>=0 indicates that an EOT edge goes to another103 if ( eot[s]>=0 ) { // EOT Transition to accept state?104 if ( debug ) trace("EOT transition");108 // which assumed here that the EOT edge always110 // what about predicated edges coming from EOT121 if ( eot[s]>=0 ) { // EOT Transition?122 if ( debug ) trace("EOT transition");131 // not in range and not EOF/EOT, must be invalid symbol
90 // must check EOT, which is like the else clause.91 // eot[s]>=0 indicates that an EOT edge goes to another94 if ( debug > 2 ) NSLog(@"EOT transition");98 // which assumed here that the EOT edge always100 // what about predicated edges coming from EOT112 if (eot[s] >= 0) {// EOT transition? we may still accept the input in the next state113 if ( debug > 2 ) NSLog(@"EOT transition");
67 my $in = << 'EOT';73 EOT
139 * must check EOT, which is like the else clause.140 * eot[s]>=0 indicates that an EOT edge goes to another160 /* EOT Transition?
162 patch -p1 <<EOT heredoc171 EOT
71 public static final int EOT = -2; field in Label87 public static final int MIN_ATOM_VALUE = EOT;
236 Label EOTLabel = new Label(Label.EOT); in findNewDFAStatesAndAddDFATransitions()423 if ( label.getAtom()==Label.EOT ) { in addTransition()425 oldTransition.label = new Label(Label.EOT); in addTransition()429 if ( oldTransition.label.getAtom()!=Label.EOT ) { in addTransition()879 if ( c.context.parent!=null && edgeLabel.label==Label.EOT ) { in reach()916 Label eot = new Label(Label.EOT); in convertToEOTAcceptState()
233 edge.label.getAtom()==Label.EOT ) in optimizeEOTBranches()
185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) { in LOOK()
597 if ( label.getAtom()==Label.EOT ) {610 if ( atoms[a]==Label.EOT ) {
9 EOT = [1, 2].freeze constant in DFASubclass
9 cat >&2 <<EOT heredoc25 EOT
7 EOT = 0x04 # ^D variable
116 elif ch == curses.ascii.EOT: # ^d
131 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOT, "<EOT>"); in initTokenSymbolTables()140 tokenIDToTypeMap.put("<EOT>", Utils.integer(Label.EOT)); in initTokenSymbolTables()
418 if ( t.label.getAtom()==Label.EOT ) { in predict()
34 #define EOT 0x04 macro295 case EOT: in xyzModem_get_hdr()
101 if ( edge.label.getAtom()==Label.EOT ) { in walkFixedDFAGeneratingStateMachine()
675 if ( edge.label.getAtom()==Label.EOT ) { in generateSpecialState()702 if ( edge.label.getAtom()!=Label.EOT ) { in generateSpecialState()1319 if ( edge.label.getAtom()==Label.EOT ) { in canGenerateSwitch()
98 public static final byte EOT = 4; field in Ascii
60 #define EOT 4 /* sender end of block transfer */ macro450 rc = kwboot_tty_send_char(tty, EOT); in kwboot_xmodem()
912 EOT = unpack( 1, -1, 1, 11, 14, -1, 1, 11, 1, 20, 1, 11, 2, -1, 1, constant in ANTLR3.Template.GroupFile.Lexer.DFA12
27 | :const:`EOT` | End of transmission |