exp.c | 77 static Char *exp3(Char ***, int); 148 etraci("exp3 p1", p1, vp); 156 etraci("exp3 p2", p2, vp); 213 p1 = exp3(vp, ignore); 221 p2 = exp3(vp, ignore); 250 exp3(Char ***vp, int ignore) function in typeref:typename:Char * 257 etracc("exp3 p1", p1, vp); 263 p2 = exp3(vp, ignore); 265 etracc("exp3 p2", p2, vp);
|