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

/xsrc/external/mit/libX11/dist/src/
H A DSetLocale.c106 # define ENDCHAR ';' macro
111 # define ENDCHAR ';'
115 # define ENDCHAR '/'
147 if ((end = strchr (start, ENDCHAR))) {
158 } else /* if no ENDCHAR is found we are at the end of the line */
174 # undef ENDCHAR
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1171 #define ENDCHAR ';' macro
1176 #define ENDCHAR ';'
1180 #define ENDCHAR '/'
1217 if ((end = strchr(start, ENDCHAR))) {
1231 else /* if no ENDCHAR is found we are at the end of the line */
1246 #undef ENDCHAR

Completed in 4 milliseconds