Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlinebreak.c640 char *seen_space = NULL; /* Was a space seen after the last non-space character? */ in u8_possible_linebreaks() local
657 seen_space = NULL; in u8_possible_linebreaks()
691 if (seen_space != NULL) in u8_possible_linebreaks()
693 q = seen_space; in u8_possible_linebreaks()
694 seen_space = seen_space2; in u8_possible_linebreaks()
703 seen_space2 = seen_space; in u8_possible_linebreaks()
704 seen_space = p; in u8_possible_linebreaks()
726 *q = (seen_space != NULL ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED); in u8_possible_linebreaks()
736 seen_space = NULL; in u8_possible_linebreaks()
754 char *seen_space = NULL; /* Was a space seen after the last non-space character? */ in u16_possible_linebreaks() local
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlinebreak.c640 char *seen_space = NULL; /* Was a space seen after the last non-space character? */ in u8_possible_linebreaks() local
657 seen_space = NULL; in u8_possible_linebreaks()
691 if (seen_space != NULL) in u8_possible_linebreaks()
693 q = seen_space; in u8_possible_linebreaks()
694 seen_space = seen_space2; in u8_possible_linebreaks()
703 seen_space2 = seen_space; in u8_possible_linebreaks()
704 seen_space = p; in u8_possible_linebreaks()
726 *q = (seen_space != NULL ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED); in u8_possible_linebreaks()
736 seen_space = NULL; in u8_possible_linebreaks()
754 char *seen_space = NULL; /* Was a space seen after the last non-space character? */ in u16_possible_linebreaks() local
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1997 int seen_space; member in html_printer
2208 int space = current_paragraph->retrieve_para_space() || seen_space; in emit_raw()
2230 seen_space = FALSE; in emit_raw()
2421 int space = current_paragraph->retrieve_para_space() || seen_space; in write_header()
2703 int space = current_paragraph->retrieve_para_space() || seen_space; in do_indent()
2780 current_paragraph->do_para("", seen_space); in do_fill()
2811 int space = current_paragraph->retrieve_para_space() || seen_space; in do_check_center()
2822 int space = current_paragraph->retrieve_para_space() || seen_space; in do_check_center()
2837 seen_space = seen_space || current_paragraph->retrieve_para_space(); in do_check_center()
2840 current_paragraph->do_para("", seen_space); in do_check_center()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp686 seen_space(0), in environment()
778 seen_space(e->seen_space), in environment()
1135 int seen_space = curenv->seen_space; in environment_switch() local
1139 curenv->seen_space = seen_space; in environment_switch()
2242 fprintf(stderr, SPACES "seen_space = %d\n", curenv->seen_space); in dump_troff_state()
2261 if (seen_space != 0) in construct_state()
2262 s->add_tag(MTSM_SP, seen_space); in construct_state()
2264 seen_space = 0; in construct_state()
2286 if (seen_space != 0) in construct_format_state()
2287 n->state->add_tag(MTSM_SP, seen_space); in construct_format_state()
[all …]
H A Ddiv.cpp107 curenv->seen_space = curdiv->saved_seen_space; in do_divert()
130 curdiv->saved_seen_space = curenv->seen_space; in do_divert()
134 curenv->seen_space = 0; in do_divert()
465 curenv->seen_space += n.to_units() in space()
H A Denv.h254 int seen_space;
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog639 `seen_space'.
643 `seen_space', `seen_eol', and `suppress_next_eol' while switching
1218 `seen_center', `next_center', `seen_space', `seen_break', `as'.
1304 (do_divert): Handle `seen_break', `seen_space', `seen_eol',
1306 (top_level_diversion::space): Handle `curenv->seen_space'.
1313 New variables `seen_space', `seen_eol', `suppress_next_eol',