Lines Matching refs:next
131 # When using LXC with apparmor, uncomment the next line to run unconfined:
249 local cur="" next=""
253 cur=$1; next=$2;
255 -a|--arch) arch="$next"; shift;;
257 -n|--name) name="$next"; shift;;
259 -S|--auth-key) authkey_f="$next"; shift;;
260 -p|--path) path=$next; shift;;
261 -v|--version) version=$next; shift;;
262 -u|--userdata) userdata_f="$next"; shift;;
263 --tarball) tarball="$next"; shift;;
264 --source) dsource="$next"; shift;;
265 --rootfs) rootfs_d="$next"; shift;;
266 --mapped-uid) LXC_MAPPED_UID=$next; shift;;
267 --mapped-gid) LXC_MAPPED_GID=$next; shift;;