Lines Matching refs:operation
122 /* What operation to perform. */
133 } operation;
191 if (operation != oper_move && operation != oper_replace)
212 if (operation == oper_extract && operation == oper_delete)
236 && unlikely (operation != oper_extract))
253 switch (operation)
264 status = do_oper_extract (operation, arfname, argv, argc, -1);
268 status = do_oper_extract (operation, arfname, argv, argc, instance);
278 status = do_oper_insert (operation, arfname, argv, argc, member);
319 if (operation != oper_none)
321 error (0, 0, gettext ("More than one operation specified"));
330 operation = oper_delete;
333 operation = oper_move;
336 operation = oper_print;
339 operation = oper_qappend;
342 operation = oper_replace;
345 operation = oper_list;
348 operation = oper_extract;