Home
last modified time | relevance | path

Searched refs:next_line (Results 151 – 175 of 2593) sorted by relevance

12345678910>>...104

/dports/graphics/synfig/synfig-1.2.2/autobuild/
H A Dgit2cl181 my $next_line = substr ($this_line, $idx);
194 $next_line =~ s/^\s*//;
202 $next_line = $1 . $next_line if (defined ($1));
207 $next_line = $user_indent . $next_line;
212 unshift (@lines, $next_line);
/dports/graphics/synfigstudio/synfig-1.2.2/autobuild/
H A Dgit2cl181 my $next_line = substr ($this_line, $idx);
194 $next_line =~ s/^\s*//;
202 $next_line = $1 . $next_line if (defined ($1));
207 $next_line = $user_indent . $next_line;
212 unshift (@lines, $next_line);
/dports/graphics/digikam/digikam-7.4.0/
H A Dgit2cl218 my $next_line = substr ($this_line, $idx);
231 $next_line =~ s/^\s*//;
239 $next_line = $1 . $next_line if (defined ($1));
244 $next_line = $user_indent . $next_line;
249 unshift (@lines, $next_line);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddisasm.c163 int next_line = 0; in do_mixed_source_and_assembly() local
227 if (mle[i].line >= next_line) in do_mixed_source_and_assembly()
229 if (next_line != 0) in do_mixed_source_and_assembly()
232 if (next_line == mle[i].line) in do_mixed_source_and_assembly()
237 print_source_lines (symtab, next_line, mle[i].line + 1, 0); in do_mixed_source_and_assembly()
242 for (; next_line < mle[i].line; next_line++) in do_mixed_source_and_assembly()
250 print_source_lines (symtab, next_line, next_line + 1, in do_mixed_source_and_assembly()
263 print_source_lines (symtab, next_line, mle[i].line + 1, 0); in do_mixed_source_and_assembly()
273 next_line = mle[i].line + 1; in do_mixed_source_and_assembly()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddisasm.c163 int next_line = 0; in do_mixed_source_and_assembly() local
227 if (mle[i].line >= next_line) in do_mixed_source_and_assembly()
229 if (next_line != 0) in do_mixed_source_and_assembly()
232 if (next_line == mle[i].line) in do_mixed_source_and_assembly()
237 print_source_lines (symtab, next_line, mle[i].line + 1, 0); in do_mixed_source_and_assembly()
242 for (; next_line < mle[i].line; next_line++) in do_mixed_source_and_assembly()
250 print_source_lines (symtab, next_line, next_line + 1, in do_mixed_source_and_assembly()
263 print_source_lines (symtab, next_line, mle[i].line + 1, 0); in do_mixed_source_and_assembly()
273 next_line = mle[i].line + 1; in do_mixed_source_and_assembly()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOFILETXT.cpp110 next_line(); in get_char()
133 char* FileTxt::next_line() in next_line() function in FileTxt
203 if( !next_line() ) // End of File in get_token()
265 next_line(); in read_line()
276 next_line(); in read_line()
296 next_line(); in read_paragraph()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-1.14.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-1.14.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tokio-1.14.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-1.11.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tokio-1.12.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-1.9.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-1.12.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-1.12.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-1.3.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-1.14.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/net/krill/krill-0.9.4/cargo-crates/tokio-1.12.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-1.12.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/www/zola/zola-0.15.2/cargo-crates/tokio-1.14.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap();
14 let b = assert_ok!(st.next_line().await).unwrap();
16 let b = assert_ok!(st.next_line().await).unwrap();
18 assert!(assert_ok!(st.next_line().await).is_none());
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/tokio-1.13.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-1.10.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()
/dports/www/xh/xh-0.14.1/cargo-crates/tokio-1.11.0/tests/
H A Dio_lines.rs12 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
14 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
16 let b = assert_ok!(st.next_line().await).unwrap(); in lines_inherent()
18 assert!(assert_ok!(st.next_line().await).is_none()); in lines_inherent()

12345678910>>...104