HomeSort by: relevance | last modified time | path
    Searched refs:ENDCHAR (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
SetLocale.c 106 # define ENDCHAR ';'
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/
Intrinsic.c 1171 #define ENDCHAR ';'
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 19 milliseconds