Home
last modified time | relevance | path

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

/dports/math/gp2c/gp2c-0.0.12/src/
H A Dutil.c161 return PPend; in parseproto()
H A Dheader.h336 typedef enum {PPend,PPstd,PPdefault,PPdefaultmulti,PPstar,PPauto} PPproto; enumerator
H A Dgenblock.c669 while((mod=parseproto(&p,&c))!=PPend) in genblockproto()
757 while ((mod=parseproto(&code,&c))!=PPend) in has_mand_arg()
H A Dfuncspec.c266 while((mod=parseproto(&p,&c))!=PPend) in geniterproto()
/dports/math/pari/pari-2.13.3/src/language/
H A Dcompile.c495 typedef enum {PPend,PPstd,PPdefault,PPdefaultmulti,PPstar,PPauto} PPproto; enumerator
506 return PPend; in parseproto()
1490 while((mod=parseproto(&p,&c,tree[n].str))!=PPend) in compilefunc()
1819 while ((mod=parseproto(&p,&c,NULL))!=PPend) in genclosure()
1860 while ((mod=parseproto(&p,&c,NULL))!=PPend) in genclosure()
1891 while ((mod=parseproto(&p,&c,NULL))!=PPend) in genclosure()
2458 while((mod=parseproto(&p,&c,tree[n].str))!=PPend) in optimizefunc()