Lines Matching refs:foo

89 -. foo
143 - -option_a - foo
144 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr
148 -- -option_a - foo
149 ++ -option_a - foo
150 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr
153 - -option_a - foo
154 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr
339 -PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void…
340 +static PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal ba…
424 -.seealso: testPredeclarationCursorIgnored()`, foo()`, `Bar, baz()
425 +.seealso: `foo()`, `Bar`, `baz()`
429 .seealso: testPredeclarationCursorIgnored()`, foo()`, `Bar, baz()
444 -PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_par…
445 +static PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int …
459 -+ foo - a nonexistent foo
481 -PetscErrorCode testValidInOutParams(int *foo)
482 +static PetscErrorCode testValidInOutParams(int *foo)
487 + foo - the input description for an in-out param
490 - foo - a duplicate description
493 + foo - the input description for an in-out param
495 -- foo - a duplicate description
496 +- foo - a duplicate description
504 - foo - the output description for an in-out param
505 - foo - a duplicate description2
509 -- foo - the output description for an in-out param
510 +. foo - the output description for an in-out param
511 - foo - a duplicate description2
516 -PetscErrorCode testInvalidInOutParams(int *foo)
517 +static PetscErrorCode testInvalidInOutParams(int *foo)
549 . foo - a foo
565 -PetscErrorCode testCheckingSectionIndentationAfterSwitch(int foo, double *bar)
566 +static PetscErrorCode testCheckingSectionIndentationAfterSwitch(int foo, double *bar)