Home
last modified time | relevance | path

Searched refs:breakline (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dhbreak.exp31 set breakline [gdb_get_line_number "break-at-exit"]
33 gdb_test "hbreak ${srcfile}:${breakline}" \
34 …"Hardware assisted breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*${srcfile}, line ${breakline}\\." \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dhbreak.exp31 set breakline [gdb_get_line_number "break-at-exit"]
33 gdb_test "hbreak ${srcfile}:${breakline}" \
34 …"Hardware assisted breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*${srcfile}, line ${breakline}\\." \
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLdifWriter.cpp44 this->breakline( line.str(), m_ldifstream ); in writeRecord()
57 this->breakline( line.str(), m_ldifstream ); in writeRecord()
90 void LdifWriter::breakline( const std::string &line, std::ostream &out ) in breakline() function in LdifWriter
H A DLdifWriter.h24 void breakline( const std::string &line, std::ostream &out );
/netbsd/external/bsd/mdocml/dist/
H A Dhtml.c429 int c, len, breakline, nospace; in print_encode() local
437 breakline = 0; in print_encode()
450 if (breakline && in print_encode()
453 breakline = 0; in print_encode()
522 breakline = 1; in print_encode()
H A Dterm.c259 int breakline; /* Break at the end of this word. */ in term_fill() local
263 breakline = graph = 0; in term_fill()
288 if (breakline || vn > vtarget) in term_fill()
299 breakline = 1; in term_fill()
H A Dmdoc_markdown.c505 int bs, sz, uc, breakline; in md_word() local
522 breakline = 0; in md_word()
616 breakline = 1; in md_word()
665 if (breakline && in md_word()
668 breakline = 0; in md_word()