Searched refs:tokText (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontoken.c352 return token->tokText.text;
363 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)token->tokText.chars);
365 return token->tokText.text;
381 token->tokText.text = token->strFactory->newStr8(token->strFactory, (pANTLR3_UINT8)"<EOF>");
383 return token->tokText.text;
421 token->tokText.chars = (pANTLR3_UCHAR)text;
428 token->tokText.text->set8(token->tokText.text, (const char *)text);
448 token->tokText
[all...]
H A Dantlr3commontreeadaptor.c300 newToken->tokText.chars = (pANTLR3_UCHAR)text;
345 newToken->tokText.chars = fromToken->tokText.chars;
351 newToken->tokText.text = adaptor->strFactory->newPtr(adaptor->strFactory, text->chars, text->len);
H A Dantlr3commontreenodestream.c393 token->tokText.chars = (pANTLR3_UCHAR)"UP";
399 token->tokText.chars = (pANTLR3_UCHAR)"DOWN";
405 token->tokText.chars = (pANTLR3_UCHAR)"EOF";
411 token->tokText.chars = (pANTLR3_UCHAR)"INVALID";
897 token->tokText.chars = (pANTLR3_UCHAR)"DOWN";
911 token->tokText.chars = (pANTLR3_UCHAR)"UP";
H A Dantlr3lexer.c647 token->tokText.text = lexer->rec->state->text;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3commontoken.h168 /// Affects the union structure tokText below
188 tokText; member in struct:ANTLR3_COMMON_TOKEN_struct

Completed in 216 milliseconds