HomeSort by: relevance | last modified time | path
    Searched refs:breakline (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
hbreak.exp 28 set breakline [gdb_get_line_number "break-at-exit"]
30 gdb_test "hbreak ${srcfile}:${breakline}" \
31 "Hardware assisted breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*${srcfile}, line ${breakline}\\." \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
hbreak.exp 28 set breakline [gdb_get_line_number "break-at-exit"]
30 gdb_test "hbreak ${srcfile}:${breakline}" \
31 "Hardware assisted breakpoint \[0-9\]+ at 0x\[0-9a-f\]+: file .*${srcfile}, line ${breakline}\\." \
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LdifWriter.h 24 void breakline( const std::string &line, std::ostream &out );
LdifWriter.cpp 44 this->breakline( line.str(), m_ldifstream );
57 this->breakline( line.str(), m_ldifstream );
90 void LdifWriter::breakline( const std::string &line, std::ostream &out ) function in class:LdifWriter
  /src/external/bsd/mdocml/dist/
html.c 468 int c, len, breakline, nospace; local
476 breakline = 0;
489 if (breakline &&
492 breakline = 0;
564 breakline = 1;
term.c 258 int breakline; /* Break at the end of this word. */ local
262 breakline = graph = 0;
287 if (breakline || vn > vtarget)
298 breakline = 1;
mdoc_markdown.c 512 int bs, sz, uc, breakline; local
529 breakline = 0;
625 breakline = 1;
674 if (breakline &&
677 breakline = 0;

Completed in 39 milliseconds