Lines Matching full:name
73 char name[] = "-*_42", c; in main() local
75 name[1] = c; in main()
76 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
80 name[1] = c; in main()
81 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
83 PetscCall(PetscOptionsSetValue(NULL, name, NULL)); in main()
84 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
88 name[1] = c; in main()
89 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
91 PetscCall(PetscOptionsClearValue(NULL, name)); in main()
92 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
96 name[1] = c; in main()
97 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
99 PetscCall(PetscOptionsSetValue(NULL, name, NULL)); in main()
100 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
104 name[1] = c; in main()
105 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
107 PetscCall(PetscOptionsClearValue(NULL, name)); in main()
108 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()
112 name[1] = c; in main()
113 PetscCall(PetscOptionsHasName(NULL, NULL, name, &has)); in main()