Searched refs:boolarg (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/intl/
H A Deval-plural.h110 unsigned long int boolarg = plural_eval (pexp->val.args[0], n); variable
111 return plural_eval (pexp->val.args[boolarg ? 1 : 2], n);
/haiku-fatelf/src/bin/gawk/intl/
H A Deval-plural.h108 unsigned long int boolarg = plural_eval (pexp->val.args[0], n); variable
109 return plural_eval (pexp->val.args[boolarg ? 1 : 2], n);

Completed in 89 milliseconds