Searched +defs:first +defs:line (Results 1 - 25 of 148) sorted by relevance

123456

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLdifWriter.cpp34 std::ostringstream line; local
90 void LdifWriter::breakline( const std::string &line, std::ostream &out ) argument
94 bool first = true; local
[all...]
/macosx-10.10.1/mail_cmds-30/from/
H A Dfrom.c151 match(const char *line, const char *sender) argument
153 char ch, pch, first; local
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DTextPosition.h47 static OrdinalNumber first() { return OrdinalNumber(0); } function in class:WTF::OrdinalNumber
60 TextPosition(OrdinalNumber line, OrdinalNumber column) argument
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp153 const std::string& line = *iter; local
77 format_paragraph(const std::string& text, const std::string& tag, const bool first, const bool repeat, const size_t col) argument
H A Dparser.cpp43 impl::parse_error::parse_error(size_t line, std::string msg) : argument
283 std::string line = he.name() + ": " + he.value(); local
291 os << line << "\n"; local
322 bool first = true; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTextEditor.js693 var start = {line: textRange.startLine, ch: textRange.startColumn}; property in class:start
694 var end = {line: textRange.endLine, ch: textRange.endColumn}; property in class:end
780 var first = 0; variable
1242 const start = {line: 0, ch: 0}; property
1243 const end = {line: this._codeMirror.lineCount() - 1}; property in class:const
1282 newSelectionAnchor = {line:mappedAnchorLocation.lineNumber, ch:mappedAnchorLocation.columnNumber}; property in class:newSelectionAnchor
1283 newSelectionHead = {line:mappedHeadLocation.lineNumber, ch:mappedHeadLocation.columnNumber}; property in class:newSelectionHead
1305 newSelectionAnchor = {line:mappedAnchorLocation.lineNumber, ch:mappedAnchorLocation.columnNumber}; property in class:newSelectionAnchor
1306 newSelectionHead = {line:mappedHeadLocation.lineNumber, ch:mappedHeadLocation.columnNumber}; property in class:newSelectionHead
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dsorted-doc.c49 struct line struct
52 char *line; /* text of the line */ member in struct:line
61 LINE *first; /* first line of doc text. */ member in struct:docstr
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducaconf.cpp187 int32_t line = 0; local
200 uint32_t first = 0; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dgetttyent.c95 int first; member in struct:seq
126 static char *line = NULL; local
[all...]
/macosx-10.10.1/adv_cmds-158/last/
H A Dlast.c266 char *line = bp->ut_line; local
343 static int first = 1; local
/macosx-10.10.1/cups-408/cups/man/
H A Dmantohtml.c54 char line[1024], /* Line from file */ local
163 int first = 1; local
772 html_alternate(const char *s, const char *first, const char *second, FILE *fp) argument
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dmime.c205 mime_filter_t *first = (mime_filter_t *)cupsArrayFirst(mime->filters); local
230 mime_type_t *first = (mime_type_t *)cupsArrayFirst(mime->types); local
659 char line[1024], /* Input line fro local
848 char line[32768], /* Input line from file */ local
[all...]
H A Dsubscriptions.c708 char line[1024], /* Line from file */ local
1241 cupsd_compare_subscriptions( cupsd_subscription_t *first, cupsd_subscription_t *second, void *unused) argument
[all...]
/macosx-10.10.1/network_cmds-457/ip6addrctl.tproj/
H A Dip6addrctl.c154 int plen, first = 1; local
207 char line[_POSIX2_LINE_MAX], *cp; local
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dinet6.c366 int first, i; local
856 register int i, first; local
1093 char line[80], *cp; local
1119 static char line[50]; local
1122 static int first = 1; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dvi.el[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dfill.el[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfollow.el[all...]
H A Dhippie-exp.el[all...]
H A Dsimple.el[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/tests/
H A Dt_api.c121 isc_boolean_t first; local
690 t_bustline(char *line, char **toks) { argument
730 int line; local
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-atalk.c544 static int first = 1; local
553 char line[256]; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkmakefile.c173 char line[BUFSIZ]; local
282 int nreqs, first = 1, isdup; local
596 char line[BUFSIZ]; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Daclparse.c2330 split( char *line, int splitchar, char **left, char **right ) argument
2814 int first = 1; local
[all...]
H A Dresult.c141 void rs_assert_(const char*file, unsigned line, const char*fn, const char*cond) argument
1176 int first = 1; local

Completed in 218 milliseconds

123456