Searched refs:oline (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c155 struct ldat *oline = &win->_line[src_row]; local
157 if (oline->firstchar != _NOCHANGE) {
158 int last_src = oline->lastchar;
163 src_col = oline->firstchar;
173 if (isWidecExt(oline->text[src_col])) {
174 j = 1 + dst_col - WidecExt(oline->text[src_col]);
188 if (WidecExt(oline->text[j])) {
191 if (isWidecBase(oline->text[j])) {
258 if (!CharEq(oline->text[src_col], nline->text[dst_col])) {
259 nline->text[dst_col] = oline
[all...]
H A Dlib_pad.c222 register struct ldat *oline = &win->_line[i]; local
224 NCURSES_CH_T ch = oline->text[j];
233 SetChar(ch, L(' '), AttrOf(oline->text[j - 1]));
245 if (oline->oldindex < 0
264 oline->firstchar = oline->lastchar = _NOCHANGE;
265 if_USE_SCROLL_HINTS(oline->oldindex = i);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_alt.c118 char oline[256], htmp[5]; local
152 if (X509_NAME_oneline(gen->d.dirn, oline, 256) == NULL
153 || !X509V3_add_value("DirName", oline, &ret))
160 BIO_snprintf(oline, sizeof(oline),
163 oline[0] = 0;
167 strcat(oline, htmp);
169 strcat(oline, ":");
176 if (!X509V3_add_value("IP Address", oline, &ret))
181 i2t_ASN1_OBJECT(oline, 25
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c93 #define _nc_cgetent(buf, oline, db_array, name) cgetent(buf, db_array, name)
237 _nc_cgetent(char **buf, int *oline, char **db_array, const char *name) argument
241 return (_nc_getent(buf, &dummy, oline, 0, db_array, -1, name, 0, 0));
465 int diff, iret, tclen, oline; local
499 iret = _nc_getent(&icap, &ilen, &oline, current, db_array, fd,
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y82 | IPSL_CONTENT oline
93 oline: cline label
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.c678 char line[8192], oline[8192], ktype[128]; local
696 strlcpy(oline, line, sizeof(oline));
702 lineinfo.line = oline;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c3423 asection *oline;
3468 oline = NULL;
4084 if (oline != enclosing)
4092 oline = enclosing;
3417 asection *oline; local

Completed in 159 milliseconds