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

/ast/src/lib/libast/sfio/
H A Dsftmp.c35 /* File not removable while there is an open file descriptor.
53 static File_t* File; /* list pf temp files */ variable
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
80 File = ff->next;
106 for(ff = File; ff; ff = next)
129 if(!File)
137 ff->next = File;
138 File = ff;
/ast/src/cmd/tw/
H A Dfind.c144 #define File (1<<5) macro
259 "File was last accessed \aminutes\a minutes ago.",
261 "File was last accessed more recently than \afile\a was modified.",
263 "File was last accessed \adays\a days ago.",
270 "File status changed \aminutes\a minutes ago.",
272 "File status changed more recently than \afile\a was modified.",
280 "File is written as a binary format \bcpio\b(1) file entry.",
282 "File status changed \adays\a days ago.",
309 "fls", FLS, File|Stat, 1, "file", 0,
311 "fprint", FPRINT, File|Sta
[all...]
/ast/src/lib/libtk/library/demos/
H A Drolodex50 menubutton .menu.file -text "File" -menu .menu.file.m -underline 0
69 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
159 set helpTopics(.menu.file.m.0) {The "Load" entry in the "File" menu posts a dialog box that you can use to select a rolodex file}
160 set helpTopics(.menu.file.m.1) {The "Exit" entry in the "File" menu causes the rolodex application to terminate}
H A Dtcolor48 menubutton .menu.file -text File -menu .menu.file.m -underline 0
H A Dwidget28 menubutton .menuBar.file -text File -menu .menuBar.file.m -underline 0
204 .t insert end "2. File selection dialog." {demo demo-filebox}

Completed in 15 milliseconds