Home
last modified time | relevance | path

Searched refs:sFUNCTION (Results 1 – 5 of 5) sorted by relevance

/dports/math/aribas/aribas-1.64/src/
H A Deval.c144 if(flg == sFUNCTION || flg == sVFUNCTION) {
H A Dcommon.h272 #define sFUNCTION 0x06 /* user defined function */ macro
293 #define sEXTFUNCTION (0x100 | sFUNCTION) /* used during parsing */
H A Dparser.c742 else if(sflg != sFUNCTION) {
1161 *FLAGPTR(sptr) = (vflg ? sVFUNCTION : sFUNCTION);
H A Dcontrol.c1163 case sFUNCTION: in Ftypeident()
H A Darray.c1637 if(*FLAGPTR(sptr) != sFUNCTION) in Ssort()
1766 if(*FLAGPTR(sptr) != sFUNCTION)