Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dlex.h491 struct BcLex;
498 typedef void (*BcLexNext)(struct BcLex* l);
501 typedef struct BcLex struct
529 } BcLex; argument
536 bc_lex_init(BcLex* l);
545 bc_lex_free(BcLex* l);
553 bc_lex_file(BcLex* l, const char* file);
562 bc_lex_text(BcLex* l, const char* text, BcMode mode);
570 bc_lex_next(BcLex* l);
577 bc_lex_lineComment(BcLex* l);
[all …]
H A Ddc.h62 dc_lex_token(BcLex* l);
73 dc_lex_negCommand(BcLex* l);
H A Dparse.h157 BcLex l;
H A Dbc.h119 bc_lex_token(BcLex* l);
/freebsd/contrib/bc/src/
H A Dlex.c46 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()
156 bc_lex_num(BcLex* l, char start, bool int_only) in bc_lex_num()
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()
[all …]
H A Ddc_lex.c44 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()
H A Dbc_lex.c50 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()