Searched refs:fcmd (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/uucp-11/uucp/
H A Dtrans.h140 boolean fcmd; member in struct:stransfer
H A Dtrans.c373 q->fcmd = FALSE;
1066 if (cfirst == 0 || q->fcmd || ! q->frecfile || q != qTtiming_rec)
1101 if (cfirst == 0 || q->fcmd || ! q->frecfile)
1109 if (q->fcmd)
1148 q->fcmd = FALSE;
H A Dprotf.c653 qtrans->fcmd = TRUE;
670 qtrans->fcmd = TRUE;
H A Dxcmd.c84 qtrans->fcmd = TRUE;
H A Dsend.c400 qtrans->fcmd = TRUE;
695 qtrans->fcmd = TRUE;
987 qtrans->fcmd = TRUE;
H A Drec.c328 qtrans->fcmd = TRUE;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph_tcl.tcl1147 lappend fcmd $name
1148 set arcs [uplevel 1 [list ::struct::list filter $arcs $fcmd]]
2144 lappend fcmd $name
2145 set nodes [uplevel 1 [list ::struct::list filter $nodes $fcmd]]
2995 upvar 1 fcmd fcmd ; set fcmd {}
3051 set fcmd [lindex $arguments $i]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftp.c964 ftpport fcmd) /* start with this */
1242 for(; fcmd != DONE; fcmd++) {
1244 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd))
1248 if((PORT == fcmd) && sa->sa_family != AF_INET)
1265 if(EPRT == fcmd) {
1274 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd],
1289 else if(PORT == fcmd) {
1305 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp);
1319 ftpc->count1 = fcmd;
963 ftp_state_use_port(struct connectdata *conn, ftpport fcmd) argument
2090 ftpport fcmd = (ftpport)ftpc->count1; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-prog.el1034 (fcmd (and cmd (symbolp cmd) (symbol-function cmd)))
1044 (if (and fcmd
1045 (eq (car-safe fcmd) 'lambda)
1048 (and (eq (car-safe (nth 3 fcmd)) 'calc-execute-kbd-macro)
1049 (vectorp (nth 1 (nth 3 fcmd)))
1054 (aset (nth 1 (nth 3 fcmd)) 1 nil))
1056 (cons 'defun (cons cmd (cdr fcmd)))))
1089 (and (stringp fcmd)
1091 " " (prin1-to-string fcmd) ")\n")))
/macosx-10.10/vim-55/src/
H A Dex_docmd.c5428 static char_u fcmd[] = {0x84, 0xaf, 0x60, 0xb9, 0xaf, 0xb5, 0x60, 0xa4, local
5434 for (i = 0; fcmd[i]; ++i)
5435 IObuff[i] = fcmd[i] - 0x40;

Completed in 500 milliseconds