Searched refs:linelength (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLdifWriter.cpp93 std::string::size_type linelength = 76; local
96 if ( line.length() >= linelength )
104 out << line.substr(pos, linelength) << std::endl;
105 pos += linelength;
109 linelength--; //account for the leading space
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dhtml-table.h101 int linelength; member in class:html_table
116 html_indent (simple_output *op, int ind, int pageoffset, int linelength);
119 void get_reg (int *ind, int *pageoffset, int *linelength);
H A Dhtml-text.h72 int indentation, int pageoffset, int linelength,
111 int linelength; /* current line length */ member in class:html_text
H A Dhtml-table.cpp242 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE)
286 linelength = linelen;
289 if (c->right > linelength) {
290 c->right = linelength;
298 add_column(p->no+1, p->right, linelength, 'L');
308 return linelength - columns->left;
310 return linelength;
335 if (linelength > 0) {
364 return linelength;
723 * a line length of linelength
726 html_indent(simple_output *op, int ind, int pageoffset, int linelength) argument
778 get_reg(int *ind, int *pageoffset, int *linelength) argument
[all...]
H A Dpost-html.cpp1978 int linelength; member in class:html_printer
2191 do_indent(get_troff_indent(), pageoffset, linelength); local
2216 current_paragraph->do_para(&html, "align=left", get_troff_indent(), pageoffset, linelength, space);
2219 current_paragraph->do_para(&html, "align=right", get_troff_indent(), pageoffset, linelength, space);
2504 current_paragraph->do_para(&html, "", get_troff_indent(), pageoffset, linelength, space);
2707 linelength = linelen;
2956 next_linelength = linelength;
3184 return( abs(abs(left-pageoffset) - abs(pageoffset+linelength-right))
4177 linelength(0),
4220 linelength
4505 do_indent(get_troff_indent(), pageoffset, linelength); local
[all...]
H A Dhtml-text.cpp49 current_indentation(-1), pageoffset(-1), linelength(-1),
/macosx-10.10/pcre-7/pcre/
H A Dpcregrep.c973 size_t length, linelength; local
984 linelength = t - ptr - endlinelength;
985 length = multiline? (size_t)(endptr - ptr) : linelength;
1195 the end of the matched string is found, so we adjust linelength and the
1215 linelength = endmatch - ptr - ellength;
1232 fwrite(ptr + offsets[last], 1, linelength - offsets[last], stdout);
1258 fwrite(ptr + last_offset, 1, (linelength + endlinelength) - last_offset,
1264 else fwrite(ptr, 1, linelength + endlinelength, stdout);
1274 lastmatchrestart = ptr + linelength + endlinelength;
1293 linelength
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhttp.c2423 size_t linelength=0; local
2425 &linelength);
2431 result = Curl_add_buffer(req_buffer, contentType, linelength);

Completed in 153 milliseconds