Lines Matching defs:have

436  * On entry, we have peeked at the event queue and see a configure-notify
730 * default theme. Testing seems to show that we only have to provide this
1189 * input queue. That lets a user have access to any of the control sequences
1210 size_t have = (size_t) (VTbuffer->last - VTbuffer->buffer);
1212 if ((have - used) + need < (size_t) BUF_SIZE) {
2203 * Note: When called for user logging, we have ensured that the real and
2282 we might have missed the termination of our screen child.
2341 * done through escape sequences.... You have been warned.
3101 size_t have = strlen(spec);
3103 if (have == 0 || have > MAX_U_STRING) {
3105 printf("color (ignored, length %lu)\n", (unsigned long) have);
3154 /* ensure that we have a value for each of the colors */
3619 * that we'd have a small set of colors we use over and over, and that
4011 * work better with shell scripts, which may have trouble reading an
4128 * Check if we have data when we want, and not when we do not want it.
4338 * Parse one nibble of a hex byte from the OSC string. We have removed the
4417 * interspersing with control characters, but have the string already.
4742 * VT510 and VT520 reference manual have the same explanation for Pn (params),
4869 /* shouldn't have nulls in the string */
6148 * If we're running in UTF-8 mode, and have not been told that the
6311 * "dynamic" colors that might have been retrieved using OSC 10-18.
6669 * If we do not have unsetenv(), make consistent updates for environ[].
6734 * to have to do a realloc().
6756 unsigned have = ENV_HUNK(envindex);
6758 if (need > have) {
6765 memmove(newenv, environ, have * sizeof(*newenv));
7347 /* we have nothing more to save */
7594 * If we already have the font-choice option, do not add it again.