Lines Matching refs:_
2 # * _ _ ____ _
3 # * Project ___| | | | _ \| |
4 # * / __| | | | |_) | |
5 # * | (__| |_| | _ <| |___
6 # * \___|\___/|_| \_\_____|
45 # are conformed with underscore '_' separated substrings, or separated by
56 # 4) Characters not in [A-Z] or [0-9] are transliterated to underscore '_'.
75 -e 's:[^ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_]:_:g' \
76 -e 's:__*:_:g' \
77 -e 's:\([^_]\)[^_]*_\(.*\):\1\2:' \
78 -e 's:\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3:' \
79 -e 's:\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3\4:' \
80 -e 's:\([^_]\)\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3\4\5:' \
81 -e 's:\([^_]\)\([^_]\)\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3\4\5\6:' \
97 -e 's:[^ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_]:_:g' \
98 -e 's:__*:_:g' \
99 -e 's:\([^_]\)[^_]*_\(.*\):\1\2:' \
100 -e 's:\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3:' \
101 -e 's:\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3\4:' \
102 -e 's:\([^_]\)\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3\4\5:' \
103 -e 's:\([^_]\)\([^_]\)\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\):\1\2\3\4\5\6:' \