Searched refs:zA (Results 1 – 25 of 100) sorted by relevance
1234
55 if (/^[a-zA-Z0-9._]+[ \t]*{$/) {65 else if (/^}[ \t]*[a-zA-Z0-9._]+[ \t]*;$/) {124 /^[a-zA-Z0-9._]+[ \t]*{$/ {145 /^[a-zA-Z0-9._]+[ \t]*;$/ {
109 RGX_AGG "@"[a-zA-Z_][0-9a-zA-Z_]*110 RGX_PSPEC [-$:a-zA-Z_.?*\\\[\]!][-$:0-9a-zA-Z_.`?*\\\[\]!]*111 RGX_ALTIDENT [a-zA-Z_][0-9a-zA-Z_]*113 RGX_MOD_IDENT [a-zA-Z_`][0-9a-z.A-Z_`]*`114 RGX_IDENT [a-zA-Z_`][0-9a-zA-Z_`]*
17 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled terminfo entry "%-s"30 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled 32-bit terminfo entry "%-s"
39 >&0 regex [a-zA-Z0-9]+_width\040 xbm image42 >>>>&0 regex [a-zA-Z0-9]+_height\040
12 0 regex/4006 \^PROC[[:space:]][a-zA-Z0-9_[:space:]]*[[:space:]]=
205 s/\([^_]\)NCURSES_SP_NAME___\([a-zA-Z][a-zA-Z_]*\)/\1NCURSES_SP_NAME(\2)/g486 sub(/^[0-9a-zA-Z_]+ /,"",value);493 gsub(/[0-9a-zA-Z_]+[ \t]*[*][ \t]*[0-9a-zA-Z_]+/,"NULL",args);497 gsub(/[0-9a-zA-Z_]+[ \t]*[*][ \t]*/,"",value);
168 LabelRef $[a-zA-Z][0-9a-zA-Z]*
182 Identifier [a-zA-Z][0-9a-zA-Z]*
54 STRING [a-zA-Z][a-zA-Z0-9_]*
46 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled terminfo entry "%-s"59 >>12 regex \^[a-zA-Z0-9][a-zA-Z0-9.][^|]* Compiled 32-bit terminfo entry "%-s"
69 /^[ \t]*(error_table|et)[ \t]+[a-zA-Z][a-zA-Z0-9_]+/ {
62 /[$ \t]+_[a-zA-Z0-9]+=/ {
5 /__**\([a-zA-Z]*\)/s//\\fI\1\\fP/g
97 s/[^a-zA-Z0-9].*//99 s/[a-zA-Z0-9]*, *//
18 zA==
76 \"[a-zA-Z0-9_/ !@#\$%\^\&\*\(\)\+\=\|\;\?\,\.\[\]\-\:]*\" { DP; yylval.str = strndup(yytext + 1, st…
72 [a-zA-Z0-9_]+ { yylval.string = strdup(yytext); return STRING; }
80 [a-zA-Z0-9\.\-_/\:\[\]]+ { DP; yylval.str = strdup(yytext); return STR; }
247 if (extra ~ /[ ]*DEFAULT[ ]*[a-zA-Z_][a-zA-Z_0-9]*[ ]*;/) {
42 radix 0[rR][0-9]+:[0-9a-zA-Z]+
52 [/a-zA-Z0-9\.][^ \t\n=]* {
20 $alg =~ s{([a-zA-Z])}{chr(ord($1)^(int(rand(2.0)) * 32))}eg;
36 if grep -E '@[a-zA-Z0-9_]+@' $$@~ >&2; then \