Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 176) sorted by last modified time

12345678

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y297 char *compile(); in ematch()
301 compile(p, expbuf, &expbuf[ESIZE], 0); in ematch()
/illumos-gate/usr/src/man/man7/
H A DMakefile180 compile.7 \
205 compile.7 := LINKSRC = regexp.7
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src3499 # 256-colors is a compile-time feature of XFree86 xterm beginning with
3509 # 88-colors is a compile-time feature of XFree86 xterm beginning with
10958 # will only compile successfully with Unix 4.0 tic. Also note that pfx only
H A Dtermcap.src3056 # 256-colors is a compile-time feature of XFree86 xterm beginning with
3063 # 88-colors is a compile-time feature of XFree86 xterm beginning with
9672 # will only compile successfully with Unix 4.0 tic. Also note that pfx only
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c402 nexpbuf = compile(p, (char *)0, (char *)0); /* XCU4 regex mod */ in ematch()
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py361 ManfileRE = re.compile(r'.*\.[0-9][a-z]*$', re.IGNORECASE)
383 MapfileRE = re.compile(r'.*((mapfile[^/]*)|(/map\.+[^/]*)|(\.map))$',
385 NotMapSuffixRE = re.compile(r'.*\.[ch]$', re.IGNORECASE)
/illumos-gate/usr/src/cmd/oawk/
H A DREADME77 awk.h on each successive compile, and major recompilation
/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py45 bugre = re.compile(r'^(\d{2,7}) (.*)$')
72 bugnospcre = re.compile(r'^(\d{2,7})([^ ].*)')
73 ignorere = re.compile(r'^(' +
H A DSpellCheck.py267 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE)
272 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE)
277 regex = re.compile(r'\b%s\b' % (alternate))
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c661 p = compile(x1, ep + 1, x3, x4);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c226 ((data.expbuf = compile(regexp, NULL, NULL)) == NULL) in kadm5_get_either()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c246 compile(regexp, in aname_do_match()
331 compile(regexp, in do_replacement()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c1032 compile((char *) genbuf, (char *) re->Expbuf, (char *) re->Expbuf in vi_compile()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java88 private static final Pattern p0 = Pattern.compile(";");
H A DExpression.java200 private static final Pattern pattern = Pattern.compile(
393 private static final Pattern pattern = Pattern.compile(
546 private static final Pattern pattern = Pattern.compile(
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c524 compile(arglist->names[i],
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c452 compile(argstr, Cflg); in main()
464 compile(argstr, Cflg); in main()
H A Dsnoop.h213 extern void compile(char *, int);
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py180 pat = re.compile(fnmatch_pat, flags=re.DEBUG if verbose > 2 else 0)
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test427 # statement compile time, not trigger installation time. This means, for
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in536 ** callback is invoked (at compile-time, not at run-time) for each
616 ** to compile the SQL using this routine. The 1st parameter "db" is a pointer
/illumos-gate/usr/src/lib/libgen/inc/
H A Dregexpr.h60 extern char *compile(const char *instring, char *expbuf, char *endbuf);
64 extern char *compile();
/illumos-gate/usr/src/lib/libadm/common/
H A Dregexp.c45 #define compile __compile macro
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README557 4668517 compile with map.bssalign doesn't copy _iob to bss
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs157 # interpreter at compile time.

12345678