Searched refs:exact (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclPkg.c137 Tcl_PkgRequire(interp, name, version, exact)
144 int exact; /* Non-zero means that only the particular
182 if ((result != 0) && exact) {
232 if (exact) {
233 Tcl_DStringAppend(&command, " -exact", 7);
266 if ((satisfies && !exact) || (result == 0)) {
303 int c, exact, i, satisfies;
423 " require ?-exact? package ?version?\"", (char *) NULL);
426 if ((argv[2][0] == '-') && (strcmp(argv[2], "-exact") == 0)) {
427 exact
300 int c, exact, i, satisfies; local
[all...]
/ast/src/lib/libtk/library/
H A Dtk.tcl16 package require -exact Tk 4.2
17 package require -exact Tcl 7.6
22 if {[lsearch -exact $auto_path $tk_library] < 0} {
H A Dfocus.tcl58 set i [lsearch -exact $children $cur]
92 set i [lsearch -exact $children $cur]
H A Dmenu.tcl595 set i [expr [lsearch -exact $buttons $w] + $count]
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl18 package require -exact Tcl 7.6
22 if {[lsearch -exact $auto_path [info library]] < 0} {
27 if {[lsearch -exact $auto_path $dir] < 0} {
241 if {[lsearch -exact {cls copy date del erase dir echo mkdir md rename
356 && ([lsearch -exact {unknown pkg_mkIndex tclPkgSetup
601 # exact - Either "-exact" or omitted. Not used.
603 proc tclPkgUnknown {name version {exact {}}} {
/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c186 static ssize_t _vmtruncate(Vmalloc_t* vm, Seg_t* seg, size_t size, int exact) argument
188 static ssize_t _vmtruncate(vm, seg, size, exact)
192 int exact;
205 if(exact)
/ast/src/lib/libtk/generic/
H A DtkText.c1508 int backwards, exact, c, i, argsLeft, noCase, leftToScan;
1526 exact = 1;
1539 "\": must be -forward, -backward, -exact, -regexp, ",
1553 } else if ((c == 'e') && (strncmp(argv[i], "-exact", length) == 0)) {
1554 exact = 1;
1560 exact = 0;
1629 if (exact) {
1663 if (!exact) {
1731 if (exact) {
1496 int backwards, exact, c, i, argsLeft, noCase, leftToScan; local
/ast/src/cmd/pax/
H A Dpax.c772 state.exact = y;
1886 if (state.exact)
1889 else if (state.exact)
1896 if (state.exact)
H A Dpax.h510 int exact; /* exact archive read */ \
H A Dmisc.c963 if (state.exact)
H A Dfile.c1311 if (state.exact)
/ast/src/lib/libast/tm/
H A Dtmxdate.c451 goto exact;
488 exact:
/ast/src/lib/libtksh/include/
H A Dtcl.h1022 char *name, char *version, int exact));

Completed in 780 milliseconds