Searched refs:oe (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/text_cmds-88/sed/
H A Dmisc.c61 static char *oe; local
64 if (oe != NULL)
65 free(oe);
67 if ((oe = malloc(s)) == NULL)
69 (void)regerror(errcode, preg, oe, s);
70 return (oe);
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dfts_fix.c44 FTSENT* oe; local
48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
50 *ne = *oe;
51 oe = ne;
56 return oe;
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dipa.el59 ("oe" ?,00(B)
74 ("oe~" ?,0=(B)
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Drefresh.c445 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
471 oe = o;
472 *oe = '\0';
561 if ((oe - ols) < MIN_END_KEEP) {
562 ols = oe;
589 ols = oe;
593 ols = oe;
605 ols = oe;
609 ols = oe;
632 ELRE_DEBUG(1, (__F, "ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Ded.refresh.c562 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
590 oe = o;
591 *oe = (Char) 0;
697 if ((oe - ols) < MIN_END_KEEP) {
698 ols = oe;
726 ols = oe;
730 ols = oe;
742 ols = oe;
746 ols = oe;
772 dprintf("ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
531 oe = o;
532 *oe = '\0';
621 if ((oe - ols) < MIN_END_KEEP) {
622 ols = oe;
649 ols = oe;
653 ols = oe;
665 ols = oe;
669 ols = oe;
692 ELRE_DEBUG(1, (__F, "ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/macosx-10.10/libedit-40/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
531 oe = o;
532 *oe = '\0';
621 if ((oe - ols) < MIN_END_KEEP) {
622 ols = oe;
649 ols = oe;
653 ols = oe;
665 ols = oe;
669 ols = oe;
692 ELRE_DEBUG(1, (__F, "ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/macosx-10.10/groff-38/groff/font/devdvi/
H A DTBI242 oe 866814,466034,0,89131 0 0033
H A DTI243 oe 750310,451470,0,78789 0 0033
H A DTB236 oe 937888,466034 0 0033
H A DTR304 oe 815562,451470 0 0033
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-relay/
H A Dop.c180 wrap_oex.oe.oe_key = (char *) wrap_bd->be_private + (which); \
181 LDAP_SLIST_INSERT_HEAD( &(op)->o_extra, &wrap_oex.oe, oe_next ); \
185 LDAP_SLIST_REMOVE( &(op)->o_extra, &wrap_oex.oe, OpExtra, oe_next ); \
/macosx-10.10/ruby-106/ruby/lib/
H A Dopen3.rb184 # Open3.popen2e("gcc", "-Wall", source) {|i,oe,t|
185 # oe.each {|line|
372 popen2e(*cmd, opts) {|i, oe, t|
375 oe.binmode
377 outerr_reader = Thread.new { oe.read }
/macosx-10.10/groff-38/groff/font/devps/
H A Dtext.enc137 oe 155
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c300 * oe and ne are ends (not end+1) of subarrays.
307 Pos_t* oe; local
316 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nen
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c36 OpExtra oe; member in struct:OpExtraOD
834 OpExtraOD *oe = NULL; local
846 oe = (OpExtraOD*)oex;
849 uuid_unparse_lower(oe->uuid, uuidstr);
852 odusers_add_authdata(op, rs, oe->uuid);
854 LDAP_SLIST_REMOVE(&op->o_extra, &oe->oe, OpExtra, oe_next);
855 free(oe);
2003 OpExtraOD *oe = NULL; local
2005 oe
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dadd.c29 Entry *p = NULL, *oe = op->ora_e; local
339 if (!acl_check_modlist(op, oe, op->ora_modlist)) {
526 bdb_cache_deref( oe->e_private );
527 if ( op->ora_e == oe )
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp190 oe = MI->memoperands_end();
191 o != oe;
208 oe = MI->memoperands_end();
209 o != oe;
/macosx-10.10/rsync-45/rsync/popt/
H A Dpopt.c727 char *oe; local
744 for (oe = optString; *oe && *oe != '='; oe++)
746 if (*oe == '=') {
747 *oe++ = '\0';
749 longArg = origOptString + (oe - localOptString);
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_open3.rb146 oe, s = Open3.capture2e(RUBY, '-e', 'i=STDIN.read; print i+"o"; STDOUT.flush; STDERR.print i+"e"', :stdin_data=>"i")
147 assert_equal("ioie", oe)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Ddisplay.c1216 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1351 of the distance between ne and new and oe and old, respectively, to
1353 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1357 if (ofd == oe && nfd == ne)
1365 ols = old + _rl_find_prev_mbchar (old, oe - old, MB_FIND_ANY);
1391 ols = oe - 1; /* find last same */
1406 ols = oe;
1678 lendiff = (oe
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackend.c1612 oex.oe.oe_key = (void *)backend_group;
1613 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1620 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
1773 oex.oe.oe_key = (void *)backend_attribute;
1774 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1781 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
1961 oex.oe.oe_key = (void *)backend_operational;
1962 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1970 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
H A Dadd.c189 oex.oe.oe_key = (void *)do_add;
191 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
195 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DGoogle.tcl172 lr string ie string oe string} \
/macosx-10.10/vim-55/runtime/syntax/
H A Dcupl.vim57 syn match cuplExtension "\.oe\>"

Completed in 392 milliseconds

123