Searched refs:text (Results 51 - 75 of 831) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_inchstr.c58 CharOf(win->_line[win->_cury].text[win->_curx + i]) |
59 AttrOf(win->_line[win->_cury].text[win->_curx + i]);
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c94 win->_line[0].text[i] = wts;
95 win->_line[endy].text[i] = wbs;
101 win->_line[i].text[0] = wls;
102 win->_line[i].text[endx] = wrs;
106 win->_line[0].text[0] = wtl;
107 win->_line[0].text[endx] = wtr;
108 win->_line[endy].text[0] = wbl;
109 win->_line[endy].text[endx] = wbr;
/freebsd-10.0-release/contrib/ntp/include/
H A Dcopyright.def8 text = "see html/copyright.html";
/freebsd-10.0-release/tools/regression/p1003_1b/
H A Dprutil.c13 void quit(const char *text) argument
15 err(errno, text);
/freebsd-10.0-release/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) {
85 chtype test = CharOf(win->_line[n].text[j]);
88 && (win->_line[n].text[j].chars[1] == 0)
107 if (WidecExt(win->_line[n].text[j]) != 0) {
114 int test = WidecExt(win->_line[n].text[j]);
130 if (GetPair(win->_line[n].text[j]) != 0) {
137 int pair = GetPair(win->_line[n].text[j]);
160 if (AttrOf(win->_line[n].text[
[all...]
/freebsd-10.0-release/bin/sh/
H A Dexpand.h38 char *text; member in struct:strlist
55 #define EXP_SPLIT_LIT 0x20 /* IFS split literal text ${v+-a b c} */
/freebsd-10.0-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundixf.S18 .text
46 .text
/freebsd-10.0-release/contrib/dialog/
H A Dprogressbox.c34 WINDOW *text; member in struct:__anon818
40 * Return current line of text.
87 * Print a new line of text.
204 WINDOW *dialog, *text; local
239 /* Create window for text region, used for scrolling text */
240 text = dlg_sub_window(dialog,
256 obj->text = text;
258 dlg_attr_clear(text, thig
[all...]
/freebsd-10.0-release/contrib/dialog/samples/
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
13 It's like a simple text file viewer, with these keys implemented:
30 The following is a sample text file:
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
13 It's like a simple text file viewer, with these keys implemented:
30 The following is a sample text file:
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dtext.h21 char *text; member in struct:text_piece
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUtilityFunction.cpp36 /// @param[in] text
37 /// The text of the function. Must be a full translation unit.
40 /// The name of the function, as used in the text.
42 ClangUtilityFunction::ClangUtilityFunction (const char *text, argument
48 if (text && text[0])
49 m_function_text.append (text);
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.h66 void log(StringRef text) { argument
67 consumer.log(text);
69 LogBuilder logf(StringRef text) { argument
70 return LogBuilder(consumer, text);
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibcheckwidth.in70 text="`eval $netcmd`"
72 echo "$text" | awk '
H A Dibclearcounters.in60 text="`eval $netcmd`"
62 echo "$text" | awk '
H A Dibclearerrors.in64 text="`eval $netcmd`"
66 echo "$text" | awk '
/freebsd-10.0-release/gnu/usr.bin/groff/src/devices/grohtml/
H A DMakefile4 SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp
/freebsd-10.0-release/lib/libc/amd64/gen/
H A Dfabs.S34 .text
/freebsd-10.0-release/lib/libc/arm/sys/
H A DOvfork.S45 .text
/freebsd-10.0-release/lib/libc/powerpc/
H A DSYS.h37 .text; \
43 .text; \
53 .text; \
62 .text; \
/freebsd-10.0-release/lib/libstand/powerpc/
H A D_setjmp.S6 .text
/freebsd-10.0-release/sys/amd64/amd64/
H A Dsigtramp.S35 .text
/freebsd-10.0-release/sys/amd64/vmm/
H A Dvmm_support.S35 .text
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dui.cpp40 #include "text.hpp"
42 #include "text.hpp"
59 width = atf::text::to_type< size_t >(cols);
78 format_paragraph(const std::string& text, argument
84 PRE(text.find('\n') == std::string::npos);
99 std::vector< std::string > words = atf::text::split(text, " ");
136 impl::format_text(const std::string& text) argument
138 return format_text_with_tag(text, "", false, 0);
142 impl::format_text_with_tag(const std::string& text, cons argument
[all...]
/freebsd-10.0-release/share/examples/ppp/
H A Dlogin-auth48 text .l.prompt -width $pwidth -height 1 -relief flat;
52 text .l.value -width $vwidth -height 1;
59 text .p.prompt -width $pwidth -height 1 -relief flat;
70 button .b.ok -default active -text "Ok" -takefocus 0 -command {done};
72 button .b.cancel -default normal -text "Cancel" -takefocus 0 -command {exit 1};

Completed in 205 milliseconds

1234567891011>>