Searched refs:pile (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_table.c189 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e) argument
193 while((n = sk_ENGINE_find(pile->sk, e)) >= 0)
195 (void)sk_ENGINE_delete(pile->sk, n);
196 pile->uptodate = 0;
198 if(pile->funct == e)
201 pile->funct = NULL;
337 static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall) argument
339 dall->cb(pile->nid, pile->sk, pile
[all...]
/freebsd-10.0-release/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile6 script.cpp mark.cpp other.cpp delim.cpp sqrt.cpp pile.cpp special.cpp
/freebsd-10.0-release/contrib/mdocml/
H A Dmandoc.h353 enum eqn_pilet pile; /* equation piling */ member in struct:eqn_box
H A Dtree.c295 ep->pos, ep->font, ep->mark, ep->pile,
H A Deqn.c208 { "pile", 4 }, /* EQNPILE_PILE */
415 switch (bp->last->pile) {
538 last->last->pile = (enum eqn_pilet)i;

Completed in 61 milliseconds