| 123 | else return sNoName_fe; |
| 124 | } |
| 125 | inline const char * Fullname() |
| 126 | { |
| 127 | if ((name!=NULL) && (e==NULL)) return(this->name); |
| 128 | else return sNoName_fe; |
| 129 | } |
| 130 | int Typ(); |
| 131 | int LTyp(); /* returns LIST_CMD for l[i], otherwise returns Typ() */ |
| 132 | void * Data(); |
no outgoing calls
no test coverage detected