Searched defs:lval (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 71 struct lval struct 100 Sfdouble_t (*fun)(const char**,struct lval*,int,Sfdouble_t); 204 extern Sfdouble_t strval(Shell_t*,const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdouble_t),int); 205 extern Arith_t *arith_compile(Shell_t *,const char*,char**,Sfdouble_t(*)(const char**,struct lval*,int,Sfdouble_t),int);
|
/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 73 struct lval errmsg; /* error message text */ 80 Sfdouble_t (*convert)(const char**,struct lval*,int,Sfdouble_t); 166 struct lval node; 576 struct lval lvalue,assignop; 900 Arith_t *arith_compile(Shell_t *shp,const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) argument 944 * (Sfdouble_t)(*convert)(char** end, struct lval* string, int type, Sfdouble_t value) 954 Sfdouble_t strval(Shell_t *shp,const char *s,char **end,Sfdouble_t(*conv)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
|
Completed in 13 milliseconds