代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/16793/690815

c strmatch.c

/* strmatch.c -- ksh-like extended pattern matching for the shell and filename globbing. */ /* Copyright (C) 1991-2002 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne A
www.eeworm.com/read/16793/690817

c smatch.c

/* strmatch.c -- ksh-like extended pattern matching for the shell and filename globbing. */ /* Copyright (C) 1991-2011 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne A
www.eeworm.com/read/16793/690883

dirfuncs

# # Directory manipulation functions from the book 'The Korn Shell' # Modified for use with bash Mon Apr 18 08:37 1994 by # Ken Konecki (kenk@wfg.com) # # Modified by Chet Ramey # # This could stand t
www.eeworm.com/read/16793/691028

h externs.h

/* externs.h -- extern function declarations which do not appear in their own header file. */ /* Copyright (C) 1993-2010 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourn
www.eeworm.com/read/16793/691270

sub exec7.sub

# make sure that bash really checks the right things when deciding what # constitutes an executable file [ $UID -eq 0 ] && { echo "exec7.sub: the test suite should not be run as root" >&2 ; } : ${TM
www.eeworm.com/read/16793/691471

def complete.def

This file is complete.def, from which is created complete.c. It implements the builtins "complete", "compgen", and "compopt" in Bash. Copyright (C) 1999-2010 Free Software Foundation, Inc. This file
www.eeworm.com/read/16793/691589

sh infopost.sh

#! /bin/sh # # Some of these should really be done by options to makeinfo or by # using @setfilename, but this way we can have both bashref.info and # bash.info (for installing) # sed -e 's|bashref.i
www.eeworm.com/read/16793/691648

c input.c

/* input.c -- functions to perform buffered input with synchronization. */ /* Copyright (C) 1992-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. Bas
www.eeworm.com/read/16793/691650

c make_cmd.c

/* make_cmd.c -- Functions for making instances of the various parser constructs. */ /* Copyright (C) 1989-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again S
www.eeworm.com/read/16793/691683

fixlinks

#! /bin/sh # # fixlinks - make symlinks in the bash source tree so that there is # exactly one version of any given source file. # # Copyright (C) 1996-2002 Free Software Foundation, Inc. # # T