Lines Matching refs:arg_operation
92 static int arg_operation = 0;
255 arg_operation |= ACTION_DISABLE;
259 arg_operation |= ACTION_ENABLE;
277 arg_operation |= ACTION_REPLACE;
297 arg_operation |= ACTION_SET;
300 arg_operation |= ACTION_DELETE;
335 (!(arg_operation & (ACTION_REPLACE | ACTION_DELETE |
337 arg_operation |= ACTION_SET;
340 if (arg_operation && (arg_name == NULL)) {
346 if ((arg_operation & ACTION_ENABLE) &&
347 (arg_operation & ACTION_DISABLE)) {
353 flags = arg_operation &
361 if ((arg_operation & ACTION_DELETE) &
362 (arg_operation & (ACTION_ENABLE | ACTION_DISABLE))) {
368 if ((arg_operation & ACTION_REPLACE) && (!arg_valuestring)) {
374 if ((arg_operation & ACTION_SET) && (!arg_valuestring)) {
392 if (arg_operation) {
489 if (arg_operation & ACTION_ENABLE) {
528 if (arg_operation & ACTION_ENABLE) {
561 if ((arg_operation & ACTION_ENABLE) &&
570 if ((arg_operation & ACTION_DISABLE) &&
579 if ((arg_operation & ACTION_ENABLE) &&
594 if (arg_operation & ACTION_SET) {
606 (arg_operation & ACTION_SET) &&
716 if (arg_operation != 0) {
737 if (arg_operation & ACTION_DELETE) {
771 } else if (arg_operation & ACTION_SET) {
805 } else if (arg_operation & ACTION_REPLACE) {
892 } else if (arg_operation &
1687 if (arg_operation & ACTION_ENABLE) {
1696 } else if (arg_operation & ACTION_DISABLE) {