Lines Matching refs:PC_Shell
26 } PC_Shell; typedef
61 else *(void **)ctx = ((PC_Shell *)pc->data)->ctx; in PCShellGetContext()
89 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetContext()
101 PC_Shell *shell = (PC_Shell *)pc->data; in PCSetUp_Shell()
111 PC_Shell *shell = (PC_Shell *)pc->data; in PCApply_Shell()
126 PC_Shell *shell = (PC_Shell *)pc->data; in PCMatApply_Shell()
141 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplySymmetricLeft_Shell()
151 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplySymmetricRight_Shell()
161 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplyBA_Shell()
183 PC_Shell *shell = (PC_Shell *)pc->data; in PCPreSolve_Shell()
193 PC_Shell *shell = (PC_Shell *)pc->data; in PCPostSolve_Shell()
203 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplyTranspose_Shell()
218 PC_Shell *shell = (PC_Shell *)pc->data; in PCMatApplyTranspose_Shell()
233 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplyRichardson_Shell()
248 PC_Shell *shell = (PC_Shell *)pc->data; in PCDestroy_Shell()
275 PC_Shell *shell = (PC_Shell *)pc->data; in PCView_Shell()
294 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetDestroy_Shell()
303 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetSetUp_Shell()
314 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetApply_Shell()
323 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetMatApply_Shell()
334 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetApplySymmetricLeft_Shell()
343 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetApplySymmetricRight_Shell()
352 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetApplyBA_Shell()
363 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetPreSolve_Shell()
379 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetPostSolve_Shell()
390 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetView_Shell()
399 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetApplyTranspose_Shell()
410 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetMatApplyTranspose_Shell()
421 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetApplyRichardson_Shell()
432 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetName_Shell()
442 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellGetName_Shell()
917 PC_Shell *shell; in PCCreate_Shell()