Searched refs:nlist (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcio.c396 ssize_t vcioputlist(Vcio_t* io, Vcint_t* list, ssize_t nlist) argument
398 ssize_t vcioputlist(io, list, nlist)
401 ssize_t nlist;
414 for(i = 0; i < nlist; ++i)
430 for(i = 0; i < nlist; ++i)
443 for(i = 0; i < nlist; ++i)
467 ssize_t vciogetlist(Vcio_t* io, Vcint_t* list, ssize_t nlist) argument
469 ssize_t vciogetlist(io, list, nlist)
472 ssize_t nlist;
489 { for(nl = 0; nl < nlist;
562 vcpositive(Vcint_t* list, ssize_t nlist, ssize_t* pos, ssize_t* neg, int type) argument
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dmnt_imount.c98 int nlist; local
162 nlist = mkargv(s, elist, 20);
169 (void) (*COMMAND[i].main)(nlist, elist);
/ast/src/cmd/ss/
H A Dssd.c81 #include <nlist.h>
207 static struct nlist names[elementsof(symbols) + 1];
421 nlist(s, names);
425 error(1, "%s: %s not in nlist", s, names[n].n_name);
/ast/src/cmd/mam/
H A Dshmam.awk1376 function notonlist(s, list, nlist, al, arr, i,n)
1380 for (i=1; i<=nlist; i++)

Completed in 17 milliseconds