Searched refs:destroy (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dhello16 puts stdout "Hello, world"; destroy .
H A Dtimer38 bind . <Control-c> {destroy .}
39 bind . <Control-q> {destroy .}
H A Dbrowse55 bind all <Control-c> {destroy .}
H A Drolodex14 catch {destroy $i}
53 .menu.file.m add command -label "Exit" -command {destroy .} -underline 0
124 bind . <Control-q> {destroy .}
H A Dixset19 destroy .
H A Dwidget16 eval destroy [winfo child .]
241 catch {destroy $w}
261 button $w.ok -text OK -command "destroy $w"
329 button .code.buttons.dismiss -text Dismiss -command "destroy .code"
/ast/src/lib/libz/
H A Dgzio.c76 int noclose; /* 1 to skip destroy fclose */
92 local int destroy OF((gz_stream *s));
149 return destroy(s), (gzFile)Z_NULL;
177 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
193 return destroy(s), (gzFile)Z_NULL;
215 return destroy(s), (gzFile)Z_NULL;
223 return destroy(s), (gzFile)Z_NULL;
441 local int destroy (s) function
1125 return destroy((gz_stream*)file);
1131 return destroy((gz_strea
[all...]
/ast/src/cmd/INIT/
H A Dratz.c3648 int noclose; /* 1 to skip destroy fclose */
3663 local int destroy OF((gz_stream *s));
3716 return destroy(s), (gzFile)Z_NULL;
3744 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
3760 return destroy(s), (gzFile)Z_NULL;
3773 return destroy(s), (gzFile)Z_NULL;
3781 return destroy(s), (gzFile)Z_NULL;
3937 local int destroy (s)
/ast/src/lib/libtk/
H A DMakefile274 doc/destroy.n \

Completed in 35 milliseconds