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

/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A Daol-xotcl.tcl24 set nslist ""
29 lappend nslist $n
32 foreach n $nslist {
/macosx-10.9.5/bind9-45.100/bind9/lib/export/samples/
H A Dnsprobe.c107 ISC_LIST(struct probe_ns) nslist; member in struct:probe_trans
311 for (pns = ISC_LIST_HEAD(trans->nslist); pns != NULL;
660 trans->current_ns = ISC_LIST_HEAD(trans->nslist);
673 ISC_LIST_HEAD(trans->nslist);
811 trans->current_ns = ISC_LIST_HEAD(trans->nslist);
869 while ((pns = ISC_LIST_HEAD(trans->nslist)) != NULL) {
870 ISC_LIST_UNLINK(trans->nslist, pns, link);
939 ISC_LIST_APPEND(trans->nslist, pns, link);
954 if (!ISC_LIST_EMPTY(trans->nslist)) {
956 trans->current_ns = ISC_LIST_HEAD(trans->nslist);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnrss.el1084 (nslist (if prefix
1086 (ns (cond ((eq (length nslist) 1) ; no prefix given
1088 ((eq (length nslist) 2) ; extract prefix
1089 (cadr nslist)))))
/macosx-10.9.5/libxml2-26/libxml2/
H A Druntest.c3705 const char *nslist = NULL; local
3744 if (loadMem(ns_filename, &nslist, &nssize)) {
3750 inclusive_namespaces = parse_list((xmlChar *) nslist);
3780 if (nslist != NULL) free((char *) nslist);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Druntest.c3707 const char *nslist = NULL; local
3746 if (loadMem(ns_filename, &nslist, &nssize)) {
3752 inclusive_namespaces = parse_list((xmlChar *) nslist);
3782 if (nslist != NULL) free((char *) nslist);

Completed in 112 milliseconds