Home
last modified time | relevance | path

Searched refs:blklen (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/csh/
H A Dsh.misc.c111 blklen(tchar **av) in blklen() function
152 (tchar **)xcalloc((unsigned)(blklen(v) + 1), in saveblk()
193 (tchar **)xcalloc((unsigned)(blklen(up) + blklen(vp) + 1), in blkspl()
335 (tchar **)xcalloc((unsigned)(blklen(v) + 1), in copyblk()
H A Dsh.set.c172 if (subscr < 1 || subscr > blklen(v->vec)) in getvx()
782 len = blklen(p->vec); in plist()
H A Dsh.exec.c305 len = blklen(list); in tconvert()
H A Dsh.func.c133 i = blklen(t->t_dcom) - 1; in func()
516 if (v[0][0] != '(' || v[blklen(v) - 1][0] != ')') { in doforeach()
H A Dsh.dol.c468 upb = blklen(vp->vec); in Dgetdol()
H A Dsh.c1102 cnt = blklen(vp); in mailchk()
/titanic_44/usr/src/cmd/sh/
H A Dblok.c282 blklen(q) in blklen() function
331 blen = blklen(pp);
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c102 static int blklen(char **av);
680 blklen(char **av) in blklen() function
733 register char **nv = (char **)malloc((unsigned)((blklen(v) + 1) * in copyblk()
/titanic_44/usr/src/uts/common/io/
H A Dfdc.c2600 size_t blklen; in fdc_intr() local
2682 csb->csb_dmacurrwin, &off, &blklen, in fdc_intr()