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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-sh.c502 CLOSING_BACKQUOTE
505 #define CLOSING_BACKQUOTE (3 * (UCHAR_MAX + 1) + '`') macro
517 whitespace or operator charcter), or OPENING_BACKQUOTE, CLOSING_BACKQUOTE,
551 return (nested_backquotes > 0 ? CLOSING_BACKQUOTE : OPENING_BACKQUOTE);
635 return CLOSING_BACKQUOTE;
715 'looking_for' denotes a parse terminator, either CLOSING_BACKQUOTE, ')'
786 if (looking_for == CLOSING_BACKQUOTE && c == CLOSING_BACKQUOTE)
1129 read_command_list (CLOSING_BACKQUOTE, context);
1134 if (c == CLOSING_BACKQUOTE)
[all...]

Completed in 33 milliseconds