Searched refs:automaton (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h54 automaton = m;
58 sprintf((char *)ebuf,"Invalid automaton mode = %d ",m);
79 /* interactive version of automaton */
81 state = newstate = dfa_base[automaton];
95 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){
104 if ( state == dfa_base[automaton] ){
109 else { /* non-interactive version of automaton */
114 state = dfa_base[automaton];
122 if ( state == dfa_base[automaton] ){
161 /* MR1 */ automaton);
[all...]
H A DDLexerBase.cpp77 this->automaton = 0;
93 this->automaton = 0;
113 state->auto_num = automaton;
137 automaton = state->auto_num;
H A DDLexerBase.h141 int automaton; member in class:DLGLexerBase
153 void mode(int k); /* switch to automaton 'k' */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.h24 int match( NodePtr automaton, char *s );
H A Drexpr.c149 static int match(NodePtr automaton,char *s) argument
151 static int match(automaton, s)
152 NodePtr automaton;
158 if ( automaton == accept && *s == '\0' ) return 1; /* match */
160 for (p=automaton->arcs; p!=NULL; p=p->next) /* try all arcs */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 135 milliseconds