HomeSort by relevance Sort by last modified time
    Searched refs:lex_state (Results 1 - 2 of 2) sorted by null

  /external/u-boot/cmd/
pxe.c 873 enum lex_state { enum
969 static void get_token(char **p, struct token *t, enum lex_state state)
    [all...]
  /external/mksh/src/
lex.c 59 typedef struct lex_state { struct
62 struct lex_state *base;
82 } Lex_state;
92 Lex_state *base;
93 Lex_state *end;
106 static Lex_state *push_state_i(State_info *, Lex_state *);
107 static Lex_state *pop_state_i(State_info *, Lex_state *);
200 Lex_state states[STATE_BSIZE], *statep, *s2, *base
    [all...]

Completed in 166 milliseconds