Lines Matching defs:lix
5601 unsigned i, lix;5619 lix = 0;5622 if (lix < (sizeof lexbuf) - 1)5623 lexbuf [lix++] = ' ';5625 for (; lix < (sizeof lexbuf) - 1 && (lix & 7); lix++)5626 lexbuf [lix] = ' ';5629 lexbuf [lix] = 0;5645 IGNORE_RET (write (STDERR_FILENO, lexbuf, lix));
Indexes created Sun Apr 05 00:22:41 UTC 2026