Home
last modified time | relevance | path

Searched refs:t_separator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-tcl.c419 t_separator, /* command separator: semicolon or newline */ enumerator
742 wp->type = t_separator; in read_word()
748 wp->type = t_separator; in read_word()
873 if (inner.type == t_separator || inner.type == t_bracket in read_command()
957 if (terminator != t_separator) in read_command_list()
H A Dx-sh.c430 t_separator, /* command separator: semicolon or newline */ enumerator
748 wp->type = t_separator; in read_word()
802 wp->type = (c == ';' ? t_separator : t_other); in read_word()
1218 if (inner.type == t_separator in read_command()
1321 if (terminator != t_separator) in read_command_list()