Home | History | Annotate | Download | only in bcinfo

Lines Matching full:foreach

159    * \return number of exported ForEach functions in this script/module.
166 * \return array of exported ForEach function signatures.
173 * \return array of exported ForEach function names.
244 * \return whether or not this ForEach function signature has an "In"
247 * \param sig - ForEach function signature to check.
254 * \return whether or not this ForEach function signature has an "Out"
257 * \param sig - ForEach function signature to check.
264 * \return whether or not this ForEach function signature has a "UsrData"
267 * \param sig - ForEach function signature to check.
274 * \return whether or not this ForEach function signature has an "X"
277 * \param sig - ForEach function signature to check.
284 * \return whether or not this ForEach function signature has a "Y"
287 * \param sig - ForEach function signature to check.
294 * \return whether or not this ForEach function signature is a
297 * \param sig - ForEach function signature to check.
304 * \return whether or not this ForEach function signature has a "Z"
307 * \param sig - ForEach function signature to check.
314 * \return whether or not this ForEach function signature has a "Ctxt"
317 * \param sig - ForEach function signature to check.