Searched refs:changes (Results 1 - 13 of 13) sorted by relevance
/ast/src/cmd/pax/ |
H A D | delta2patch.sh | 56 changes=$(pax --nosummary -f $delta 2>/dev/null | sed -e '/^\(update\|create\) /!d' -e 's/^[^ ]* //') 60 pax --nosummary -rf $base -s ",.*,$tmp/old/&," $changes 61 pax --nosummary -rf $delta -z $base -s ",.*,$tmp/new/&," $changes
|
/ast/src/cmd/proto/ |
H A D | Makefile | 21 changes :: changes.sh LICENSE=since=2005,author=gsf 50 then : no changes for $(<) :
|
H A D | changes.sh | 20 command=changes 26 @(#)$Id: changes (AT&T Research) 2010-01-20 $ 29 [+NAME?changes - list changed $PACKAGEROOT package source files]
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 105 int widthInc, heightInc; /* Increments for size changes (# pixels 132 * winPtr->changes because (a) they could be 393 wmPtr->x = winPtr->changes.x; 394 wmPtr->y = winPtr->changes.y; 395 wmPtr->parentWidth = winPtr->changes.width 396 + 2*winPtr->changes.border_width; 397 wmPtr->parentHeight = winPtr->changes.height 398 + 2*winPtr->changes.border_width; 415 * to detect size and position changes caused by window managers. 1033 width = wmPtr->reqGridWidth + (winPtr->changes 3632 XWindowChanges changes; local [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkWindow.c | 54 * Default values for "changes" and "atts" fields of TkWindows. Note 540 winPtr->changes = defChanges; 1297 * NOTE: this code ignores any changes anyone might have made 1306 XWindowChanges changes; 1307 changes.sibling = winPtr2->window; 1308 changes.stack_mode = Below; 1310 CWSibling|CWStackMode, &changes); 1329 * changes (but skip it if the window is being deleted; the 1407 winPtr->changes.x = valuePtr->x; 1410 winPtr->changes 1295 XWindowChanges changes; local 2008 XWindowChanges changes; local [all...] |
H A D | tkGrab.c | 888 x = eventPtr->xmotion.x - childPtr->changes.x; 889 y = eventPtr->xmotion.y - childPtr->changes.y; 890 bd = childPtr->changes.border_width; 892 && (x < (childPtr->changes.width + bd)) 893 && (y < (childPtr->changes.height + bd))) { 1286 * sure that the grab window changes at the proper time relative
|
H A D | tk.h | 348 * requested geometry changes. */ 436 #define Tk_X(tkwin) (((Tk_FakeWin *) (tkwin))->changes.x) 437 #define Tk_Y(tkwin) (((Tk_FakeWin *) (tkwin))->changes.y) 438 #define Tk_Width(tkwin) (((Tk_FakeWin *) (tkwin))->changes.width) 440 (((Tk_FakeWin *) (tkwin))->changes.height) 441 #define Tk_Changes(tkwin) (&((Tk_FakeWin *) (tkwin))->changes) 480 XWindowChanges changes; 479 XWindowChanges changes; member in struct:Tk_FakeWin
|
H A D | tkInt.h | 473 XWindowChanges changes; /* Geometry and other info about member in struct:TkWindow 475 unsigned int dirtyChanges; /* Bits indicate fields of "changes"
|
/ast/src/cmd/pzip/ |
H A D | pop.c | 129 unsigned long changes; /* number of changes */ member in struct:__anon195 170 ip[i].changes++; 318 sfprintf(sfstdout, "%33s %3d %6lu %3d\n", xv[map[i]]->name, map[i], ip[i].changes, ip[i].values); 390 sfprintf(sfstdout, "%3d %6lu %3d\n", map[i], ip[i].changes, ip[i].values);
|
/ast/src/lib/libtk/ |
H A D | Makefile | 43 :: README RELEASE ToDo changes license.terms tkAppInit.c
|
/ast/lib/package/ |
H A D | package.mk | 949 sed -e 's/:::::::: \(.*\) ::::::::/.fi\$("\n").H 1 "\1 changes"\$("\n").nf/' 954 /^<!--LABELS-->$/,/^<!--\/LABELS-->$/s/ changes</</ 969 echo '.H 1 "$(name) package $(deltaversion) delta $(release) changes"'
|
/ast/src/cmd/INIT/ |
H A D | package.mk | 949 sed -e 's/:::::::: \(.*\) ::::::::/.fi\$("\n").H 1 "\1 changes"\$("\n").nf/' 954 /^<!--LABELS-->$/,/^<!--\/LABELS-->$/s/ changes</</ 969 echo '.H 1 "$(name) package $(deltaversion) delta $(release) changes"'
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 172 * changes to edit ops and probe info are the main factors
|
Completed in 91 milliseconds