Searched refs:text (Results 151 - 175 of 1156) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_chgat.c72 SetAttr(line->text[i], attr);
73 SetPair(line->text[i], color_pair);
H A Dlib_delch.c56 NCURSES_CH_T *end = &(line->text[win->_maxx]);
57 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]);
H A Dlib_instr.c59 NCURSES_CH_T *text = win->_line[row].text; local
66 cchar_t *cell = &(text[col]);
112 str[i++] = (char) CharOf(text[col]);
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[dy].text[d
[all...]
H A Dwresize.c43 FreeAndNull(data[length].text);
94 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx];
164 * corresponding text, depending on whether this is a window or a
183 && isWidecBase(win->_line[row].text[col])) {
188 ? win->_line[row].text[col]
192 s = win->_line[row].text;
201 } else if (pline != 0 && pline[win->_pary + row].text != 0) {
202 s = &pline[win->_pary + row].text[win->_parx];
221 new_lines[row].text
[all...]
/freebsd-current/sys/arm/arm/
H A Dcpufunc_asm.S48 .text
/freebsd-current/sys/dev/hyperv/vmbus/i386/
H A Dvmbus_vector.S40 .text
/freebsd-current/lib/libc/gen/
H A Dfmtmsg.c35 #define DFLT_MSGVERB "label:severity:text:action:tag"
48 fmtmsg(long class, const char *label, int sev, const char *text, argument
68 output = printfmt(msgverb, class, label, sev, text, action,
80 output = printfmt(DFLT_MSGVERB, class, label, sev, text,
113 const char *text, const char *act, const char *tag)
124 if (text != MM_NULLTXT)
125 size += strlen(text);
141 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
143 strlcat(output, text, siz
112 printfmt(char *msgverb, long class, const char *label, int sev, const char *text, const char *act, const char *tag) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp33 std::string text, std::string name,
37 std::string(ClangExpressionSourceCode::g_expression_prefix) + text +
48 text = "#line 1 \"" + std::string(result_path) + "\"\n" + text;
49 size_t bytes_written = text.size();
50 file.Write(text.c_str(), bytes_written);
51 if (bytes_written == text.size()) {
53 // function text with the next text containing the line directive.
55 std::string(ClangExpressionSourceCode::g_expression_prefix) + text
32 ClangUtilityFunction(ExecutionContextScope &exe_scope, std::string text, std::string name, bool enable_debugging) argument
[all...]
/freebsd-current/contrib/kyua/cli/
H A Dcmd_about.cpp45 #include "utils/text/regex.hpp"
54 namespace text = utils::text;
89 const text::regex filter = text::regex::compile(filter_re, 0);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dmuldi3.S11 .text
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S16 .text
H A Dbswapsi2.S12 .text
H A Dswitch16.S24 .text
H A Dswitch32.S24 .text
/freebsd-current/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp.c40 char text[100000] = {0}; variable
62 co1.len = sizeof(text);
63 co1.src = text;
87 if (memcmp(text, buf2, co2.dst_len))
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h56 .text; \
/freebsd-current/lib/libiscsiutil/
H A DMakefile7 SRCS= chap.c connection.c keys.c log.c pdu.c text.c utils.c
/freebsd-current/sys/tests/
H A Dktest_example.c71 char *text; member in struct:test1_attrs
78 { .type = 3, .off = _OUT(text), .cb = nlattr_get_string },
99 if (attrs->text != NULL)
100 KTEST_LOG(ctx, "Get '%s'", attrs->text);
/freebsd-current/sys/i386/bios/
H A Dsmapi_bios.S12 .text
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dout.t35 my $text = $template->fill_in();
39 is $text, $textOUT;
/freebsd-current/contrib/kyua/model/
H A Dcontext.cpp34 #include "utils/text/operations.ipp"
37 namespace text = utils::text;
143 % text::quote(object.cwd().str(), '\'');
154 % text::quote((*iter).second, '\'');
/freebsd-current/usr.bin/top/
H A Ddisplay.h12 void i_header(const char *text);
29 char *trim_header(const char *text);
34 void u_header(const char *text);
/freebsd-current/contrib/wpa/src/utils/
H A Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) argument
51 len = os_strlen(text);
54 if (strncmp(pending_completions[pos], text, len) == 0)
63 static char ** readline_completion(const char *text, int start, int end) argument
69 return rl_completion_matches(text, readline_completion_func);
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dresult.c37 const char ** text; member in struct:resulttable
43 static const char *text[ISC_R_NRESULTS] = { variable
134 table->text = txt;
155 result = register_table(ISC_RESULTCLASS_ISC, ISC_R_NRESULTS, text,
187 default_text = table->text[idx];
200 1, "(result code text not available)");

Completed in 421 milliseconds

1234567891011>>