Searched refs:BcLex (Results 1 – 7 of 7) sorted by relevance
491 struct BcLex;501 typedef struct BcLex struct529 } BcLex; argument536 bc_lex_init(BcLex* l);545 bc_lex_free(BcLex* l);570 bc_lex_next(BcLex* l);577 bc_lex_lineComment(BcLex* l);584 bc_lex_comment(BcLex* l);591 bc_lex_whitespace(BcLex* l);609 bc_lex_name(BcLex* l);[all …]
62 dc_lex_token(BcLex* l);73 dc_lex_negCommand(BcLex* l);
157 BcLex l;
119 bc_lex_token(BcLex* l);
46 bc_lex_invalidChar(BcLex* l, char c) in bc_lex_invalidChar()53 bc_lex_lineComment(BcLex* l) in bc_lex_lineComment()63 bc_lex_comment(BcLex* l) in bc_lex_comment()127 bc_lex_whitespace(BcLex* l) in bc_lex_whitespace()141 bc_lex_commonTokens(BcLex* l, char c) in bc_lex_commonTokens()206 bc_lex_number(BcLex* l, char start) in bc_lex_number()258 bc_lex_name(BcLex* l) in bc_lex_name()280 bc_lex_init(BcLex* l) in bc_lex_init()288 bc_lex_free(BcLex* l) in bc_lex_free()304 bc_lex_next(BcLex* l) in bc_lex_next()[all …]
44 dc_lex_negCommand(BcLex* l) in dc_lex_negCommand()56 dc_lex_register(BcLex* l) in dc_lex_register()101 dc_lex_string(BcLex* l) in dc_lex_string()177 dc_lex_token(BcLex* l) in dc_lex_token()
50 bc_lex_identifier(BcLex* l) in bc_lex_identifier()102 bc_lex_string(BcLex* l) in bc_lex_string()159 bc_lex_assign(BcLex* l, BcLexType with, BcLexType without) in bc_lex_assign()170 bc_lex_token(BcLex* l) in bc_lex_token()