Searched refs:reset (Results 1 - 13 of 13) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | mkservice.mk | 28 reset
|
H A D | rule.c | 524 * reset all rule info as if we just started 528 reset(const char* s, char* v, void* h) function 703 else if (r == internal.reset) 706 hashwalk(table.rule, 0, reset, NiL); 1547 INIT(reset, ".RESET", P_immediate);
|
H A D | make.h | 612 Rule_t* reset; /* .RESET rule pointer */ member in struct:Internal_s
|
/ast/src/cmd/mailx/ |
H A D | quit.c | 177 reset(0); 198 reset(0); 204 reset(0); 213 reset(0); 221 reset(0); 233 reset(0); 244 reset(0);
|
H A D | lex.c | 187 * so reset mailsize to be where we really are in the file... 254 reset(sig); 269 reset(sig);
|
H A D | mailx.h | 576 * Kludges to handle the change from setexit / reset to setjmp / longjmp 583 #define reset(x) longjmp(state.jump.sr, x) macro 688 jmp_buf sr; /* set/reset longjmp buffer */
|
/ast/src/lib/libpp/ |
H A D | ppop.c | 297 * reset include guard 310 * reset macro definition 680 pp.reset.on = 1; 1076 if (pp.reset.on) 1078 pp.reset.symtab = pp.symtab; 1080 pp.reset.ro_state = pp.ro_state; 1081 pp.reset.ro_mode = pp.ro_mode; 1082 pp.reset.ro_option = pp.ro_option; 1085 if (pp.reset.on) 1093 hashview(pp.symtab, pp.reset [all...] |
H A D | pplib.h | 319 } reset; /* PP_RESET state */ \
|
/ast/src/lib/libtk/library/ |
H A D | console.tcl | 93 tkConsoleHistory reset 108 # cmd - Which action to take: prev, next, reset. 145 reset {
|
/ast/src/cmd/re/ |
H A D | ed.c | 41 "[q:test?For testing; enable verbose messages and reset the \bQUIT\b signal" 216 reset(int level) function 244 reset(level); 256 reset(level);
|
/ast/src/lib/libtk/library/demos/ |
H A D | text.tcl | 41 button 1 with the shift key down. This will reset the end of the
|
/ast/src/lib/libast/tm/ |
H A D | tmxdate.c | 203 reset: 268 goto reset; 273 goto reset; 1384 goto reset;
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals
|
Completed in 57 milliseconds