code/aliases
This commit is contained in:
parent
6130f15fec
commit
ec8b414018
4 changed files with 15 additions and 4 deletions
|
@ -46,7 +46,11 @@ BEGIN {
|
|||
}
|
||||
|
||||
{
|
||||
if (action == "aliases functions") {
|
||||
if (action == "aliases") {
|
||||
if (match($0, RE_ALIAS, m)) {
|
||||
print m[1]
|
||||
}
|
||||
} else if (action == "aliases functions") {
|
||||
if (match($0, RE_ALIAS, m)) {
|
||||
append(m[1])
|
||||
} else if (match($0, RE_FUNCTION, m)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue