Searched refs:EOT (Results 1 – 25 of 46) sorted by relevance
12
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");
14 EOT = 0x04, enumerator103 static const uint8_t eot_buf = EOT; in upload_ymodem_write()
245 + At the end of each file, the sending program shall send EOT up to ten484 He did some clever programming to detect false ACK or EOT, but basically764 EOT781 EOT966 After the file contents and XMODEM EOT have been transmitted and1018 EOT1020 EOT1079 EOT1081 EOT1089 EOT[all …]
67 my $in = << 'EOT';73 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
7 EOT = 0x04 # ^D variable
104 elif ch == curses.ascii.EOT: # ^d
124 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOT, "<EOT>"); in initTokenSymbolTables()133 tokenIDToTypeMap.put("<EOT>", Utils.integer(Label.EOT)); in initTokenSymbolTables()
416 if ( t.label.getAtom()==Label.EOT ) { in predict()
319 label = Label.EOT; in build_EOFState()
101 if ( edge.label.getAtom()==Label.EOT ) { in walkFixedDFAGeneratingStateMachine()
680 if ( edge.label.getAtom()==Label.EOT ) { in generateSpecialState()707 if ( edge.label.getAtom()!=Label.EOT ) { in generateSpecialState()1289 if ( edge.label.getAtom()==Label.EOT ) { in canGenerateSwitch()
98 public static final byte EOT = 4; field in Ascii
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
28 | :const:`EOT` | End of transmission |
238 cat <<EOT240 EOT
249 cat <<EOT251 EOT
240 public static final MediaType EOT = createConstant(APPLICATION_TYPE, "vnd.ms-fontobject"); field in MediaType