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

/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dfacts.pl17 % art,bok,bol,con,inb,inc,inp,man,mas,mis,phd,pro,tec,unp
20 all_doctypes([art,bok,bol,con,inb,inc,inp,man,mas,mis,phd,pro,tec,unp]).
21 order_doctypes([tec,bok,art,inp,pro,con,phd,inb,bol,inc,man,mas,mis,unp]).
43 type_abbr(unpublished,unp).
170 cap_type_abbr('Unpublished',unp).
212 prompted_atts(unp,[[aut,m],[key,m],[tit,m],[yea,o],[mon,o],
235 rel_has_atts(unp,[ide,aut,key,tit,yea,mon,nte,dat]).
261 mandatory_atts(unp,[aut,key,tit]).
267 att_of_types(aut,[art,bok,bol,con,inb,inc,inp,man,mas,mis,phd,tec,unp]).
270 att_of_types(dat,[art,bok,bol,con,inb,inc,inp,man,mas,mis,phd,pro,tec,unp])
[all...]
H A Dyoyo3.pl591 insert(unp(ide = Ide, aut = Aut, tit = Tit, yea = Yea, mon = Mon,
H A Dcheck_entry.pl679 insert(unp(ide = Ide, aut = Aut, key = Key, tit = Tit, yea = Yea,
/barrelfish-master/lib/nfs/
H A Dxdr.c347 char *unp, /* the union itself */
367 return ((*(choices->proc))(xdrs, unp));
374 (*dfault)(xdrs, unp));
/barrelfish-master/lib/libc/xdr/
H A Dxdr.c630 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) argument
634 * char *unp; // the union itself
655 return ((*(choices->proc))(xdrs, unp));
662 (*dfault)(xdrs, unp));

Completed in 47 milliseconds