Searched refs:fct (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dloop.c314 size_t longest = 1, fct, fw = 0, colsz, t0, t1, ct; local
327 fct = (zterm_columns - 1) / (longest + 3);
328 if (fct == 0)
329 fct = 1;
331 fw = (zterm_columns - 1) / fct;
332 colsz = (ct + fct - 1) / fct;
/macosx-10.10/lsof-53/lsof/lib/
H A Dprfp.c104 Lf->fct = (long)f.f_count;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dargp.h35 # define __NTH(fct) fct __THROW
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesm.h160 NCursesMenuCallbackItem(ITEMCALLBACK* fct = NULL,
164 p_fct (fct) {
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_driver.c116 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form);
1941 | int (* const fct) (FORM *),
1951 Vertical_Scrolling(int (*const fct) (FORM *), FORM *form)
1957 res = fct(form);
2121 | int (* const fct) (FORM *),
2130 Horizontal_Scrolling(int (*const fct) (FORM *), FORM *form)
2133 return fct(form);
2451 | int (* const fct) (FORM *),
2463 Field_Editing(int (*const fct) (FORM *), FORM *form)
2473 if ((fct
4185 Generic_Method fct = Generic_Methods[method]; local
[all...]
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddfile.c315 Lf->fct = (long)f.f_count;
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dcua-rect.el532 (defun cua--rectangle-operation (keep-clear visible undo pad tabify &optional fct post-fct)
536 ;; Call fct with (s,e) = whole lines if VISIBLE non-nil.
537 ;; Only call fct for visible lines if VISIBLE==t.
581 (if (and fct (or visible (and (>= (current-column) l) (<= (current-column) r))))
591 (funcall fct p m l r v)
593 (funcall fct p m l r)))))
598 (if post-fct
599 (funcall post-fct l r))
1193 (defun cua--rectangle-aux-replace (width adjust keep replace pad format-fct
[all...]
H A Dcua-base.el1308 (defun cua--M/H-key (map key fct)
1311 (define-key map (vector (cons cua--rectangle-modifier-key key)) fct))
/macosx-10.10/lsof-53/lsof/
H A Darg.c987 int fct = 0; local
1045 fct++;
1208 fct++;
1236 if (!fct) {
H A Dlsof.h819 long fct; /* file structure's f_count */ member in struct:lfile
H A Dproc.c236 Lf->fct = Lf->ffg = Lf->pof = (long)0;
1115 (void) printf("%c%ld%c", LSOF_FID_CT, Lf->fct, Terminator);
H A Dprint.c903 (void) snpf(buf, sizeof(buf), "%ld", Lf->fct);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldapx.tcl925 set fct [lindex $connect_defaults($scheme) 1]
931 if {[Check $selfns {set channel [$fct $comp(host) $comp(port)]}]} then {
/macosx-10.10/vim-55/runtime/syntax/
H A Dpascal.vim6 " Previous Maintainer: Mario Eusebio <bio@dq.fct.unl.pt>

Completed in 220 milliseconds