Searched defs:automaton (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
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.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 36 milliseconds