Searched defs:adjust (Results 1 - 6 of 6) sorted by relevance
| /ast/src/lib/libcmd/ |
| 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 */
|
| 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;
|
| /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/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/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;
|
Completed in 21 milliseconds