Home
last modified time | relevance | path

Searched refs:BcLex (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbc.c406 typedef struct BcLex { struct
417 } BcLex; argument
443 BcLex l;
474 BcStatus bc_lex_token(BcLex *l);
2459 BcStatus bc_lex_invalidChar(BcLex *l, char c) { in bc_lex_invalidChar()
2464 void bc_lex_lineComment(BcLex *l) { in bc_lex_lineComment()
2469 BcStatus bc_lex_comment(BcLex *l) { in bc_lex_comment()
2496 void bc_lex_whitespace(BcLex *l) { in bc_lex_whitespace()
2502 BcStatus bc_lex_number(BcLex *l, char start) { in bc_lex_number()
2550 BcStatus bc_lex_name(BcLex *l) { in bc_lex_name()
[all …]