Searched refs:modified (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/kshlib/dbm_t/
H A Ddbm_t.c68 char modified; member in struct:dbm_array
175 ap->modified = 0;
205 if(ap->modified)
214 if(ap->modified)
230 if(ap->modified)
249 if(ap->modified)
299 if(ap->modified)
311 sfprintf(sfstderr,"subshell=%d subscript=%s will be modified, need to save \n",ap->shp->subshell,sp);
312 ap->modified = 1;
/ast/src/lib/libtk/generic/
H A DtkSend.c63 int modified; /* Non-zero means that the property has member in struct:NameRegistry
64 * been modified, so it needs to be written
288 regPtr->modified = 0;
404 * then it is deleted and the registry is marked as modified
443 regPtr->modified = 1;
461 * The open registry is expanded; it is marked as modified so that
496 regPtr->modified = 1;
515 * The registry is written back if it has been modified, and the
528 if (regPtr->modified) {
530 panic("The name registry was modified withou
[all...]
/ast/src/cmd/pax/
H A Dtar.sh72 [m:modification-time?Do not extract file modified time.]
/ast/src/cmd/re/
H A Ded.c162 int modified; member in struct:__anon200
453 ed.evented = ed.modified = 1;
926 if (ed.verbose && ed.modified && ed.dol != ed.zero) {
927 ed.modified = 0;
973 ed.modified = 0;
1568 ed.modified = 0;
1573 if (ed.verbose && ed.modified) {
1574 ed.modified = 0;
1575 error(2, "modified data not written");
1584 ed.modified
[all...]
/ast/src/lib/libtk/library/demos/
H A Dwidget115 This application provides a front end for several short scripts that demonstrate what you can do with Tk widgets. Each of the numbered lines below describes a demonstration; you can click on it to invoke the demonstration. Once the demonstration window appears, you can click the "See Code" button to see the Tcl/Tk code that created the demonstration. If you wish, you can edit the code and click the "Rerun Demo" button in the code window to reinvoke the demonstration with the modified code.

Completed in 42 milliseconds