Home
last modified time | relevance | path

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

/system/core/sh/
Dinit.c281 #undef CLOSEBRACE
282 #define CLOSEBRACE '}' macro
573 #undef CLOSEBRACE
574 #define CLOSEBRACE '}' macro
861 #undef CLOSEBRACE
862 #define CLOSEBRACE '}' macro
Dparser.c76 #define CLOSEBRACE '}' macro
1285 if ((c = pgetc()) == CLOSEBRACE) in readtoken1()