Lines Matching full:space
21 * 1. An empty line (containing no characters, or only space or tab
26 * Key code value, followed by one or more space or tab characters.
27 * Display value, followed by one or more space or tab characters.
28 * Number value, followed by one or more space or tab characters.
29 * Base value, followed by one or more space or tab characters.
30 * Caps value, followed by one or more space or tab characters.
31 * Fn value, followed by one or more space or tab characters.
32 * Caps_fn value, followed by one or more space or tab characters.
42 * SPACE 0x20 0x20 0x20 0x20 0xEF01 0xEF01
115 { "SPACE", kKeyCodeSpace },
305 /* Skips space separators in a string.
306 * str - string to advance past space separators.
308 * not a space separator. Note that this routine may return
310 * space separators.
320 /* Advances string to the first space separator character.
322 * Returns pointer to the first space separator character in the string.
324 * characters in the string were not space separators.
349 // Advance to next space.