| /freebsd-head/contrib/ncurses/ncurses/base/ |
| HD | lib_touch.c | 61 returnCode(win->_line[line].firstchar != _NOCHANGE ? TRUE : FALSE); in NCURSES_EXPORT() 73 if (win->_line[i].firstchar != _NOCHANGE) in is_wintouched() 92 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE); in wtouchln()
|
| HD | wresize.c | 209 new_lines[row].firstchar = win->_line[row].firstchar; in wresize() 214 if (new_lines[row].firstchar < begin) in wresize() 215 new_lines[row].firstchar = (NCURSES_SIZE_T) begin; in wresize() 217 new_lines[row].firstchar = 0; in wresize()
|
| HD | lib_window.c | 111 int left = wp->_line[y].firstchar; in wsyncup() 147 if (pp->_line[win->_pary + y].firstchar >= 0) { /* parent changed */ in wsyncdown() 150 int left = pp->_line[win->_pary + y].firstchar - win->_parx; in wsyncdown() 247 nwin->_line[i].firstchar = win->_line[i].firstchar; in dupwin()
|
| HD | lib_box.c | 114 win->_line[endy].firstchar = win->_line[0].firstchar = 0; in wborder() 125 win->_line[i].firstchar = 0; in wborder()
|
| HD | lib_refresh.c | 166 if (oline->firstchar != _NOCHANGE) { in wnoutrefresh() 172 src_col = oline->firstchar; in wnoutrefresh() 284 oline->firstchar = oline->lastchar = _NOCHANGE; in wnoutrefresh()
|
| HD | lib_erase.c | 88 win->_line[y].firstchar = 0; in NCURSES_EXPORT()
|
| HD | lib_pad.c | 271 oline->firstchar = oline->lastchar = _NOCHANGE; in pnoutrefresh()
|
| HD | lib_newwin.c | 357 win->_line[i].firstchar = 0; in NCURSES_SP_NAME()
|
| /freebsd-head/contrib/ncurses/ncurses/widechar/ |
| HD | lib_box_set.c | 98 win->_line[endy].firstchar = win->_line[0].firstchar = 0; in NCURSES_EXPORT() 104 win->_line[i].firstchar = 0; in NCURSES_EXPORT()
|
| /freebsd-head/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_debugfs.c | 238 char firstchar; in debugfs_trace_write() local 240 if (copy_from_user(&firstchar, buffer, 1) != 0) in debugfs_trace_write() 243 switch (firstchar) { in debugfs_trace_write()
|
| /freebsd-head/sys/contrib/openzfs/module/lua/ |
| HD | lparser.h | 117 Dyndata *dyd, const char *name, int firstchar);
|
| HD | llex.h | 74 TString *source, int firstchar);
|
| HD | llex.c | 157 int firstchar) { in luaX_setinput() argument 160 ls->current = firstchar; in luaX_setinput()
|
| HD | lparser.c | 1624 Dyndata *dyd, const char *name, int firstchar) { in luaY_parser() argument 1636 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar); in luaY_parser()
|
| /freebsd-head/contrib/lua/src/ |
| HD | llex.h | 83 TString *source, int firstchar);
|
| HD | lparser.h | 168 Dyndata *dyd, const char *name, int firstchar);
|
| HD | llex.c | 168 int firstchar) { in luaX_setinput() argument 171 ls->current = firstchar; in luaX_setinput()
|
| HD | lparser.c | 1943 Dyndata *dyd, const char *name, int firstchar) { in luaY_parser() argument 1959 luaX_setinput(L, &lexstate, z, funcstate.f->source, firstchar); in luaY_parser()
|
| /freebsd-head/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 778 NCURSES_SIZE_T firstchar; /* first changed character in the line */ member 1528 if (line->firstchar == _NOCHANGE) \ 1529 line->firstchar = line->lastchar = (NCURSES_SIZE_T) (col); \ 1530 else if ((col) < line->firstchar) \ 1531 line->firstchar = (NCURSES_SIZE_T) (col); \ 1536 if (line->firstchar == _NOCHANGE \ 1537 || line->firstchar > (start)) \ 1538 line->firstchar = (NCURSES_SIZE_T) (start); \ 1544 if (line->firstchar == _NOCHANGE \ 1545 || line->firstchar > (start)) \ [all …]
|
| /freebsd-head/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracedmp.c | 102 (long) win->_line[n].firstchar, in NCURSES_EXPORT()
|
| /freebsd-head/contrib/ncurses/ncurses/win32con/ |
| HD | win32_driver.c | 338 win->_line[row].firstchar = _NOCHANGE; \ 447 x0 = NewScreen(sp)->_line[y].firstchar; in wcon_doupdate()
|
| HD | win_driver.c | 427 win->_line[row].firstchar = _NOCHANGE; \ 542 x0 = NewScreen(sp)->_line[y].firstchar; in wcon_doupdate()
|
| /freebsd-head/contrib/ncurses/ncurses/tty/ |
| HD | tty_update.c | 731 win->_line[row].firstchar = _NOCHANGE; \ 1033 if (NewScreen(SP_PARM)->_line[i].firstchar != _NOCHANGE in TINFO_DOUPDATE() 1034 || CurScreen(SP_PARM)->_line[i].firstchar != _NOCHANGE) { in TINFO_DOUPDATE()
|
| HD | hashmap.c | 105 # define PENDING(sp,n) (NewScreen(sp)->_line[n].firstchar != _NOCHANGE)
|
| /freebsd-head/contrib/ncurses/include/ |
| HD | curses.h.in | 437 * this value is used in the firstchar and lastchar fields to mark
|