Searched refs:TEMP (Results 26 - 41 of 41) sorted by relevance

12

/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dmakefile75 -I$(WATT_INC) -I. -I.\msdos\pm_drvr -H=$(TEMP)\bcc.sym
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpdist.tcl13 set PTEMP Httpdist.tmp ;# temporary file in $env(TEMP) - used during upload
333 if {[catch {set env(TEMP)} temp] && [catch {set env(TMP)} temp]} {
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dwidget657 if {[info exists ::env(TEMP)]} {
658 set dir $::env(TEMP)
/macosx-10.10/vim-55/runtime/syntax/
H A Dfgl.vim91 syn keyword fglKeyword TAB TABLE TABLES TAN TEMP TEXT THEN THROUGH THRU TIME TO
H A Dnsis.vim55 syn match nsisSysVar "$TEMP"
H A Dd.vim123 syn keyword dTodo contained TODO FIXME TEMP REFACTOR REVIEW HACK BUG XXX
H A Dperl6.vim117 \ "UNDO NEXT LAST PRE POST END CATCH CONTROL TEMP",
/macosx-10.10/apache-793/httpd/support/
H A Dhtcacheclean.c64 #define TEMP 4 /* temporary file */ macro
76 int type; /* type of file/fileset: TEMP, HEADER, DATA, HEADERDATA */
701 d->type = TEMP;
937 case TEMP:
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtdelta.tcl52 catch {set temp $::env(TEMP)}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y116 temp(A) ::= TEMP. {A = 1;}
158 TEMP TRIGGER VACUUM VIEW
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dps-mode.el182 1. \"$TEMP\"
1133 ((setq ps-run-tmp-dir (getenv "TEMP")))
/macosx-10.10/emacs-93/emacs/lisp/
H A Dpcvs.el872 (MESSAGE (not (or rm-msgs (eq subtype 'TEMP))))
1107 :subtype 'TEMP))
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl1695 # 2. The directory named by the `TEMP' environment variable.
1702 # * On Windows, the directories `C:\\TEMP', `C:\\TMP',
1703 # `\\TEMP', and `\\TMP', in that order.
1753 foreach tmp {TMPDIR TEMP TMP} {
1763 lappend attempdirs "C:\\TEMP" "C:\\TMP" "\\TEMP" "\\TMP"
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl3086 if {![info exists env(TEMP)]} { set env(TEMP) /tmp }
3087 set env(TERMINFO) $env(TEMP)
3089 set ttsrc [file join $env(TEMP) tt.src]
/macosx-10.10/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh4153 for d in "${GROFF_TMPDIR}" "${TMPDIR}" "${TMP}" "${TEMP}" \
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm853 my @real = grep $_ ne "TEMP", @groups;
2698 the best approach is to declare 'cds' to be a TEMP column. (See
2802 'TEMP'.
2826 Music::CD->columns(TEMP => qw/nonpersistent/);
2830 you can declare them as part of a column group of 'TEMP'.

Completed in 163 milliseconds

12