Searched refs:sl_cur (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dstringlist.c57 sl->sl_cur = 0;
74 if (sl->sl_cur == sl->sl_max - 1) {
80 sl->sl_str[sl->sl_cur++] = name;
99 for (i = 0; i < sl->sl_cur; i++)
117 for (i = 0; i < sl->sl_cur; i++)
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dsl_init.c56 sl->sl_cur = 0;
73 if (sl->sl_cur == sl->sl_max - 1) {
83 sl->sl_str[sl->sl_cur++] = name;
100 for (i = 0; i < sl->sl_cur; i++)
116 for (i = 0; i < sl->sl_cur; i++)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstringlist.h47 size_t sl_cur; member in struct:_stringlist
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dcomplete.c101 if (words->sl_cur == 0)
104 if (words->sl_cur == 1) { /* only once choice available */
119 for (i = 1 ; i < words->sl_cur ; i++) {
137 qsort(words->sl_str, words->sl_cur, sizeof(char *), comparstr);
348 for (i = 0; i < dirlist->sl_cur; i++) {
H A Dutil.c904 for (i = 0 ; i < sl->sl_cur ; i++) {
914 lines = (sl->sl_cur + columns - 1) / columns;
920 if (j * lines + i + lines >= sl->sl_cur) {
H A Dmain.c807 marg_sl->sl_cur = 0; /* reset to start of marg_sl */
/macosx-10.10.1/doc_cmds-49/makewhatis/
H A Dmakewhatis.c309 for (i = 0; i < names->sl_cur; i++) {
380 qsort(whatis_lines->sl_str, whatis_lines->sl_cur, sizeof(char *), linesort);
381 for (i = 0; i < whatis_lines->sl_cur; i++) {
808 for (i = 0; i < names->sl_cur; i++)
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h179 size_t sl_cur; member in struct:_stringlist

Completed in 137 milliseconds