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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-tcl.c420 t_separator, /* command separator: semicolon or newline */ enumerator in enum:word_type
743 wp->type = t_separator;
749 wp->type = t_separator;
815 Returns the type of the word that terminated the command: t_separator or
874 if (inner.type == t_separator || inner.type == t_bracket
958 if (terminator != t_separator)
H A Dx-sh.c431 t_separator, /* command separator: semicolon or newline */ enumerator in enum:word_type
749 wp->type = t_separator;
803 wp->type = (c == ';' ? t_separator : t_other);
1219 if (inner.type == t_separator
1322 if (terminator != t_separator)

Completed in 91 milliseconds