Searched defs:line (Results 276 - 300 of 840) sorted by relevance

<<11121314151617181920>>

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp368 CommandObjectExpression::IOHandlerInputComplete (IOHandler &io_handler, std::string &line) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h118 uint32_t line; // An unsigned integer indicating a source line number. Lines are numbered beginning at 1. The compiler may emit the value 0 in cases where an instruction cannot be attributed to any source line. member in struct:DWARFDebugLine::Row
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp282 CompileUnit::FindLineEntry (uint32_t start_idx, uint32_t line, const FileSpec* file_spec_ptr, bool exact, LineEntry *line_entry_ptr) argument
313 ResolveSymbolContext( const FileSpec& file_spec, uint32_t line, bool check_inlines, bool exact, uint32_t resolve_scope, SymbolContextList &sc_list ) argument
[all...]
H A DSymbolVendor.cpp268 SymbolVendor::ResolveSymbolContext (const FileSpec& file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list) argument
/freebsd-10-stable/contrib/mdocml/
H A Dmain.c388 mmsg(enum mandocerr t, enum mandoclevel lvl, const char *file, int line, int col, const char *msg) argument
H A Dman.c237 man_node_alloc(struct man *m, int line, int pos, argument
256 man_elem_alloc(struct man *m, int line, int pos, enum mant tok) argument
269 man_tail_alloc(struct man *m, int line, int pos, enum mant tok) argument
282 man_head_alloc(struct man *m, int line, int pos, enum mant tok) argument
295 man_body_alloc(struct man *m, int line, in argument
308 man_block_alloc(struct man *m, int line, int pos, enum mant tok) argument
320 man_word_alloc(struct man *m, int line, int pos, const char *word) argument
395 man_descope(struct man *m, int line, int offs) argument
419 man_ptext(struct man *m, int line, char *buf, int offs) argument
[all...]
H A Dman_validate.c360 int line, pos; local
[all...]
H A Dmdoc.c427 node_alloc(struct mdoc *m, int line, int pos, argument
454 mdoc_tail_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) argument
467 mdoc_head_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) argument
483 mdoc_body_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) argument
496 mdoc_endbody_alloc(struct mdoc *m, int line, int pos, enum mdoct tok, struct mdoc_node *body, enum mdoc_endbody end) argument
512 mdoc_block_alloc(struct mdoc *m, int line, int pos, enum mdoct tok, struct mdoc_arg *args) argument
544 mdoc_elem_alloc(struct mdoc *m, int line, int pos, enum mdoct tok, struct mdoc_arg *args) argument
569 mdoc_word_alloc(struct mdoc *m, int line, int pos, const char *p) argument
709 mdoc_ptext(struct mdoc *m, int line, char *buf, int offs) argument
[all...]
H A Dmdoc_argv.c280 mdoc_argv(struct mdoc *m, int line, enum mdoct tok, argument
416 mdoc_zargs(struct mdoc *m, int line, int *pos, char *buf, char **v) argument
423 mdoc_args(struct mdoc *m, int line, int *pos, char *buf, enum mdoct tok, char **v) argument
452 args(struct mdoc *m, int line, int *pos, char *buf, enum argsflag fl, char **v) argument
646 argv_multi(struct mdoc *m, int line, struct mdoc_argv *v, int *pos, char *buf) argument
672 argv_opt_single(struct mdoc *m, int line, struct mdoc_argv *v, int *pos, char *buf) argument
695 argv_single(struct mdoc *m, int line, struct mdoc_argv *v, int *pos, char *buf) argument
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c618 _nc_ripoffline(int line, in argument
638 ripoffline(int line, int (*init) (WINDOW *, int)) argument
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c447 char line[BUFSIZ], *st; local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c42 int line = 0; variable
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dlog.c661 log_err( SCR *sp, char *file, int line) argument
[all...]
/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_msg.c231 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) argument
393 vs_output(SCR *sp, mtype_t mtype, const char *line, int llen) argument
[all...]
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dinit.c293 char *line = NULL; local
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dibsysstat.c188 char line[1024] = {0}, *s, *e; local
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn_config.c396 char line[1024]; local
[all...]
/freebsd-10-stable/contrib/pf/libevent/
H A Dbuffer.c208 char *line; local
/freebsd-10-stable/contrib/sendmail/src/
H A Dalias.c650 char line[BUFSIZ]; local
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Ddefun.c342 char *line; local
[all...]
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dtrace.c122 unsigned int line; member in struct:bfd_data
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c54 char line[200]; /* input line buffer */ variable
/freebsd-10-stable/crypto/heimdal/kadmin/
H A Dload.c369 int line; local
[all...]
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dmit_dump.c219 char line [2048]; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Drkpty.c86 static char line[256] = { 0 }; variable
[all...]

Completed in 133 milliseconds

<<11121314151617181920>>