Searched refs:nn (Results 76 - 100 of 118) sorted by relevance

12345

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c1544 int nn; local
1595 nn = 0;
1596 securitydirs[nn++] = PR_GetEnv( "MOZNSS_DIR" );
1597 securitydirs[nn++] = lt->lt_cacertdir;
1598 securitydirs[nn++] = PR_GetEnv( "DEFAULT_MOZNSS_DIR" );
1599 for ( ii = 0; !done && ( ii < nn ); ++ii ) {
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_table.c1300 int n, nn; local
1305 n = nn = pfr_table_count(filter, flags);
1325 *size = nn;
1335 int n, nn; local
1344 n = nn = pfr_table_count(filter, flags);
1370 *size = nn;
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-funcs.el821 (nn (math-trunc n))
822 (k nn)
823 (term nn)
827 (setq term (math-div term (- nn k))
H A Dcalc-alg.el479 (nn (and (or (eq (car math-simplify-expr) '/)
483 (if nn
488 (if (and (eq (car-safe nn) 'frac) (eq (nth 1 nn) 1) (not n))
491 (math-mul (nth 2 nn) (nth 1 math-simplify-expr)))
493 (math-cancel-common-factor (nth 2 math-simplify-expr) nn))
494 (if (and (math-negp nn)
497 (if (and n (not (eq (setq n (math-frac-gcd n nn)) 1)))
H A Dcalc.el2062 (let* ((nn (prefix-numeric-value n))
2070 ((< nn 0)
2072 (calc-top-selected 1 (- nn)))
2073 (calc-delete-selection (- nn))
2074 (calc-pop-stack 1 (- nn) t)))
2075 ((= nn 0)
2079 (= nn 1)
2082 (calc-pop-stack nn)))))))
/macosx-10.10.1/lsof-53/lsof/
H A Dlsof.h504 char *nn; /* nickname for lookups */ member in struct:drive_Nl
/macosx-10.10.1/vim-55/src/
H A Dscreen.c2102 int nn = n + 2; local
2105 if (nn > W_WIDTH(wp))
2106 nn = W_WIDTH(wp);
2108 W_ENDCOL(wp) - nn, (int)W_ENDCOL(wp) - n,
2110 n = nn;
2138 int nn = n + wp->w_p_fdc; local
2141 if (nn > W_WIDTH(wp))
2142 nn = W_WIDTH(wp);
2144 W_WINCOL(wp) + n, (int)W_WINCOL(wp) + nn,
2146 n = nn;
2152 int nn = n + 2; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/data/lang/
H A Dresfiles.mk101 nl.txt nl_BE.txt nmg.txt nn.txt nnh.txt\
/macosx-10.10.1/ICU-531.30/icuSources/data/region/
H A Dresfiles.mk101 nmg.txt nn.txt nnh.txt nus.txt nyn.txt\
/macosx-10.10.1/ICU-531.30/icuSources/data/zone/
H A Dresfiles.mk102 nmg.txt nn.txt nnh.txt nus.txt nyn.txt\
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dmk1mf.pl1225 local($ret,$nn);
1228 ($nn=$n) =~ tr/a-z/A-Z/;
1229 $ret.="$n.dll: \$(${nn}OBJ)\n";
1232 $ret.="\t\$(MKSHLIB) $efile$n.dll $def @<<\n \$(${nn}OBJ_F)\n<<\n";
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmac.c1725 int i, nn, nc;
1729 nn = strlen (name);
1731 key = make_uninit_string (nn + nc + 1);
1733 strncpy (SDATA (key) + nn + 1, class, nc);
1752 for (tmp = quark_name, nn = 0; CONSP (tmp); tmp = XCDR (tmp), nn++)
1763 if (nn != nc)
1722 int i, nn, nc; local
/macosx-10.10.1/swig-12/Source/Modules/
H A Dallegrocl.cxx758 Node *nn = NewHash(); local
759 Setattr(nn,"nodeType","classforward");
760 Setattr(nn,"kind","class");
761 Setattr(nn,"sym:name",tok_name);
762 Setattr(nn,"name",tok_key);
763 Setattr(nn,"allegrocl:package",current_namespace);
765 add_forward_referenced_type(nn, 0);
H A Dlang.cxx2526 Node *nn = over; local
2527 while (nn) {
2528 if (!is_public(nn)) {
2529 if (!dirclass || !need_nonpublic_ctor(nn)) {
2530 SetFlag(nn, "feature:ignore");
2533 nn = Getattr(nn, "sym:nextSibling");
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c1244 TN* nn = tn_new (t, name);
1246 tn_insert (tn, idx, nn);
1247 Tcl_SetObjResult (interp, Tcl_NewListObj (1, &nn->name));
1227 TN* nn = tn_new (t, name); local
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkcombobox.rb464 # e0.values(%w(aa bb cc dd ee ff gg hh ii jj kk ll mm nn oo pp qq rr ss tt uu))
471 e.values(%w(aa bb cc dd ee ff gg hh ii jj kk ll mm nn oo pp qq rr ss tt uu))
/macosx-10.10.1/ICU-531.30/icuSources/data/curr/
H A Dresfiles.mk108 nn.txt nnh.txt nus.txt nyn.txt om.txt\
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregcomp.c371 unsigned long nn; local
457 nn = env->stats.n;
467 if (env->stats.n < nn)
468 env->stats.n = nn;
470 nn = env->stats.n;
471 if ((env->stats.n += cn) < nn)
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomplist.c427 char *n = s, *p, **nn; local
437 for (i = 0, nn = colnames; *nn; i++, nn++)
438 if (!strcmp(n, *nn))
449 if (*nn) {
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_srvr.c1022 int m,nn,o,v,done=0; local
1024 nn=sk_SSL_COMP_num(s->ctx->comp_methods);
1025 for (m=0; m<nn; m++)
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkey.c2716 struct mbuf *n, *nn; local
2756 for (nn = n; nn; nn = nn->m_next)
2757 n->m_pkthdr.len += nn->m_len;
6551 struct mbuf *n, *nn; local
6606 for (nn = n; nn; nn
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/data/locales/
H A Dresfiles.mk141 nmg_CM.txt nn.txt nn_NO.txt nnh.txt nnh_CM.txt\
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c3942 int n, o, nn, no; local
3959 nn = n; no = o;
3967 nn--;
3983 if ( ( nn || ( no > 0 && no < o ) ) &&
4027 if ( nn && no < o ) {
4033 mod->sml_numvals = nn;
4034 mod->sml_values = ch_malloc( ( nn + 1 ) * sizeof(struct berval) );
4036 mod->sml_nvalues = ch_malloc( ( nn + 1 ) * sizeof(struct berval) );
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcs-survival.tex246 prom�nn�ch, datov�ch typ� a dal��ho. Pro vytvo�en� tabulky zna�ek spus�te
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_no_no.latin1.vim39 menutrans Put\ &Before<Tab>[p Lim\ i&nn\ f�r\ mark�r<Tab>[p

Completed in 848 milliseconds

12345