Searched refs:fc (Results 51 - 75 of 79) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl858 set fc [::dom::node cget $node -firstChild]
859 if {[string length $fc] && [::dom::node cget $fc -nodeType] == "textNode"} {
860 set idx [lindex [$path.text tag ranges $fc] end]
/macosx-10.10/vim-55/runtime/syntax/
H A Dia64.vim51 syn keyword ia64opcode fabs fand fandcm fc flushrs fneg fnegabs for
53 syn keyword ia64opcode fc fwb fxor loadrs movl mux1 mux2 or padd4
H A Ddosbatch.vim106 syn keyword dosbatchImplicit erase fc find findstr format ftype
H A Dzsh.vim112 \ enable eval exec exit export false fc fg
H A Dbtm.vim166 syn keyword btmCommand fc fdisk ffind find format
H A Daml.vim52 syn keyword amlInfoCmd contained accept add adir alter dialog alter alt directory aret arithmetic expressions aselect automatic return calculate cchr change options change comi cominput commands list como comoutput compile concatenate controlling defaults copy cursor data delete data entry data manipulate data retrieval data update date format datafile create datafile management decode define delimiter dfmt directory management directory display do doend documentation done end environment erase execute exiting expand export external fc files first format forms control get goto help import input form ipf internal item types items label lchar list logical expressions log merge modify options modify move next nselect output password prif print programming program protect purge query quit recase redefine relate relate release notes remark rename report options reporting report reselect reserved words restrictions run save security select set sleep sort special form spool stop items system variables take terminal types terminal time topics list type update upf
H A Dsh.vim453 syn keyword shStatement autoload bg false fc fg functions getopts hash history integer jobs let nohup printf r stop suspend times true type unalias whence
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.h774 } fc; member in struct:Ain
775 #define f_seek fc._f_seek
776 #define c_seek fc._c_seek
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp1975 glyph_node::glyph_node(charinfo *c, tfont *t, color *gc, color *fc, argument
1977 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc)
1986 color *gc, color *fc, hunits w,
1988 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w)
2170 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2173 : glyph_node(c, t, gc, fc, s, pop, x), n1(gn1), n2(gn2)
2178 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2181 : glyph_node(c, t, gc, fc, w, s, pop, x), n1(gn1), n2(gn2)
3836 color *gc, color *fc,
3839 : node(0, s, pop), mac(m), tf(t), gcol(gc), fcol(fc), no_init_strin
1985 glyph_node(charinfo *c, tfont *t, color *gc, color *fc, hunits w, statem *s, int pop, node *x) argument
3835 special_node(const macro &m, tfont *t, color *gc, color *fc, statem *s, int pop, int n) argument
4430 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc) argument
4439 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc, statem *st, int pop) argument
[all...]
/macosx-10.10/lsof-53/lsof/
H A Darg.c804 char *fc; local
812 if (!(fc = mkstrcpy(f, (MALLOC_S *)NULL))) {
827 for (cp1 = fc, err = 0; *cp1;) {
856 (void) free((FREE_P *)fc);
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddesktop.el1087 mim pt mk ro tl fc cfs cr desktop-buffer-misc)
1092 (cons 'fill-column fc)
H A Dfacemenu.el279 (define-key map [fc] (cons (purecopy "Face")
H A Dsimple.el4203 (let (fc justify give-up
4206 (null (setq fc (current-fill-column)))
4208 (<= (current-column) fc))
4229 (while (and (not give-up) (> (current-column) fc))
4239 (move-to-column (1+ fc))
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c3198 COMMAND *tc, *fc, *save_current; local
3208 USE_VAR(fc);
3321 fc = tc;
3348 result = execute_command_internal (fc, 0, NO_PIPE, NO_PIPE, fds_to_close);
3356 result = execute_command_internal (fc, 0, NO_PIPE, NO_PIPE, fds_to_close);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dppolicy.c934 int i = 0, fc = 0; local
964 fc++;
969 fc++;
979 (fc >= ppb->pp.pwdMaxFailure - 1)) {
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGeneratorGObject.pm144 my $fc = pos($s)==0;
146 my $t = $p0 || $fc ? $p0 : '_';
/macosx-10.10/zsh-61/zsh/Src/
H A Dbuiltin.c72 BUILTIN("fc", 0, bin_fc, 0, -1, BIN_FC, "aAdDe:EfiIlmnpPrRt:W", NULL),
1339 /* fc, history, r */
1351 /* fc is only permitted in interactive shells */
1372 zwarnnam("fc", "too many arguments");
1391 zwarnnam("fc", "too many arguments");
1472 zwarnnam("fc", "too many arguments");
1528 zwarnnam("fc", "can't open temp file: %e", errno);
1539 zwarnnam("fc",
1564 zwarnnam("fc", "%e: %s", errno, s);
1604 zwarnnam("fc", "even
[all...]
/macosx-10.10/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL27 feature->import (qw(current_sub fc evalbytes));
78 # use feature qw(unicode_strings unicode_eval current_sub fc evalbytes);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompresult.c834 int fc = fromcomp; local
837 fromcomp = fc;
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1276 } fc; member in struct:ct_data_s
1283 #define Freq fc.freq
1284 #define Code fc.code
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c210 } fc; member in struct:ct_data_s
217 #define Freq fc.freq
218 #define Code fc.code
/macosx-10.10/swig-12/Source/Modules/
H A Dpython.cxx1429 char fc = (Char(v))[0]; local
1430 if (('0'<=fc && fc<='9') || '\''==fc || '"'==fc) {
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-units.el201 ( fc "10.76391 lx" "Footcandle" ) ;; NIST (http://physics.nist.gov/Pubs/SP811/appenB9.html)
/macosx-10.10/vim-55/src/
H A Dfileio.c908 int fc; local
920 fc = fname[STRLEN(fname) - 1];
921 if (TOLOWER_ASC(fc) == 'x')
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp676 #define FCLOCK(fc) \
677 fc->wl->closeGate()
678 #define FCUNLOCK(fc) \
679 fc->wl->openGate()

Completed in 580 milliseconds

1234