Searched refs:adjust (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | wclib.c | 338 int adjust=0; local 389 if((cp-start)-adjust > longest) 390 longest = (cp-start)-adjust-1; 394 nchars -= adjust; 395 adjust = 0; 416 adjust += skip; 488 if ((wp->mode&WC_LONGEST) && ((endbuff + 1 - start) - adjust - (lastchar == '\n')) > longest) 489 longest = (endbuff + 1 - start) - adjust - (lastchar == '\n'); 496 nchars -= adjust;
|
H A D | date.c | 154 "[i:incremental|adjust?Set the system time in incrementatl adjustments to" 219 settime(Shbltin_t* context, const char* cmd, Time_t now, int adjust, int network) argument 226 if (!adjust && !network) 236 if (adjust) 298 int increment = 0; /* incrementally adjust time */
|
/ast/src/lib/libtk/library/ |
H A D | entry.tcl | 84 %W selection adjust @%x 176 %W selection adjust insert 179 %W selection adjust insert 433 $w selection adjust $new 487 # If not, adjust the view so that it is.
|
/ast/src/cmd/ie/ |
H A D | emacs.c | 187 int adjust,oadjust; local 245 adjust = -1; 298 oadjust = count = adjust; 301 adjust = -1; 403 adjust = mark - i; 407 adjust = i - mark; 529 adjust = 4*count; 586 adjust = escape(out,oadjust); 1248 Then output the character and adjust the screen only. 1273 If not, adjust th [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | text.tcl | 31 1. Scrolling. Use the scrollbar to adjust the view in the text window. 40 Once you've released the button, you can adjust the selection by pressing
|
H A D | bind.tcl | 47 {2. A simple two-dimensional plot that allows you to adjust the positions of the data points.} d2
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 186 int adjust,oadjust; local 258 adjust = -1; 315 oadjust = count = adjust; 318 adjust = -1; 439 adjust = ep->mark - i; 443 adjust = i - ep->mark; 551 adjust = 4*count; 611 adjust = escape(ep,out,oadjust); 1397 Then output the character and adjust the screen only. 1450 If not, adjust th [all...] |
/ast/src/cmd/std/ |
H A D | ls.c | 340 int adjust; /* key() print with adjustment */ member in struct:__anon232 764 state.adjust -= (s - p) + i - 2; 821 state.adjust = 0; 822 fill -= sfkeyprintf(sfstdout, lp, state.format, key, NiL) + state.adjust; 865 state.adjust = 2; 867 w = a + state.adjust + 1;
|
/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 2295 long adjust; local 2303 if (adjust = (np - op)) 2309 ip->control += adjust;
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
|
Completed in 79 milliseconds