Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddc_lex.c105 bool got_more; in dc_lex_string() local
115 got_more = false; in dc_lex_string()
148 got_more = bc_lex_readLine(l); in dc_lex_string()
151 if (got_more) in dc_lex_string()
157 while (got_more && depth); in dc_lex_string()
H A Dbc_lex.c108 bool got_more; in bc_lex_string() local
116 got_more = false; in bc_lex_string()
131 got_more = bc_lex_readLine(l); in bc_lex_string()
134 while (got_more && c != '"'); in bc_lex_string()
H A Dlex.c67 bool end = false, got_more; in bc_lex_comment() local
79 got_more = false; in bc_lex_comment()
102 got_more = bc_lex_readLine(l); in bc_lex_comment()
113 while (got_more && !end); in bc_lex_comment()