Lines Matching refs:operation
114 /* What operation to perform. */
125 } operation;
180 if (operation != oper_move && operation != oper_replace)
201 if (operation != oper_extract && operation != oper_delete)
225 && unlikely (operation != oper_extract))
242 switch (operation)
253 status = do_oper_extract (operation, arfname, argv, argc, -1);
257 status = do_oper_extract (operation, arfname, argv, argc, instance);
267 status = do_oper_insert (operation, arfname, argv, argc, member);
308 if (operation != oper_none)
310 error (0, 0, gettext ("More than one operation specified"));
319 operation = oper_delete;
322 operation = oper_move;
325 operation = oper_print;
328 operation = oper_qappend;
331 operation = oper_replace;
334 operation = oper_list;
337 operation = oper_extract;