Home
last modified time | relevance | path

Searched refs:zA (Results 1 – 24 of 24) sorted by relevance

/titanic_53/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dlex.l37 symbol [_a-zA-Z][_a-zA-Z0-9]*
38 varstring \$[_a-zA-Z][_a-zA-Z0-9]* /* $<name> */
39 hexnumber 0[xX][0-9a-zA-Z]+
/titanic_53/usr/src/lib/libdtrace/common/
H A Ddt_lex.l73 RGX_AGG "@"[a-zA-Z_][0-9a-zA-Z_]*
74 RGX_PSPEC [-$:a-zA-Z_.?*\\\[\]!][-$:0-9a-zA-Z_.`?*\\\[\]!]*
75 RGX_ALTIDENT [a-zA-Z_][0-9a-zA-Z_]*
77 RGX_MOD_IDENT [a-zA-Z_`][0-9a-z.A-Z_`]*`
78 RGX_IDENT [a-zA-Z_`][0-9a-zA-Z_`]*
/titanic_53/usr/src/tools/cscope-fast/
H A Dscanner.l106 identifier [a-zA-Z_][a-zA-Z_0-9]*
373 class[ \t]+{identifier}[ \t\n\ra-zA-Z0-9_():]*\{ {
391 {identifier}/[ \t]*\(([ \t\n\ra-zA-Z0-9_*&[\]=,.]*|\([ \ta-zA-Z0-9_*[\],]*\))*\)[ \t\n\r()]*[:a-zA-…
462 \*[ \t]*{identifier}/[ \t]*[^a-zA-Z0-9_(+-][^+-] {
480 {identifier}/[* \t\n\r]+[a-zA-Z0-9_] { /* possible typedef name use */
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l108 RGX_SYMBOL [a-zA-Z_.][0-9a-zA-Z_.`]*
190 <S_INITIAL>">/"[a-zA-Z0-9]"/" {
371 <S_INITIAL>"*/"[a-zA-Z0-9]"/" |
372 <S_EXPR>"*/"[a-zA-Z0-9]"/" {
392 <S_INITIAL>"%/"[a-zA-Z0-9]"/" |
393 <S_EXPR>"%/"[a-zA-Z0-9]"/" {
/titanic_53/usr/src/cmd/ipf/examples/
H A Dmkfilters.sh93 if (/^[a-zA-Z]+\d+:/) {
94 ($iface = $_) =~ s/^([a-zA-Z]+\d+).*/$1/;
/titanic_53/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l54 RGX_IDENT [a-zA-Z][a-zA-Z0-9\-_]*
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh195 [a-zA-Z]*) unit="$unit $4" ;;
349 +([0-9])*([a-zA-Z0-9])' '*)
371 +([/a-zA-Z_0-9]):)
H A Dprobe.win3277 egrep -i '^(#(line)? 1 .*\.[hH]| *int +_Pr0b3_[a-zA-Z_]* *= *[0-9])' |
H A Dmake.probe205 …done 2>&1 | sed -e 's/^[+ ]*//' -e 's/[ ].*//' -e '/^\//!d' -e 's/:$//' -e '/ld[a-zA-Z0-9.]*$/!d…
231 for p in "${C}" "${C}[!a-zA-Z]*" "*[!a-zA-Z]${C}" "*[!a-zA-Z]${C}[!a-zA-Z]*"
1999 *64|*[!0-9]64[!a-zA-Z0-9]*)
H A DRELEASE896 iffe: lcl leaves leading [a-zA-Z]: for dos
/titanic_53/usr/src/cmd/genmsg/
H A Dgenmsg.l86 [0-9a-zA-Z\_\.]catgets {
92 catgets[0-9a-zA-Z\_\.] {
291 <CAT>[a-zA-Z0-9_\&][a-zA-Z0-9_\>\&\.]* {
/titanic_53/usr/src/lib/libsqlite/src/
H A Dtest1.c36 static int getDbPointer(Tcl_Interp *interp, const char *zA, sqlite **ppDb){ in getDbPointer() argument
37 if( sscanf(zA, PTR_FMT, (void**)ppDb)!=1 && in getDbPointer()
38 (zA[0]!='0' || zA[1]!='x' || sscanf(&zA[2], PTR_FMT, (void**)ppDb)!=1) in getDbPointer()
40 Tcl_AppendResult(interp, "\"", zA, "\" is not a valid pointer value", 0); in getDbPointer()
/titanic_53/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l61 [_a-zA-Z0-9]+ { yylval.name = strdup(yytext); return NAME; }
/titanic_53/usr/src/cmd/msgfmt/
H A Dxgettext.lx.l78 IDCHARS [a-zA-Z0-9_]
/titanic_53/usr/src/cmd/oawk/
H A Dawk.lx.l63 A [a-zA-Z_]
64 B [a-zA-Z0-9_]
/titanic_53/usr/src/cmd/tnf/prex/
H A Dprexlex.l57 IDFIRST [a-zA-Z_\.%]
/titanic_53/usr/src/cmd/awk/
H A Dawk.lx.l84 A [a-zA-Z_]
85 B [a-zA-Z0-9_]
/titanic_53/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l124 [-0-9a-zA-Z._]+ { yylval.strval = yytext; return WORD; }
/titanic_53/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar26 tdefine angstrom % "\fR\zA\v'-.3m'\h'.2m'\(de\v'.3m'\fP\h'.2m'" %
/titanic_53/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l450 \>[ \t]*[\$\/a-zA-Z0-9] return (ROOT_M);
/titanic_53/usr/src/contrib/ast/src/lib/libpp/
H A Dprobe.win3277 egrep -i '^(#(line)? 1 .*\.[hH]| *int +_Pr0b3_[a-zA-Z_]* *= *[0-9])' |
/titanic_53/usr/src/tools/scripts/
H A Dwebrev.sh2902 if [[ -f "$nfile" && "$nfile" = *.+([0-9])*([a-zA-Z]) && \
/titanic_53/usr/src/grub/grub-0.97/
H A Daclocal.m4226 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
830 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo1691 .BR 0-9a-zA-Z_@ .