Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c55 #define CLOSE_BRACE '}' macro
665 case CLOSE_BRACE:
699 && !ISBLANK(ch) && ch != ';' && ch != CLOSE_BRACE && ch != '#') in read_label()
1153 if (ch == CLOSE_BRACE || ch == '#')
1223 if (ch == CLOSE_BRACE || ch == '#')
1244 if (ch == CLOSE_BRACE || ch == '#')
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1699 * sed/compile.c: Add OPEN_BRACE and CLOSE_BRACE macros for better