Searched refs:pd (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libvgraph/ |
H A D | graph.c | 182 Grdata_t *dt, *pd; local 187 for(pd = NIL(Grdata_t*), dt = *data; dt; pd = dt, dt = dt->next) 190 if(pd && dt) /* isolate from list */ 191 pd->next = dt->next;
|
/ast/src/lib/libast/uwin/ |
H A D | support.c | 254 *pd=(unsigned short *) &dp +3, 260 *pd=(unsigned short *) &dp , 300 k=(*px & mexp) - (*pd & mexp) ;
|
/ast/src/cmd/coshell/ |
H A D | main.c | 759 register int pd; local 764 if (!(pd = *pass)) 766 if ((n -= 7) < 0 || s[0] != '#' || (pd = (int)strtol(s + 1, NiL, 10)) < 1 || pd > 2) goto drop; 767 *pass = pd == 1 ? state.indirect.out : state.indirect.err; 770 if (cswrite(pd, s, n) != n) goto drop;
|
/ast/src/cmd/html/ |
H A D | mm2twiki.sh | 106 pd="$nl" 692 0) pd= ;; 693 *) pd=$nl ;; 1190 case $op:$pd in
|
H A D | mm2html.sh | 208 pd= 928 0) pd='<BR>' ;; 929 *) pd= ;; 1846 if [[ ${pd} && ! ${hung} ]] 1847 then print -rn -- "${pd}"
|
H A D | mm2bb.sh | 107 pd="$nl" 752 0) pd= ;; 753 *) pd=$nl ;; 1326 then case $op:$pd in
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 2487 register Dd_t* pd; local 2512 for (s = 0, pd = 0, dd = state.dd; dd; pd = dd, dd = dd->next) 2558 if (pd) 2559 pd->next = dd->next; 2591 pd = dd; 2593 free(pd);
|
/ast/src/lib/libast/vmalloc/ |
H A D | malloc.c | 1173 int pd; local 1177 if (fd < FD_PRIVATE && (pd = fcntl(fd, F_DUPFD, FD_PRIVATE)) >= 0) 1180 fd = pd;
|
Completed in 37 milliseconds