Searched refs:bc_lex_comment (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dlex.h239 void bc_lex_comment(BcLex *l);
/freebsd-13-stable/contrib/bc/src/
H A Dbc_lex.c234 if (c2 =='*') bc_lex_comment(l);
H A Dlex.c55 void bc_lex_comment(BcLex *l) { function

Completed in 84 milliseconds