Lines Matching defs:have
304 /* Xpoll.h and <sys/param.h> on glibc 2.1 systems have colliding NBBY's */
512 * about padding generally store the code in a short, which does not have
1407 "have the same size. If only a normal font is specified, it will be used for",
1748 TRACE(("...skipping, need %d vs have %d\n", need_value, have_value));
2019 * If we have a slash, we only care about the part after the slash,
2070 * xterm on /dev/pts/3 will have a ut_id of x003; an xterm on /dev/pts123
2071 * will have a ut_id of x123. Under the other convention, /dev/pts/3 would
2072 * have a ut_id of p3 and /dev/pts123 would have a ut_id of p123.
2748 /* Must be owner and have read/write permission.
2962 /* Realize procs have now been executed */
2973 /* In AIXV3, xterms started from /dev/console have CLOCAL set.
3268 * we might allocate. Used on those systems that do not have
3391 PTY_GOOD, /* c->p: we have a good pty, let's go on */
3411 /* the buffer is large enough that we can always have a trailing null */
3684 size_t have;
3690 have = (size_t) (t - s);
3692 if ((have >= want) && (*s != '#')) {
3693 char *p = (char *) malloc(have + 1);
3698 memcpy(p, s, have);
3699 p[have] = '\0';
4087 * may not have a controlling terminal at this point
4122 * the value from /dev/tty, so we will have something
4499 /* We have a new pty to try */
4531 will have bad values. Let's just get termio from the
4613 /* both SYSV and BSD have ltchars */
4680 /* both SYSV and BSD have ltchars */
4881 * - It needs to have our correct process id (for
5217 * If we have an explicit shell to run, make that set $SHELL.
5436 * Unfortunately, System V seems to have trouble divorcing the child process