DIR:/usr/share/zsh/5.5.1/functions/ |
Current File : //usr/share/zsh/5.5.1/functions/_object_files |
#autoload local expl _description files expl 'object file' __object_file() { [[ -x $REPLY || $REPLY = *.(a|o|elf|dylib) || $REPLY = *.so(.<->)# || $REPLY = (core*|*.core) ]] } _files -g '*(-.e,__object_file,)' |