Searched refs:pexp (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/intl/
H A Deval-plural.h26 STATIC unsigned long int plural_eval PARAMS ((struct expression *pexp,
33 plural_eval (pexp, n)
34 struct expression *pexp; variable in typeref:struct:expression
37 switch (pexp->nargs)
40 switch (pexp->operation)
45 return pexp->val.num;
53 /* pexp->operation must be lnot. */
54 unsigned long int arg = plural_eval (pexp->val.args[0], n);
59 unsigned long int leftarg = plural_eval (pexp->val.args[0], n);
60 if (pexp
[all...]
H A Dplural.y71 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
262 yylex (lval, pexp)
264 const char **pexp;
266 const char *exp = *pexp;
273 *pexp = exp;
400 *pexp = exp;
H A Dplural-exp.h124 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
H A Dplural.c176 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1534 yylex (lval, pexp)
1536 const char **pexp;
1538 const char *exp = *pexp;
1545 *pexp = exp;
1672 *pexp = exp;
/haiku-fatelf/src/bin/gawk/intl/
H A Deval-plural.h24 STATIC unsigned long int plural_eval PARAMS ((struct expression *pexp,
31 plural_eval (pexp, n)
32 struct expression *pexp; variable in typeref:struct:expression
35 switch (pexp->nargs)
38 switch (pexp->operation)
43 return pexp->val.num;
51 /* pexp->operation must be lnot. */
52 unsigned long int arg = plural_eval (pexp->val.args[0], n);
57 unsigned long int leftarg = plural_eval (pexp->val.args[0], n);
58 if (pexp
[all...]
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
262 const char **pexp;
264 const char *exp = *pexp;
271 *pexp = exp;
398 *pexp = exp;
H A Dplural-exp.h122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
H A Dplural.c90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1372 yylex (lval, pexp)
1374 const char **pexp;
1376 const char *exp = *pexp;
1383 *pexp = exp;
1510 *pexp = exp;

Completed in 112 milliseconds