Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-sh.c483 is_operator_start (int c) in is_operator_start() function
800 if (is_operator_start (c)) in read_word()
1158 && (is_whitespace (c) || is_operator_start (c))) in read_word()