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

/xsrc/external/mit/libX11/dist/src/
H A DXrm.c289 #define next_char(ch,str) xrmtypes[(unsigned char)((ch) = *(++(str)))] macro
373 while (!is_EOF(bits = next_char(ch, tname))) {
409 while (!is_EOF(bits = next_char(ch, tname))) {
1159 bits = next_char(c, str);
1175 while (is_simple(bits = next_char(c, str))) {}
1186 while (is_space(bits = next_char(c, str))) {}
1191 while (is_space(bits = next_char(c, str))) {}
1198 bits = next_char(c, str);
1214 bits = next_char(c, str);
1240 bits = next_char(
[all...]

Completed in 3 milliseconds