Searched refs:TRUE (Results 1 - 25 of 544) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dprivacy_allowed.c14 return (TRUE);
H A Daddr_srch.c48 * if addr is listed in addrlist, or addrlist is null, return TRUE.
61 return TRUE;
63 return TRUE;
66 return TRUE;
/osnet-11/usr/src/lib/libcurses/screen/
H A D_beep.c51 (void) _ring(TRUE);
H A D_echo.c51 return (_setecho(TRUE));
H A D_nonl.c51 return (_setnonl(TRUE));
H A D_qiflush.c51 _setqiflush(TRUE);
H A Dhas_colors.c50 return ((max_pairs == -1) ? FALSE : TRUE);
H A D_overlay.c51 return (_overlap(src, dst, TRUE));
H A D_touchline.c51 return (wtouchln(win, y, n, TRUE));
H A D_wclear.c51 win->_clear = TRUE;
H A Didcok.c50 win->_use_idc = (bf) ? TRUE : FALSE;
H A Dnotimeout.c48 win->_notimeout = (bf) ? TRUE : FALSE;
H A Dscrollok.c50 win->_scroll = (bf) ? TRUE : FALSE;
H A Dslk_restore.c53 SP->slk->_changed = TRUE;
H A Dtouchwin.c50 return (wtouchln(win, 0, win->_maxy, TRUE));
H A Dkeypad.c47 /* TRUE => special keys should be passed as a single value by getch. */
54 * bf, in case someone uses an odd number instead of 1 for TRUE
57 win->_use_keypad = (bf) ? TRUE : FALSE;
61 SP->kp_state = TRUE;
H A Dslk_touch.c59 slk->_lch[i] = TRUE;
60 slk->_changed = TRUE;
H A Dimmedok.c52 win->_immed = TRUE;
H A Dis_linetou.c55 return (TRUE);
H A Dendwin.c58 * The test below must stay at TRUE because the value of 2
62 if (SP && (SP->fl_endwin == TRUE))
63 return (TRUE);
74 if (SP->fl_endwin == TRUE) {
104 /* See comment above why this test is explicitly against TRUE. */
105 if (SP->fl_endwin == TRUE)
133 SP->fl_endwin = TRUE;
136 _endwin = TRUE;
139 curscr->_clear = TRUE;
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_private.h41 #ifndef TRUE
42 #define TRUE 1 macro
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmetad_svc_stubs.c110 return (TRUE);
121 return (TRUE);
132 return (TRUE);
143 return (TRUE);
154 return (TRUE);
165 return (TRUE);
176 return (TRUE);
187 return (TRUE);
198 return (TRUE);
209 return (TRUE);
[all...]
/osnet-11/usr/src/lib/libmail/common/
H A Dsetup_exec.c36 #define TRUE 1 macro
64 ignorespace = ((ignorespace == TRUE) ?
65 FALSE : TRUE);
72 stop = TRUE;
/osnet-11/usr/src/lib/libnisdb/
H A Dxdr_nullptr.c50 return (TRUE);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dkeyed_cksum.c42 return TRUE;

Completed in 95 milliseconds

1234567891011>>