find the library of an proc
| 64 | BOOLEAN iiInternalExport (leftv v, int toLev, package pack); |
| 65 | /// find the library of an proc |
| 66 | static inline char * iiGetLibName(const procinfov pi) { return pi->libname; } |
| 67 | char * iiGetLibProcBuffer( procinfov pi, int part=1 ); |
| 68 | char * iiProcName(char *buf, char & ct, char* &e); |
| 69 | char * iiProcArgs(char *e,BOOLEAN withParenth); |
no outgoing calls
no test coverage detected