代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/690689
h localcharset.h
/* localcharset.h - Determine a canonical name for the current locale's character encoding. */
/* Copyright (C) 2000-2003, 2005-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
www.eeworm.com/read/16793/690703
c localcharset.c
/* localcharset.c - Determine a canonical name for the current locale's character encoding. */
/* Copyright (C) 2000-2003, 2005-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
www.eeworm.com/read/16793/690801
h posixstat.h
/* posixstat.h -- Posix stat(2) definitions for systems that
don't have them. */
/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell
www.eeworm.com/read/16793/690813
h termcap.h
/* termcap.h - public declarations for termcap library. */
/* Copyright (C) 1991, 1992, 1995, 2001, 2005, 2006, 2008,2009 Free Software Foundation, Inc.
Bash is free software: you can redistribut
www.eeworm.com/read/16793/691023
h config-top.h
/* config-top.h - various user-settable options not under the control of autoconf. */
/* Copyright (C) 2002-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHe
www.eeworm.com/read/16793/691069
sub new-exp6.sub
# quoted null problems in versions of bash prior to 3.2
str='12'
snul=$'\177'
recho "${str:2}"
recho "+${str:2}"
recho "+${snul:0:1}"
recho "+""${str:2}"
recho "${str/?/$snul}"
recho ${str/?/$snul
www.eeworm.com/read/16793/691163
sub builtins3.sub
# declare -g added in bash-4.2
f=4
foo()
{
declare -g f=8
declare -g bar=4
echo inside
}
echo before: f = $f
foo
echo after: f = $f bar = $bar
www.eeworm.com/read/16793/691255
tests dbg-support2.tests
#!../bash
#
# Test correct trap return codes = 2 means skip execution.
shopt -s extdebug
print_trap() {
echo "lineno: $1 ($LINENO) ${FUNCNAME[1]}"
if [[ $debug_exit == 2 ]] ; then
debug_exi
www.eeworm.com/read/16793/691469
def pushd.def
This file is pushd.def, from which is created pushd.c. It implements the
builtins "pushd", "popd", and "dirs" in Bash.
Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GN
www.eeworm.com/read/16793/691473
def declare.def
This file is declare.def, from which is created declare.c.
It implements the builtins "declare" and "local" in Bash.
Copyright (C) 1987-2010 Free Software Foundation, Inc.
This file is part of GNU B