Searched refs:_line (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/tools/test/netfibs/
H A Dforwarding.sh597 local _n _reply _line _edge _type _fib _count _rc _ec _status
620 while read _line; do
621 print_debug "_line == ${_line}"
622 _edge=${_line%% *}
623 _line=${_line#* }
624 _type=${_line%% *}
625 _line=${_line#* }
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c97 # define OLDTEXT(sp,n) CurScreen(sp)->_line[n].text
98 # define NEWTEXT(sp,m) NewScreen(sp)->_line[m].text
100 # define PENDING(sp,n) (NewScreen(sp)->_line[n].firstchar != _NOCHANGE)
H A Dhardscroll.c93 above are actually maintained as _line[].oldindex fields in the window
177 # define OLDNUM(sp,n) NewScreen(sp)->_line[n].oldindex
H A Dlib_mvcur.c164 #define WANT_CHAR(sp, y, x) NewScreen(sp)->_line[y].text[x] /* desired state */
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h325 #define VXGE_OS_MEMORY_CHECK_MALLOC(_vaddr, _size, _file, _line) { \
341 g_malloc_arr[i].line = _line; \
347 #define VXGE_OS_MEMORY_CHECK_FREE(_vaddr, _size, _file, _line) { \
/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh310 _line=
329 while read _line ; do
330 eval echo "$_line"
/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.priv.h169 struct ldat* line = &(pan2->win->_line[y - PSTARTY(pan2)]);\
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c529 struct ldat *ptr = &(CurScreen(SP_PARM)->_line[y]);
/freebsd-11-stable/stand/lua/
H A Dconfig.lua160 local function _realCheck(_line, _pattern)
161 return _line:match(_pattern)
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c291 cchar_t *data = &(win->_line[y].text[x]);
313 cchar_t *data = &(win->_line[y].text[x]);
/freebsd-11-stable/contrib/sendmail/src/
H A Dsendmail.h1248 int _line,

Completed in 109 milliseconds

123