| /trueos/contrib/ncurses/ncurses/widechar/ |
| HD | lib_box_set.c | 94 win->_line[0].text[i] = wts; in NCURSES_EXPORT() 95 win->_line[endy].text[i] = wbs; in NCURSES_EXPORT() 97 win->_line[endy].firstchar = win->_line[0].firstchar = 0; in NCURSES_EXPORT() 98 win->_line[endy].lastchar = win->_line[0].lastchar = endx; in NCURSES_EXPORT() 101 win->_line[i].text[0] = wls; in NCURSES_EXPORT() 102 win->_line[i].text[endx] = wrs; in NCURSES_EXPORT() 103 win->_line[i].firstchar = 0; in NCURSES_EXPORT() 104 win->_line[i].lastchar = endx; in NCURSES_EXPORT() 106 win->_line[0].text[0] = wtl; in NCURSES_EXPORT() 107 win->_line[0].text[endx] = wtr; in NCURSES_EXPORT() [all …]
|
| /trueos/contrib/ncurses/ncurses/base/ |
| HD | lib_box.c | 109 SetChar2(win->_line[0].text[i], wts); in wborder() 110 SetChar2(win->_line[endy].text[i], wbs); in wborder() 112 win->_line[endy].firstchar = win->_line[0].firstchar = 0; in wborder() 113 win->_line[endy].lastchar = win->_line[0].lastchar = endx; in wborder() 116 SetChar2(win->_line[i].text[0], wls); in wborder() 117 SetChar2(win->_line[i].text[endx], wrs); in wborder() 118 win->_line[i].firstchar = 0; in wborder() 119 win->_line[i].lastchar = endx; in wborder() 121 SetChar2(win->_line[0].text[0], wtl); in wborder() 122 SetChar2(win->_line[0].text[endx], wtr); in wborder() [all …]
|
| HD | lib_scroll.c | 86 memcpy(win->_line[line].text, in NCURSES_EXPORT() 87 win->_line[line + n].text, in NCURSES_EXPORT() 89 if_USE_SCROLL_HINTS(win->_line[line].oldindex = in NCURSES_EXPORT() 90 win->_line[line + n].oldindex); in NCURSES_EXPORT() 95 win->_line[line].text[j] = blank; in NCURSES_EXPORT() 96 if_USE_SCROLL_HINTS(win->_line[line].oldindex = _NEWINDEX); in NCURSES_EXPORT() 104 memcpy(win->_line[line].text, in NCURSES_EXPORT() 105 win->_line[line + n].text, in NCURSES_EXPORT() 107 if_USE_SCROLL_HINTS(win->_line[line].oldindex = in NCURSES_EXPORT() 108 win->_line[line + n].oldindex); in NCURSES_EXPORT() [all …]
|
| HD | lib_window.c | 77 win->_line[i].text = &(orig->_line[y++].text[x]); in mvderwin() 111 int left = wp->_line[y].firstchar; in wsyncup() 113 struct ldat *line = &(pp->_line[wp->_pary + y]); in wsyncup() 115 int right = wp->_line[y].lastchar + wp->_parx; in wsyncup() 147 if (pp->_line[win->_pary + y].firstchar >= 0) { /* parent changed */ in wsyncdown() 148 struct ldat *line = &(win->_line[y]); in wsyncdown() 150 int left = pp->_line[win->_pary + y].firstchar - win->_parx; in wsyncdown() 151 int right = pp->_line[win->_pary + y].lastchar - win->_parx; in wsyncdown() 242 memcpy(nwin->_line[i].text, win->_line[i].text, linesize); in dupwin() 243 nwin->_line[i].firstchar = win->_line[i].firstchar; in dupwin() [all …]
|
| HD | lib_overlay.c | 176 if ((CharOf(src->_line[sy].text[sx]) != L(' ')) && in copywin() 177 (!CharEq(dst->_line[dy].text[dx], in copywin() 178 src->_line[sy].text[sx]))) { in copywin() 179 dst->_line[dy].text[dx] = in copywin() 180 src->_line[sy].text[sx]; in copywin() 181 SetAttr(dst->_line[dy].text[dx], in copywin() 182 ((AttrOf(src->_line[sy].text[sx]) & in copywin() 187 if (!CharEq(dst->_line[dy].text[dx], in copywin() 188 src->_line[sy].text[sx])) { in copywin() 189 dst->_line[dy].text[dx] = in copywin() [all …]
|
| HD | wresize.c | 54 struct ldat *pline = cmp->_line; in repair_subwindows() 75 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx]; in repair_subwindows() 129 pline = win->_parent->_line; in wresize() 160 ? win->_line[row].text[col] in wresize() 164 s = win->_line[row].text; in wresize() 178 new_lines[row].firstchar = win->_line[row].firstchar; in wresize() 179 new_lines[row].lastchar = win->_line[row].lastchar; in wresize() 199 free(win->_line[row].text); in wresize() 203 free(win->_line[row].text); in wresize() 208 free(win->_line); in wresize() [all …]
|
| HD | lib_newwin.c | 100 FreeIfNeeded(win->_line[i].text); in _nc_freewin() 102 free(win->_line); in _nc_freewin() 138 win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns); in newwin() 139 if (win->_line[i].text == 0) { in newwin() 143 for (ptr = win->_line[i].text; in newwin() 144 ptr < win->_line[i].text + num_columns; in newwin() 190 win->_line[i].text = &orig->_line[begy++].text[begx]; in derwin() 234 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) { in _nc_makenew() 297 win->_line[i].firstchar = 0; in _nc_makenew() 298 win->_line[i].lastchar = num_columns - 1; in _nc_makenew() [all …]
|
| HD | lib_pad.c | 61 if_USE_SCROLL_HINTS(win->_line[i].oldindex = _NEWINDEX); in NCURSES_EXPORT() 62 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) { in NCURSES_EXPORT() 66 for (ptr = win->_line[i].text; ptr < win->_line[i].text + c; ptr++) in NCURSES_EXPORT() 203 register struct ldat *nline = &newscr->_line[m]; in pnoutrefresh() 204 register struct ldat *oline = &win->_line[i]; in pnoutrefresh() 232 register struct ldat *pline = &curscr->_line[nind]; in pnoutrefresh() 257 for (i = pminrow - 1; (i >= 0) && (win->_line[i].oldindex >= 0); i--) in pnoutrefresh() 258 win->_line[i].oldindex = _NEWINDEX; in pnoutrefresh() 260 && (win->_line[i].oldindex >= 0); i++) in pnoutrefresh() 261 win->_line[i].oldindex = _NEWINDEX; in pnoutrefresh()
|
| HD | lib_touch.c | 57 returnCode(win->_line[line].firstchar != _NOCHANGE ? TRUE : FALSE); in NCURSES_EXPORT() 69 if (win->_line[i].firstchar != _NOCHANGE) in is_wintouched() 87 win->_line[i].firstchar = changed ? 0 : _NOCHANGE; in wtouchln() 88 win->_line[i].lastchar = changed ? win->_maxx : _NOCHANGE; in wtouchln()
|
| HD | lib_erase.c | 59 start = win->_line[y].text; in NCURSES_EXPORT() 83 win->_line[y].firstchar = 0; in NCURSES_EXPORT() 84 win->_line[y].lastchar = win->_maxx; in NCURSES_EXPORT()
|
| HD | lib_bkgd.c | 134 if (CharEq(win->_line[y].text[x], old_bkgrnd)) { in wbkgrnd() 135 win->_line[y].text[x] = win->_nc_bkgd; in wbkgrnd() 137 NCURSES_CH_T wch = win->_line[y].text[x]; in wbkgrnd() 139 win->_line[y].text[x] = _nc_render(win, wch); in wbkgrnd()
|
| HD | lib_winch.c | 49 returnChar(CharOf(win->_line[win->_cury].text[win->_curx]) | in NCURSES_EXPORT() 50 AttrOf(win->_line[win->_cury].text[win->_curx])); in NCURSES_EXPORT()
|
| HD | lib_inchstr.c | 58 CharOf(win->_line[win->_cury].text[win->_curx + i]) | in NCURSES_EXPORT() 59 AttrOf(win->_line[win->_cury].text[win->_curx + i]); in NCURSES_EXPORT()
|
| HD | lib_addch.c | 256 line = win->_line + y; in waddch_literal() 299 chars = (win->_line[y].text[x - 1].chars); in waddch_literal() 301 chars = (win->_line[y - 1].text[win->_maxx].chars); in waddch_literal() 339 if (isWidecBase(win->_line[y].text[x + i])) { in waddch_literal() 341 } else if (isWidecExt(win->_line[y].text[x + i])) { in waddch_literal() 343 if (!isWidecExt(win->_line[y].text[x + j])) { in waddch_literal()
|
| HD | lib_redrawln.c | 74 len *= sizeof(curscr->_line[0].text[0]); in NCURSES_EXPORT() 79 memset(curscr->_line[crow].text + win->_begx, 0, len); in NCURSES_EXPORT()
|
| HD | lib_instr.c | 64 cchar_t *cell = &(win->_line[row].text[col]); in NCURSES_EXPORT() 102 str[i++] = (char) CharOf(win->_line[row].text[col]); in NCURSES_EXPORT()
|
| /trueos/contrib/ee/ |
| HD | new_curse.h | 153 struct _line { struct 154 struct _line *next_screen; argument 155 struct _line *prev_screen; argument 164 struct _line *top_of_win; argument 178 struct _line *first_line; 179 struct _line **line_array; 201 extern struct _line *Screenalloc P_((int columns)); 206 extern void clear_line P_((struct _line *line, int column, int cols)); 243 extern int Comp_line P_((struct _line *line1, struct _line *line2)); 244 extern struct _line *Insert_line P_((int row, int end_row, WINDOW *window)); [all …]
|
| HD | new_curse.c | 707 struct _line *orig, *dest; 1462 struct _line * 1467 struct _line *tmp; 1469 tmp = (struct _line *) malloc(sizeof (struct _line)); 1493 struct _line *temp_screen; 1508 Ntemp->line_array = (struct _line **) malloc(LINES * sizeof(struct _line *)); 2036 struct _line *line; in clear_line() 2061 struct _line *tmp; 2074 struct _line *tmp; 2091 struct _line *temp; [all …]
|
| /trueos/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracedmp.c | 58 if (CharOf(win->_line[i].text[j]) != L(' ') in NCURSES_EXPORT() 59 || AttrOf(win->_line[i].text[j]) != A_NORMAL in NCURSES_EXPORT() 60 || GetPair(win->_line[i].text[j]) != 0) { in NCURSES_EXPORT() 85 chtype test = CharOf(win->_line[n].text[j]); in NCURSES_EXPORT() 88 && (win->_line[n].text[j].chars[1] == 0) in NCURSES_EXPORT() 99 (long) win->_line[n].firstchar, in NCURSES_EXPORT() 100 (long) win->_line[n].lastchar, in NCURSES_EXPORT() 107 if (WidecExt(win->_line[n].text[j]) != 0) { in NCURSES_EXPORT() 114 int test = WidecExt(win->_line[n].text[j]); in NCURSES_EXPORT() 130 if (GetPair(win->_line[n].text[j]) != 0) { in NCURSES_EXPORT() [all …]
|
| /trueos/etc/rc.d/ |
| HD | bluetooth | 47 local _err _file _line _namespace 61 while read _line 63 case "$_line" in 69 if [ -z "$_line" ]; then 74 if expr "$_line" : "[a-zA-Z0-9_]*=" > /dev/null 2>&1; then 75 eval "${_namespace}${_line}" 77 warn "Unable to parse line \"$_line\" in $_file"
|
| HD | mdconfig | 46 _ret=`mount | while read _line; do 47 case ${_line} in
|
| HD | mdconfig2 | 47 _ret=`mount | while read _line; do 48 case ${_line} in
|
| /trueos/contrib/ncurses/ncurses/tty/ |
| HD | tty_update.c | 386 InsStr(newscr->_line[screen_lines - 1].text + screen_columns - 2, 1); in PutCharLR() 616 win->_line[row].firstchar = _NOCHANGE; \ 617 win->_line[row].lastchar = _NOCHANGE; \ 618 if_USE_SCROLL_HINTS(win->_line[row].oldindex = row) 701 NCURSES_CH_T *thisline = newscr->_line[i].text; in doupdate() 750 attr_t testattr = AttrOf(newscr->_line[m].text[n]); in doupdate() 767 NCURSES_CH_T *lastline = newscr->_line[m].text; in doupdate() 811 attr_t testattr = AttrOf(newscr->_line[p].text[q]); in doupdate() 814 RemAttr(newscr->_line[p].text[q], turnon); in doupdate() 883 if (newscr->_line[i].firstchar != _NOCHANGE in doupdate() [all …]
|
| /trueos/sys/dev/nxge/include/ |
| HD | xge-defs.h | 86 #define XGE_OS_MEMORY_CHECK_MALLOC(_vaddr, _size, _file, _line) { \ argument 104 g_malloc_arr[index_mem_chk].line = _line; \
|
| /trueos/contrib/sendmail/include/sm/ |
| HD | rpool.h | 144 int _line, 153 int _line,
|