Searched refs:got_more (Results 1 – 3 of 3) sorted by relevance
105 bool got_more; in dc_lex_string() local115 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()
108 bool got_more; in bc_lex_string() local116 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()
67 bool end = false, got_more; in bc_lex_comment() local79 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()