Home
last modified time | relevance | path

Searched refs:start_here (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h247 void hyphenate_line(int start_here = 0);
337 void possibly_break_line(int start_here = 0, int forced = 0);
H A Denv.cpp1979 void environment::hyphenate_line(int start_here) in hyphenate_line() argument
1984 if (start_here) in hyphenate_line()
2074 void environment::possibly_break_line(int start_here, int forced) in possibly_break_line() argument
2084 hyphenate_line(start_here); in possibly_break_line()
/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dline-header.c318 const gdb_byte *start_here = line_ptr; in dwarf_decode_line_header() local
325 lh->statement_program_end = start_here + lh->total_length; in dwarf_decode_line_header()
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dline-header.c318 const gdb_byte *start_here = line_ptr; in dwarf_decode_line_header() local
325 lh->statement_program_end = start_here + lh->total_length; in dwarf_decode_line_header()
/netbsd/external/gpl2/groff/dist/
H A DChangeLog.1171191 environment::hyphenate_line): Introducing `start_here' parameter.