Home
last modified time | relevance | path

Searched refs:CoDrop (Results 1 – 3 of 3) sorted by relevance

/dports/math/form/form-4.2.1/sources/
H A Dcompiler.c133 ,{"drop", (TFUN)CoDrop, SPECIFICATION,PARTEST}
H A Ddeclare.h1043 extern int CoDrop(UBYTE *);
H A Dcompcomm.c1461 int CoDrop(UBYTE *s) { return(SetExpr(s,1,DROP)); } in CoDrop() function