HomeSort by: relevance | last modified time | path
    Searched defs:Lex_state (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
lex.c 20 typedef struct lex_state Lex_state;
21 struct lex_state { struct
50 Lex_state *base; /* used to point to next state block */
56 Lex_state *base;
57 Lex_state *end;
69 static Lex_state *push_state_ ARGS((State_info *si, Lex_state *old_end));
70 static Lex_state *pop_state_ ARGS((State_info *si, Lex_state *old_end))
    [all...]

Completed in 12 milliseconds