Searched refs:last_p (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchiveReader.cpp167 const char* last_p = p; local
169 if (*p == '\n' && *last_p == '/') {
170 pathname.assign(namep, last_p - namep);
174 last_p = p;
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dchecker.c491 AST_field_ref_n_t *last_p; /* last_is ref for a dimension */
499 last_p = fattr_p->last_is_vec;
513 if (last_p != NULL)
515 last_p++;
516 if (last_p->valid)
486 AST_field_ref_n_t *last_p; /* last_is ref for a dimension */ local
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkFont.c2909 const char *p, *last_p, *glyphname;
2942 last_p = p;
2944 Tcl_UtfToExternal(interp, NULL, last_p, charsize, 0, NULL,
2880 const char *p, *last_p, *glyphname; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.c2789 CONST char *p, *last_p,*glyphname;
2824 last_p=p;
2826 Tcl_UtfToExternal(interp,NULL,last_p,charsize,0,NULL,one_char,4,
2761 CONST char *p, *last_p,*glyphname; local

Completed in 110 milliseconds