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

/ast/src/cmd/kshlib/dss/
H A Ddss.c1471 Cxtype_t *tptr=0; local
1513 tptr = ((struct type*)(mp->nvfun))->type;
1514 if(!tptr)
1518 tptr = ((struct type*)fp)->type;
1526 if(!tptr)
1527 tptr = tp->cx->state->type_string;
1528 comp = (*mp->compf)(tp->cx, tp->type, tptr, valp, &Dssdisc);
1537 n = (*mp->execf)(tp->cx, comp, tptr, valp, &Dssdisc);

Completed in 14 milliseconds