Searched defs:tail (Results 176 - 200 of 262) sorted by relevance

1234567891011

/macosx-10.10/vim-55/src/
H A Dmessage.c3799 char_u *tail = gettail_sep(fname); local
H A Dos_msdos.c1457 char_u *tail; local
[all...]
H A Dquickfix.c230 char_u *tail = NULL; local
H A Dtag.c3433 char_u *p, *tail, *start; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c727 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail) argument
814 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) argument
880 ready_event_wfq(struct dn_pipe *p, struct mbuf **head, struct mbuf **tail) argument
1016 struct mbuf *head = NULL, *tail = NULL; local
1157 struct mbuf *head = NULL, *tail = NULL; local
1526 struct mbuf *head = NULL, *tail = NULL; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c3547 mbuf_t mb, tail; local
3572 mbuf_t mb, tail; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccapitst.c3238 static const UChar tail[] = {0xDC07,0x0000};/* second half of \U00060007 */ local
3340 char tail[] local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DASTBuilder.h325 PropertyListNode* createPropertyList(const JSTokenLocation& location, PropertyNode* property, PropertyListNode* tail) { return new (m_vm) PropertyListNode(location, property, tail); } argument
335 ClauseListNode* createClauseList(ClauseListNode* tail, CaseClauseNode* clause) { return new (m_vm) ClauseListNode(tail, clause); } argument
535 ConstDeclNode* appendConstDecl(const JSTokenLocation& location, ConstDeclNode* tail, const Identifier* name, ExpressionNode* initializer) argument
H A DParser.cpp682 TreeConstDeclList tail = 0; local
1006 TreeClauseList tail = clauseList; local
1188 TreeFormalParameterList tail = list; local
1818 TreePropertyList tail = propertyList; local
1865 TreePropertyList tail = propertyList; local
1925 typename TreeBuilder::ElementList tail = elementList; local
2084 TreeArgumentsList tail = argList; local
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/GObject/
H A DWebKitDOMTestObj.cpp1495 void webkit_dom_test_obj_variadic_string_method(WebKitDOMTestObj* self, const gchar* head, const gchar* tail) argument
1507 void webkit_dom_test_obj_variadic_double_method(WebKitDOMTestObj* self, gdouble head, gdouble tail) argument
1515 void webkit_dom_test_obj_variadic_node_method(WebKitDOMTestObj* self, WebKitDOMNode* head, WebKitDOMNode* tail) argument
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-hppa.c2641 asection *tail = *list; local
[all...]
H A Dmmo.c335 mmo_data_list_type *tail; member in struct:mmo_section_data_struct
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c448 struct debug_name **tail; member in struct:debug_namespace
/macosx-10.10/emacs-93/emacs/src/
H A Dbuffer.c223 Lisp_Object tail; variable
251 register Lisp_Object tail; local
285 register Lisp_Object tail, buf, tem; variable
313 register Lisp_Object tail, buf, tem; local
442 struct Lisp_Overlay *result = NULL, *tail = NULL; local
959 register Lisp_Object tail; local
1239 register Lisp_Object tail, buf, notsogood, tem, pred, add_ons; variable
1813 register Lisp_Object tail, valcontents; local
2162 struct Lisp_Marker *tail, *markers; variable in typeref:struct:Lisp_Marker
2557 struct Lisp_Overlay *tail; local
2700 struct Lisp_Overlay *tail; local
2847 struct Lisp_Overlay *tail; local
3193 struct Lisp_Overlay *prev, *tail, *next; local
3389 struct Lisp_Overlay *tail, *parent; local
3529 struct Lisp_Overlay *tail = bp->overlays_before, *parent = NULL, *right_pair; local
4127 Lisp_Object tail, buffer; variable
4223 struct Lisp_Overlay *tail; local
4372 struct Lisp_Overlay *tail; local
[all...]
H A Deditfns.c367 struct Lisp_Overlay *tail; local
[all...]
H A Dfns.c200 Lisp_Object tail, halftail, length; variable
557 register Lisp_Object tail; local
1453 register Lisp_Object tail; variable
1500 register Lisp_Object tail; variable
1682 register Lisp_Object tail, prev; variable
1807 Lisp_Object tail, prev; variable
1835 register Lisp_Object prev, tail, next; variable
1908 register Lisp_Object tail; local
2007 Lisp_Object tail, halftail; variable
2048 register Lisp_Object tail, prev; variable
2093 Lisp_Object tail; variable
2123 register Lisp_Object tail, prev; variable
3001 register Lisp_Object tail, tem, val; variable
3044 register Lisp_Object tail; local
[all...]
H A Dgtkutil.c327 Lisp_Object tail; local
H A Dlread.c1082 Lisp_Object tail; local
1160 Lisp_Object string, tail, encoded_fn; local
1305 register Lisp_Object tail, prev, newelt; local
3120 Lisp_Object val, tail; local
3466 Lisp_Object tail, following; variable
3498 register Lisp_Object tail; local
3558 register Lisp_Object tail; local
[all...]
H A Dmacfns.c3387 Lisp_Object tail, result; variable
H A Dmacmenu.c594 Lisp_Object tail; local
619 Lisp_Object tail, item, item1; local
[all...]
/macosx-10.10/rsync-45/rsync/
H A Drsync.h639 struct filter_struct *tail; member in struct:filter_list_struct
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dyaml.h1200 yaml_token_t *tail; member in struct:yaml_parser_s::__anon12353
1637 yaml_event_t *tail; member in struct:yaml_emitter_s::__anon12365
/macosx-10.10/ruby-106/ruby/
H A Dregexec.c3088 const UChar *tail; local
3144 const UChar *tail; local
3193 const UChar *tail; local
3247 const UChar *tail; local
3292 const UChar *tail; local
3351 const UChar *tail; local
3395 const UChar *tail; local
3451 const UChar *tail; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclBasic.c1825 const char *tail; local
1981 const char *tail; local
6969 const char *tail = name + strlen(name); local
[all...]
H A DtclVar.c951 const char *tail; local
3910 register char *tail; local
4017 char *varName, *tail, *cp; local
[all...]

Completed in 502 milliseconds

1234567891011