Home
last modified time | relevance | path

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

/external/bc/include/
Dlex.h209 BcStatus bc_lex_comment(BcLex *l);
/external/bc/src/bc/
Dlex.c249 if (c2 =='*') s = bc_lex_comment(l); in bc_lex_token()
/external/bc/src/
Dlex.c56 BcStatus bc_lex_comment(BcLex *l) { in bc_lex_comment() function
/external/toybox/toys/pending/
Dbc.c2471 BcStatus bc_lex_comment(BcLex *l) { in bc_lex_comment() function
2811 if (c2 =='*') s = bc_lex_comment(l); in bc_lex_token()