equal
deleted
inserted
replaced
|
1 /* Generated automatically */ |
|
2 static HashNode getparamnode _((HashTable ht,char*nam)); |
|
3 static void scancopyparams _((HashNode hn,UNUSED(int flags))); |
|
4 static char**getvaluearr _((Value v)); |
|
5 static void assigngetset _((Param pm)); |
|
6 static zlong getarg _((char**str,int*inv,Value v,int a2,zlong*w)); |
|
7 static void intsetfn _((Param pm,zlong x)); |
|
8 static double floatgetfn _((Param pm)); |
|
9 static void floatsetfn _((Param pm,double x)); |
|
10 static void strsetfn _((Param pm,char*x)); |
|
11 static void arrhashsetfn _((Param pm,char**val,int augment)); |
|
12 static void setlang _((char*x)); |
|
13 static char**pipestatgetfn _((UNUSED(Param pm))); |
|
14 static void pipestatsetfn _((UNUSED(Param pm),char**x)); |
|
15 static int findenv _((char*name,int*pos)); |
|
16 static void copyenvstr _((char*s,char*value,int flags)); |
|
17 static char*mkenvstr _((char*name,char*value,int flags)); |
|
18 static void scanendscope _((HashNode hn,UNUSED(int flags))); |