Home
last modified time | relevance | path

Searched refs:parseproto (Results 1 – 8 of 8) sorted by relevance

/dports/math/gp2c/gp2c-0.0.12/src/
H A Dgenfunc.c262 while((mod=parseproto(&p,&c))) in genfuncbycode()
531 while((mod=parseproto(&p,&c))) in genprotoargs()
648 while((mod=parseproto(&p,&c))) in genwrapargs()
H A Dutil.c153 parseproto(char const **q, char *c) in parseproto() function
H A Dvarlist.c83 while((mod=parseproto(&p,&c))) in varlistfunc()
H A Dtopfunc.c132 while((mod=parseproto(&p,&c))) in topfuncproto()
H A Dheader.h338 PPproto parseproto(char const **q, char *c);
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.c498 parseproto(char const **q, char *c, const char *str) in parseproto() function
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()