Searched refs:zA (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | lex.l | 37 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_41/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 73 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_41/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 106 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_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.l | 108 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_41/usr/src/cmd/ipf/examples/ |
H A D | mkfilters.sh | 93 if (/^[a-zA-Z]+\d+:/) { 94 ($iface = $_) =~ s/^([a-zA-Z]+\d+).*/$1/;
|
/titanic_41/usr/src/cmd/fm/fminject/common/ |
H A D | inj_lex.l | 54 RGX_IDENT [a-zA-Z][a-zA-Z0-9\-_]*
|
/titanic_41/usr/src/cmd/genmsg/ |
H A D | genmsg.l | 86 [0-9a-zA-Z\_\.]catgets { 92 catgets[0-9a-zA-Z\_\.] { 291 <CAT>[a-zA-Z0-9_\&][a-zA-Z0-9_\>\&\.]* {
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | test1.c | 36 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_41/usr/src/lib/libfru/libfru/ |
H A D | nameSyntaxLex.l | 61 [_a-zA-Z0-9]+ { yylval.name = strdup(yytext); return NAME; }
|
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | xgettext.lx.l | 78 IDCHARS [a-zA-Z0-9_]
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.lx.l | 63 A [a-zA-Z_] 64 B [a-zA-Z0-9_]
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | prexlex.l | 57 IDFIRST [a-zA-Z_\.%]
|
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.lx.l | 84 A [a-zA-Z_] 85 B [a-zA-Z0-9_]
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 124 [-0-9a-zA-Z._]+ { yylval.strval = yytext; return WORD; }
|
/titanic_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 26 tdefine angstrom % "\fR\zA\v'-.3m'\h'.2m'\(de\v'.3m'\fP\h'.2m'" %
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | scriptvfy.l | 450 \>[ \t]*[\$\/a-zA-Z0-9] return (ROOT_M);
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 226 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` 830 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
/titanic_41/usr/src/tools/scripts/ |
H A D | webrev.sh | 3171 if [[ -f "$nfile" && "$nfile" = *.+([0-9])*([a-zA-Z]) && \
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1691 .BR 0-9a-zA-Z_@ .
|