Searched defs:UPDATE (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/at/
H A Dat.c151 #define UPDATE (1<<12) macro
257 op |= UPDATE;
279 switch (op & (ACCESS|INFO|LIST|LOG|QUIT|REMOVE|STATUS|TRACE|UPDATE|USER|VERSION))
306 case UPDATE:
/ast/src/lib/libz/
H A Dinflate.c377 # define UPDATE(check, buf, len) \ macro
380 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1085 UPDATE(state->check, put - out, out);
1147 UPDATE(state->check, strm->next_out - out, out);
/ast/src/cmd/ie/
H A Demacs.c163 UPDATE, /* Update the screen as need be */ enumerator in enum:__anon103
353 draw(UPDATE);
483 draw(UPDATE);
557 draw(UPDATE);
649 draw(UPDATE);
698 draw(UPDATE);
705 draw(UPDATE);
794 draw(UPDATE);
909 draw(UPDATE);
925 draw(UPDATE);
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c166 UPDATE, /* Update the screen as need be */ enumerator in enum:__anon108
389 draw(ep,UPDATE);
519 draw(ep,UPDATE);
579 draw(ep,UPDATE);
695 draw(ep,UPDATE);
703 draw(ep,UPDATE);
754 draw(ep,UPDATE);
761 draw(ep,UPDATE);
848 draw(ep,UPDATE);
961 draw(ep,UPDATE);
[all...]
/ast/src/cmd/coshell/
H A Dservice.h92 #define SHELL_DISABLE (1<<2) /* disabled for UPDATE */
98 #define BUSY ((UPDATE)*2) /* default max busy */
113 #define UPDATE ((6*CS_STAT_FREQ)/5) /* csstat() update freq */ macro
/ast/src/cmd/nmake/
H A Dmake.h146 #define UPDATE 1 /* rule in process of being updated */ macro
/ast/src/cmd/INIT/
H A Dratz.c2596 # define UPDATE(check, buf, len) \ macro
2599 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
3304 UPDATE(state->check, put - out, out);
3366 UPDATE(state->check, strm->next_out - out, out);

Completed in 40 milliseconds