Searched refs:as_is (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | err.c | 82 int as_is = 0; in err() local 105 as_is = 1; in err() 108 if (!as_is) { in err() 132 if (!as_is) { in err()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 512 __m_cc_replace(w, y, x, cc, as_is) in __m_cc_replace() argument 516 int as_is; 605 __m_cc_add(w, y, x, cc, as_is, yp, xp) in __m_cc_add() argument 609 int as_is, *yp, *xp; 616 w, y, x, cc, as_is, yp, xp 647 width = __m_cc_replace(w, y, x, cc, as_is); 656 x += __m_cc_replace(w, y, x, cc, as_is);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 518 const cchar_t *cc, int as_is) in __m_cc_replace() argument 633 const cchar_t *cc, int as_is, int *yp, int *xp) in __m_cc_add() argument 672 width = __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add() 682 x += __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add() 705 const cchar_t *cc, int as_is, int *yp, int *xp) in __m_cc_add_k() argument 718 width = __m_cc_replace(w, y, x, cc, as_is); in __m_cc_add_k()
|