OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newlines_convert
(Results
1 - 3
of
3
) sorted by null
/external/clearsilver/cgi/
html.h
28
int
newlines_convert
;
member in struct:_text_html_opts
html.c
318
if (opts->
newlines_convert
)
554
opts->
newlines_convert
= 1;
570
opts->
newlines_convert
= 1;
/external/clearsilver/python/
neo_cgi.c
416
static char *kwlist[] = {"text", "bounce_url", "url_class", "url_target", "mailto_class", "long_lines", "space_convert", "
newlines_convert
", "longline_width", "check_ascii_art", "link_name", NULL};
425
opts.
newlines_convert
= 1;
434
&(opts.
newlines_convert
), &(opts.longline_width), &(opts.check_ascii_art), &(opts.link_name)))
Completed in 26 milliseconds