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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/
H A Dxorg-wrapper.c60 static int is_space(char c) function in typeref:typename:int
70 while (s[0] && is_space(s[0]))
75 while (i >= 0 && is_space(s[i])) {
/xsrc/external/mit/libX11/dist/src/
H A DXrm.c292 #define is_space(bits) ((bits) == SPACE) macro
1160 } while is_space(bits);
1186 while (is_space(bits = next_char(c, str))) {}
1191 while (is_space(bits = next_char(c, str))) {}
1254 if (!is_space(bits))
1261 } while (is_space(bits = next_char(c, str)));
1339 if (is_space(bits = next_char(c, str)))

Completed in 6 milliseconds