Searched refs:z_ (Results 1 – 16 of 16) sorted by relevance
26 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+'51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text
37 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*; …41 >0 regex \^package[[:space:]]+[0-9A-Za-z_:]+[[:space:]]*([[:space:]]v?[0-9][0-9.]*)?[[:space:]]*;
71 WORD [A-Za-z_][-A-Za-z_0-9]*
78 WORD [A-Za-z_][-A-Za-z_0-9]*
137 if (intname !~ /^[a-z_][a-z0-9_]*$/) {221 if (name !~ /^[a-z_][a-z_0-9]*$/) {
225 $2 !~ /^[a-z_]+$/ || $3 !~ /^[a-z]+$/ ||
102 ID [A-Za-z_][-A-Za-z_0-9]*
113 <_,DQ>$[A-Za-z_][A-Za-z_0-9]* {
70 return ( subset ~ /^(ticlib\+)?termlib((\+[^+ ]+)*\+[a-z_]+_tinfo)?$/ );
156 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); } in UnprintableInFoo()157 double z() const { return z_; } in z()161 double z_; member in foo::UnprintableInFoo
195 LeadNameChar [A-Za-z_]
154 BE [A-Za-z_][A-Za-z0-9_]* alpha (0,5)
1317 "z_"__STRING(x), (uint32_t)info->z_##x, \ in z_resampler_setup()1318 (int32_t)info->z_##x) in z_resampler_setup()
448 " egrep '^[a-z_]+ [*a-z_0-9]+\(' *.h | sed -e 's/(.*$//' | awk '{print $2}' | \
244 case "$__setvar_var_to_set" in *[!0-9A-Za-z_]*)
196 - Fix *Init macros to use z_ prefix when requested628 - Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_1497 - prefix all global functions and types with z_ with -DZ_PREFIX