HomeSort by relevance Sort by last modified time
    Searched refs:lex (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 49 ESR_ReturnCode LA_Analyze(LexicalAnalyzer *lex, LCHAR *script)
51 if (lex == NULL || script == NULL)
58 lex->nextToken = lex->script = script;
62 ESR_ReturnCode LA_Free(LexicalAnalyzer *lex)
64 if (lex == NULL)
69 FREE(lex);
74 ESR_ReturnCode LA_nextToken(LexicalAnalyzer *lex, LCHAR *tokenBuf, size_t* tokenLen)
79 while (LISSPACE(*lex->nextToken))
80 ++lex->nextToken
    [all...]
  /external/grub/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/libffi/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/bison/build-aux/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
ylwrap 2 # ylwrap - wrapper for lex/yacc invocations.
48 Wrapper for lex/yacc invocations, renaming files as desired.
169 # We want to use the real output file name, not yy.lex.c for
  /external/dbus/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/genext2fs/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/libpng/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
  /external/elfutils/config/
missing 72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
216 lex|flex)
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
  /external/strace/
missing 87 flex create \`lex.yy.c', if possible, from existing .c
89 lex create \`lex.yy.c', if possible, from existing .c
233 lex|flex)
239 rm -f lex.yy.c
246 cp "$SRCFILE" lex.yy.c
251 if [ ! -f lex.yy.c ]; then
252 echo 'main() { return 0; }' >lex.yy.c
  /bootable/recovery/edify/
Android.mk 10 # "-x c" forces the lex/yacc files to be compiled as c;
  /external/webkit/JavaScriptCore/runtime/
LiteralParser.h 82 return lex(m_currentToken);
91 TokenType lex(LiteralParserToken&);
  /system/core/libcutils/
config_utils.c 232 static int lex(cstate *cs, int value)
240 #define lex(cs,v) _lex(cs,v) macro
248 switch(lex(cs, 0)){
272 switch(lex(cs, 1)) {
274 if(lex(cs, 0) != T_TEXT)
300 switch(lex(&cs, 0)) {
  /external/qemu/android/
config.c 259 static int lex(cstate *cs, int value)
267 #define lex(cs,v) _lex(cs,v) macro
276 switch(lex(cs, 0)){
297 switch(lex(cs, 1)) {
299 if(lex(cs, 0) != T_TEXT) return -1;
325 switch(lex(&cs, 0)){
  /external/webkit/JavaScriptCore/parser/
Lexer.h 50 int lex(void* lvalp, void* llocp);
142 return static_cast<JSGlobalData*>(globalData)->lexer->lex(lvalp, llocp);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 48 LexicalHandler lex,
52 setLexHandler(lex);
ToTextSAXHandler.java 67 public ToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)
69 super(hdlr, lex, encoding);
ToXMLSAXHandler.java 482 LexicalHandler lex,
485 super(handler, lex, encoding);
  /external/v8/test/mjsunit/
array-sort.js 84 var lex = %SmiLexicographicCompare(x, y);
85 if (lex < 0) lex = -1;
86 if (lex > 0) lex = 1;
87 assertEquals(lex, (x == y) ? 0 : ((x + "") < (y + "") ? -1 : 1), x + " < " + y);
  /external/svox/pico/lib/
picowa.c 66 /* lex knowledge base */
67 picoklex_Lex lex; member in struct:wa_subobj
105 /* kb lex */
106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
107 if (wa->lex == NULL) {
111 PICODBG_DEBUG(("got lex"));
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
309 ensured for user lex too */
344 /* set lex pos in info1 *
    [all...]
picosa.c 86 2. lex-index lookup and G2P (both directions possible, left-to-right done):
229 /* lex knowledge base */
230 picoklex_Lex lex; member in struct:sa_subobj
402 /* kb lex */
403 sa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
404 if (sa->lex == NULL) {
408 PICODBG_DEBUG(("got lex"));
735 picoklex_Lex lex,
742 if (picoklex_lexIndLookup(lex, &(sa->cbuf1[sa->headx[ind].cind + 1]),
1197 picoklex_Lex lex; local
    [all...]
  /external/webkit/WebCore/xml/
XPathParser.h 72 int lex(void* yylval);
  /external/iproute2/tc/
Makefile 3 m_ematch.o emp_ematch.yacc.o emp_ematch.lex.o
87 LEX := flex
117 %.lex.c: %.l
118 $(LEX) $(LEXFLAGS) -o$@ $<
  /external/webkit/WebCore/css/
CSSParser.h 226 int lex(void* yylval);
229 int lex();
  /external/e2fsprogs/lib/ss/
Makefile.in 74 MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o
76 MKCMDSFILES= mk_cmds.c utils.c options.c ct.y cmd_tbl.lex.l
78 MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c

Completed in 528 milliseconds

1 2 3