OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lexstate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c
56
static void statement (
LexState
*ls);
57
static void expr (
LexState
*ls, expdesc *v);
60
static void anchor_token (
LexState
*ls) {
71
static l_noret semerror (
LexState
*ls, const char *msg) {
77
static l_noret error_expected (
LexState
*ls, int token) {
101
static int testnext (
LexState
*ls, int c) {
110
static void check (
LexState
*ls, int c) {
116
static void checknext (
LexState
*ls, int c) {
126
static void check_match (
LexState
*ls, int what, int who, int where) {
139
static TString *str_checkname (
LexState
*ls)
1620
LexState
lexstate
;
local
[
all
...]
/external/chromium_org/third_party/ply/
lex.py
124
self.
lexstate
= "INITIAL" # Current lexer state
270
self.
lexstate
= state
276
self.lexstatestack.append(self.
lexstate
)
289
return self.
lexstate
[
all
...]
Completed in 1640 milliseconds