Home
last modified time | relevance | path

Searched refs:pPLOC (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c3648 typedef struct _pipeloc* pPLOC; typedef
3651 pPLOC next;
3654 static pPLOC head_PLOC = 0;
3659 pPLOC p, pnext; in free_pipelocs()
3660 pPLOC *pHead = (pPLOC *)head; in free_pipelocs()
3675 pPLOC p;
3688 p = (pPLOC) PerlMem_malloc(sizeof(PLOC));
3722 p = (pPLOC) PerlMem_malloc(sizeof(PLOC));
3746 p = (pPLOC) PerlMem_malloc(sizeof(PLOC));
3756 p = (pPLOC) PerlMem_malloc(sizeof(PLOC));
[all …]