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

/macosx-10.10/BerkeleyDB-21/db/os_vxworks/
H A Dos_vx_abs.c23 char *ptail; local
29 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
32 * If the routine used a device, then ptail points to the
35 if (ptail != path)
H A Dos_vx_rpath.c25 char *ptail; local
40 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
43 s = ptail;
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c5459 Node** ptail; member in struct:__anon12501
5533 *(iarg->ptail) = onig_node_new_alt(snode, NULL_NODE);
5534 CHECK_NULL_RETURN_MEMERR(*(iarg->ptail));
5535 iarg->ptail = &(NCDR((*(iarg->ptail))));
6026 iarg.ptail = &(iarg.alt_root);
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.y1552 %type <pl> parms ptail rawparms varargs_parms;
4513 rawparms : parm ptail {
4520 ptail : COMMA parm ptail { label

Completed in 134 milliseconds