Searched refs:same (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libast/preroot/
H A Dispreroot.c36 * return 1 if files a and b are the same under preroot
42 same(const char* a, const char* b) function
62 if (dir) return(same("/", dir));
63 if (prerooted < 0) prerooted = !same("/", PR_REAL);
/ast/src/lib/libcmd/
H A Djoin.c160 char* same; member in struct:Join_s
179 if (jp->same)
180 free(jp->same);
638 register int same; local
647 same = 0;
654 sfprintf(sfstdout, "[C#%d:%d(%c-%c),%d,%lld,%lld%s]", __LINE__, cmp, *cp1, *cp2, same, lo, hi, (jp->outmode & C_COMMON) ? ",COMMON" : "");
665 same = 1;
698 if (same)
700 same = 0;
705 if (!(jp->same
[all...]
/ast/src/lib/libjcl/
H A Dpath.c38 int same; member in struct:Map_s
257 for (; mp && mp->same >= i; mp = (Map_t*)dtnext(state.match[state.matched].map, mp))
598 mp->same = 0;
600 while (mp->prefix[mp->same] == pp->prefix[mp->same])
601 mp->same++;
602 message((-9, "map[%d] %2d %2d %s%s%s", k, mp->length, mp->same, mp->prefix, mp->tail ? " " : "", mp->tail ? mp->tail : ""));
605 message((-9, "map[%d] %2d %2d %s", k, mp->length, mp->same, mp->prefix));
/ast/src/lib/libtk/library/demos/
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/ast/src/cmd/pax/
H A Dtar.sh75 [p:same-permissions|preserve-permissions?Extract all protection
H A Dtestpax.sh168 : add same subdir to new but with newer time
H A Dpax.h278 int same; /* SRC and TAR same */ \
H A Ddelta.c459 f->delta.same = 0;
512 if (!d || !f->delta.same && d->mtime.tv_sec != f->st->st_mtime)
1338 f->delta.same = 1;
/ast/lib/package/
H A Dpackage.mk644 agreement to the software license(s). All users get the same NAME and PASSWORD.
647 to use. To update previously downloaded packages from the same url simply run:
/ast/src/cmd/INIT/
H A Dpackage.mk644 agreement to the software license(s). All users get the same NAME and PASSWORD.
647 to use. To update previously downloaded packages from the same url simply run:
/ast/src/cmd/nmake/
H A DMakerules.mk3571 * when C const is used/implemented to do same

Completed in 102 milliseconds