Home
last modified time | relevance | path

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

/dports/math/gh-bc/bc-5.2.1/src/
H A Ddc_lex.c97 bool got_more; in dc_lex_string() local
107 got_more = false; in dc_lex_string()
133 if (!vm.eof && l->is_stdin) got_more = bc_lex_readLine(l); in dc_lex_string()
134 if (got_more) bc_vec_popAll(&l->str); in dc_lex_string()
137 } while (got_more && depth); in dc_lex_string()
H A Dbc_lex.c104 bool got_more; in bc_lex_string() local
112 got_more = false; in bc_lex_string()
121 got_more = bc_lex_readLine(l); in bc_lex_string()
123 } while (got_more && c != '"'); in bc_lex_string()
H A Dlex.c59 bool end = false, got_more; in bc_lex_comment() local
71 got_more = false; in bc_lex_comment()
86 if (!vm.eof && l->is_stdin) got_more = bc_lex_readLine(l); in bc_lex_comment()
95 } while (got_more && !end); in bc_lex_comment()
/dports/graphics/gegl/gegl-0.4.34/bin/
H A Dargvs.c235 int got_more; in string_chop_head() local
268 got_more = 0; in string_chop_head()
270 got_more = 1; in string_chop_head()
279 if (got_more) in string_chop_head()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dcontour3d.c.out81 int got_more;
418 got_more = maintain_active_list(&active_list_first,
425 got_more = maintain_active_list(&active_list_first,
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A DRRule.php784 $got_more = false;
788 while( !$this->finished && !$got_more && $loops++ < $loop_limit ) {
817 $got_more = true;
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstring.c3050 int status, got_more; in mz_locale_strcoll() local
3071 got_more = 0; in mz_locale_strcoll()
3089 if (got_more) { in mz_locale_strcoll()
3102 got_more = 1; in mz_locale_strcoll()
3104 got_more = 2; in mz_locale_strcoll()
3157 if (got_more) in mz_locale_strcoll()
3158 return ((got_more == 2) ? 1 : -1); in mz_locale_strcoll()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstring.c3050 int status, got_more; in mz_locale_strcoll() local
3071 got_more = 0; in mz_locale_strcoll()
3089 if (got_more) { in mz_locale_strcoll()
3102 got_more = 1; in mz_locale_strcoll()
3104 got_more = 2; in mz_locale_strcoll()
3157 if (got_more) in mz_locale_strcoll()
3158 return ((got_more == 2) ? 1 : -1); in mz_locale_strcoll()
/dports/lang/perl5.30/perl-5.30.3/
H A Dtoke.c1579 bool got_more; in Perl_lex_read_space() local
1586 got_more = lex_next_chunk(flags); in Perl_lex_read_space()
1590 if (!got_more) in Perl_lex_read_space()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dtoke.c1691 bool got_more; in Perl_lex_read_space() local
1698 got_more = lex_next_chunk(flags); in Perl_lex_read_space()
1702 if (!got_more) in Perl_lex_read_space()
/dports/lang/perl5.32/perl-5.32.1/
H A Dtoke.c1593 bool got_more; in Perl_lex_read_space() local
1600 got_more = lex_next_chunk(flags); in Perl_lex_read_space()
1604 if (!got_more) in Perl_lex_read_space()
/dports/lang/perl5.34/perl-5.34.0/
H A Dtoke.c1617 bool got_more; in Perl_lex_read_space() local
1624 got_more = lex_next_chunk(flags); in Perl_lex_read_space()
1628 if (!got_more) in Perl_lex_read_space()
/dports/graphics/gegl/gegl-0.4.34/operations/common/ctx/
H A Dctx.h44252 int got_more; local
44284 got_more = 0;
44286 got_more = 1;
44295 if (got_more)