HomeSort by: relevance | last modified time | path
    Searched defs:t_separator (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-sh.c 430 t_separator, /* command separator: semicolon or newline */ enumerator in enum:word_type
748 wp->type = t_separator;
802 wp->type = (c == ';' ? t_separator : t_other);
1218 if (inner.type == t_separator
1321 if (terminator != t_separator)
x-tcl.c 419 t_separator, /* command separator: semicolon or newline */ enumerator in enum:word_type
742 wp->type = t_separator;
748 wp->type = t_separator;
814 Returns the type of the word that terminated the command: t_separator or
873 if (inner.type == t_separator || inner.type == t_bracket
957 if (terminator != t_separator)

Completed in 16 milliseconds