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

123

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_winch.c49 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx])
50 | AttrOf(win->_line[win->_cury].text[win->_curx]));
H A Dlib_scroll.c86 memcpy(win->_line[line].text,
87 win->_line[line + n].text,
89 if_USE_SCROLL_HINTS(win->_line[line].oldindex =
90 win->_line[line + n].oldindex);
95 win->_line[line].text[j] = blank;
96 if_USE_SCROLL_HINTS(win->_line[line].oldindex = _NEWINDEX);
104 memcpy(win->_line[line].text,
105 win->_line[line + n].text,
107 if_USE_SCROLL_HINTS(win->_line[line].oldindex =
108 win->_line[lin
[all...]
H A Dlib_box.c110 SetChar2(win->_line[0].text[i], wts);
111 SetChar2(win->_line[endy].text[i], wbs);
113 win->_line[endy].firstchar = win->_line[0].firstchar = 0;
114 win->_line[endy].lastchar = win->_line[0].lastchar = endx;
117 SetChar2(win->_line[i].text[0], wls);
118 SetChar2(win->_line[i].text[endx], wrs);
119 win->_line[i].firstchar = 0;
120 win->_line[
[all...]
H A Dlib_erase.c59 start = win->_line[y].text;
83 win->_line[y].firstchar = 0;
84 win->_line[y].lastchar = win->_maxx;
H A Dlib_inchstr.c59 (chtype) CharOf(win->_line[win->_cury].text[win->_curx + i]) |
60 AttrOf(win->_line[win->_cury].text[win->_curx + i]);
H A Dlib_touch.c57 returnCode(win->_line[line].firstchar != _NOCHANGE ? TRUE : FALSE);
69 if (win->_line[i].firstchar != _NOCHANGE)
87 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE);
88 win->_line[i].lastchar = (NCURSES_SIZE_T) (changed
H A Dlib_window.c73 win->_line[i].text = &(orig->_line[y++].text[x]);
109 int left = wp->_line[y].firstchar;
111 struct ldat *line = &(pp->_line[wp->_pary + y]);
113 int right = wp->_line[y].lastchar + wp->_parx;
145 if (pp->_line[win->_pary + y].firstchar >= 0) { /* parent changed */
146 struct ldat *line = &(win->_line[y]);
148 int left = pp->_line[win->_pary + y].firstchar - win->_parx;
149 int right = pp->_line[win->_pary + y].lastchar - win->_parx;
244 memcpy(nwin->_line[
[all...]
H A Dlib_overlay.c192 if ((CharOf(src->_line[sy].text[sx]) != L(' ')) &&
193 (!CharEq(dst->_line[dy].text[dx],
194 src->_line[sy].text[sx]))) {
195 dst->_line[dy].text[dx] =
196 src->_line[sy].text[sx];
197 SetAttr(dst->_line[dy].text[dx],
198 ((AttrOf(src->_line[sy].text[sx]) &
203 if (!CharEq(dst->_line[dy].text[dx],
204 src->_line[sy].text[sx])) {
205 dst->_line[d
[all...]
H A Dwresize.c55 struct ldat *pline = cmp->_line;
79 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx];
133 pline = win->_parent->_line;
165 ? win->_line[row].text[col]
169 s = win->_line[row].text;
186 new_lines[row].firstchar = win->_line[row].firstchar;
187 new_lines[row].lastchar = win->_line[row].lastchar;
207 free(win->_line[row].text);
211 free(win->_line[row].text);
216 free(win->_line);
[all...]
H A Dlib_newwin.c116 FreeIfNeeded(win->_line[i].text);
118 free(win->_line);
162 win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns);
163 if (win->_line[i].text == 0) {
167 for (ptr = win->_line[i].text;
168 ptr < win->_line[i].text + num_columns;
232 win->_line[i].text = &orig->_line[begy++].text[begx];
287 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) {
336 * win->_line[
[all...]
H A Dlib_bkgd.c137 if (CharEq(win->_line[y].text[x], old_bkgrnd)) {
138 win->_line[y].text[x] = win->_nc_bkgd;
140 NCURSES_CH_T wch = win->_line[y].text[x];
142 win->_line[y].text[x] = _nc_render(win, wch);
H A Dlib_pad.c64 if_USE_SCROLL_HINTS(win->_line[i].oldindex = _NEWINDEX);
65 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
69 for (ptr = win->_line[i].text; ptr < win->_line[i].text + c; ptr++)
221 register struct ldat *nline = &NewScreen(sp)->_line[m];
222 register struct ldat *oline = &win->_line[i];
250 register struct ldat *pline = &CurScreen(sp)->_line[nind];
275 for (i = pminrow - 1; (i >= 0) && (win->_line[i].oldindex >= 0); i--)
276 win->_line[i].oldindex = _NEWINDEX;
278 && (win->_line[
[all...]
H A Dlib_redrawln.c77 len *= sizeof(CurScreen(sp)->_line[0].text[0]);
82 memset(CurScreen(sp)->_line[crow].text + win->_begx, 0, len);
H A Dlib_chgat.c63 struct ldat *line = &(win->_line[win->_cury]);
H A Dlib_clrbot.c61 struct ldat *line = &(win->_line[y]);
H A Dlib_clreol.c78 line = &win->_line[y];
H A Dlib_delch.c54 struct ldat *line = &(win->_line[win->_cury]);
H A Dlib_hline.c55 struct ldat *line = &(win->_line[win->_cury]);
H A Dlib_vline.c69 struct ldat *line = &(win->_line[end]);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c94 win->_line[0].text[i] = wts;
95 win->_line[endy].text[i] = wbs;
97 win->_line[endy].firstchar = win->_line[0].firstchar = 0;
98 win->_line[endy].lastchar = win->_line[0].lastchar = endx;
101 win->_line[i].text[0] = wls;
102 win->_line[i].text[endx] = wrs;
103 win->_line[i].firstchar = 0;
104 win->_line[
[all...]
H A Dlib_in_wch.c55 *wcval = win->_line[row].text[col];
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c58 if (CharOf(win->_line[i].text[j]) != L(' ')
59 || AttrOf(win->_line[i].text[j]) != A_NORMAL
60 || GetPair(win->_line[i].text[j]) != 0) {
87 chtype test = (chtype) CharOf(win->_line[n].text[j]);
90 && (win->_line[n].text[j].chars[1] == 0)
101 (long) win->_line[n].firstchar,
102 (long) win->_line[n].lastchar,
109 if (WidecExt(win->_line[n].text[j]) != 0) {
116 int test = WidecExt(win->_line[n].text[j]);
132 if (GetPair(win->_line[
[all...]
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h153 struct _line { struct
154 struct _line *next_screen;
155 struct _line *prev_screen;
164 struct _line *top_of_win;
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 *line
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dmutex.h130 isc_mutex_init_profile(isc_mutex_t *mp, const char * _file, int _line);
132 isc_mutex_lock_profile(isc_mutex_t *mp, const char * _file, int _line);
134 isc_mutex_unlock_profile(isc_mutex_t *mp, const char * _file, int _line);
/freebsd-11-stable/etc/rc.d/
H A Dbluetooth48 local _err _file _line _namespace
62 while read _line
64 case "$_line" in
70 if [ -z "$_line" ]; then
75 if expr "$_line" : "[a-zA-Z0-9_]*=" > /dev/null 2>&1; then
76 eval "${_namespace}${_line}"
78 warn "Unable to parse line \"$_line\" in $_file"

Completed in 99 milliseconds

123