Searched defs:text (Results 76 - 100 of 224) sorted by relevance

123456789

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dtex.cpp140 void tex_output::text(const position &center, text_piece *v, int n, double) function in class:tex_output
/freebsd-10.0-release/contrib/libreadline/
H A Dkill.c169 char *text; local
414 char *text; local
[all...]
H A Dreadline.h62 char *text; /* The text to insert, if undoing a delete. */ member in struct:undo_list
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp199 } text; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h66 bool insertAfterToken(SourceLocation loc, StringRef text, argument
70 bool insertBefore(SourceLocation loc, StringRef text) { argument
98 bool replace(SourceRange TokenRange, StringRef text) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp195 virtual void insert(SourceLocation loc, StringRef text) { argument
198 virtual void replace(CharSourceRange range, StringRef text) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp43 bool Commit::insert(SourceLocation loc, StringRef text, argument
111 bool Commit::replace(CharSourceRange range, StringRef text) { argument
160 bool Commit::replaceText(SourceLocation loc, StringRef text, argument
177 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, argument
322 canReplaceText(SourceLocation loc, StringRef text, FileOffset &Offs, unsigned &Len) argument
[all...]
H A DEditedSource.cpp123 StringRef text = getSourceText(BeginOffs, B, Invalid); local
134 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); local
53 commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
269 adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, SourceLocation Loc, FileOffset offs, unsigned &len, StringRef &text) argument
306 applyRewrite(EditsReceiver &receiver, StringRef text, FileOffset offs, unsigned len, const SourceManager &SM, const LangOptions &LangOpts) argument
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dhashmap.c115 hash(NCURSES_CH_T * text) argument
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntptime_config.c76 const char *text; member in struct:keyword
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c296 svn_parse_date(svn_boolean_t *matched, apr_time_t *result, const char *text, argument
224 words_match(apr_time_exp_t *expt, svn_boolean_t *localtz, apr_time_t now, const char *text, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.c162 char text[sizeof(options) * 3 + 1]; local
/freebsd-10.0-release/crypto/openssl/apps/
H A Dcrl.c113 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local
H A Ddsaparam.c115 int i,badops=0,text=0; local
H A Decparam.c128 badops = 0, text = 0, i, need_rand = 0, genkey = 0; local
/freebsd-10.0-release/lib/libc/posix1e/
H A Dmac.c306 mac_from_text(struct mac **mac, const char *text) argument
326 mac_to_text(struct mac *mac, char **text) argument
/freebsd-10.0-release/usr.bin/calendar/
H A Dcalendar.h129 char *text; member in struct:event
/freebsd-10.0-release/usr.sbin/mlxcontrol/
H A Dcommand.c60 char *text; member in struct:__anon11618
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.cpp144 impl::token::text(void) function in class:impl::token
[all...]
H A Dparser.hpp229 std::string text; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dpretty-print.c99 const char *text = pp_formatted_text (pp); local
208 pp_base_format (pretty_printer *pp, text_info *text) argument
579 pp_base_format_verbatim(pretty_printer *pp, text_info *text) argument
724 struct obstack *text = pp->buffer->obstack; local
744 text_info text; local
762 text_info text; local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dpch.c138 unsigned char *text; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmaint.c534 maintenance_do_deprecate (char *text, int deprecate) argument
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_acl.c824 archive_acl_parse_w(struct archive_acl *acl, const wchar_t *text, int default_type) argument
1054 archive_acl_parse_l(struct archive_acl *acl, const char *text, int default_type, struct archive_string_conv *sc) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp82 virtual void insert(SourceLocation loc, StringRef text) { argument
85 virtual void replace(CharSourceRange range, StringRef text) { argument

Completed in 297 milliseconds

123456789