Searched refs:pindex (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/docs_src/support/
H A DXindex28 (cat $BDB_SRC/docs_src/support/static.src $TARGET/$2/pindex.src;
30 $TARGET/api_c/pindex.src) |
45 [ -f $TARGET/api_c/pindex.src ] &&
48 [ -f $TARGET/api_cxx/pindex.src ] &&
51 [ -f $TARGET/api_tcl/pindex.src ] &&
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Doptjoin.c105 opt_info.index = state->pindex ? state->pindex : 1;
H A Doptlib.h91 int pindex; /* prev index for backup */ member in struct:Optstate_s
H A Doptget.c4204 state.pindex = opt_info.index;
/macosx-10.9.5/ncurses-42/ncurses/menu/
H A Dm_cursor.c97 if ((menu->opt & O_SHOWMATCH) && (menu->pindex > 0))
98 x += (menu->pindex + menu->marklen - 1);
H A Dm_driver.c46 (menu)->pattern[--((menu)->pindex)] = '\0'
50 { (menu)->pattern[((menu)->pindex)++] = (ch);\
51 (menu)->pattern[(menu)->pindex] = '\0'; }
133 if ((menu->pindex + 1) > menu->namelen)
189 if (ch && ch != BS && menu->pindex > 0)
386 if (menu->pindex > 0)
H A Dmenu.priv.h106 { (menu)->pindex = 0; \
H A Dmenu.h107 short pindex; /* Index into pattern buffer */ member in struct:tagMENU
H A Dm_global.c157 menu->pindex = 0;
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod_acl.c141 unsigned pindex = 0; local
187 for (pindex = 0; acl_perms[pindex].name != NULL; pindex++) {
188 if (!strcmp(acl_perms[pindex].name, tok)) {
190 acl_add_perm(perms, acl_perms[pindex].perm);
196 for (pindex = 0; acl_flags[pindex].name != NULL; pindex++) {
197 if (!strcmp(acl_flags[pindex]
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Doptlib.h86 int pindex; /* prev index for backup */ member in struct:Optstate_s
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dlibmicro.c170 static int pindex = -1; variable
424 pindex = 0;
433 pindex = i;
561 tsd = gettsd(pindex, i);
568 tsd = gettsd(pindex, 0);
987 return (pindex);
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dsparse.c694 oldgnu_store_sparse_info (struct tar_sparse_file *file, size_t *pindex,
697 for (; *pindex < file->stat_info->sparse_map_avail
698 && sparse_size > 0; sparse_size--, sp++, ++*pindex)
700 OFF_TO_CHARS (file->stat_info->sparse_map[*pindex].offset,
702 SIZE_TO_CHARS (file->stat_info->sparse_map[*pindex].numbytes,
690 oldgnu_store_sparse_info(struct tar_sparse_file *file, size_t *pindex, struct sparse *sp, size_t sparse_size) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c960 void zone_page_table_expand(zone_page_index_t pindex);
961 struct zone_page_table_entry *zone_page_table_lookup(zone_page_index_t pindex);
2212 zone_page_table_expand(zone_page_index_t pindex) argument
2217 assert(pindex < zone_pages);
2219 first_index = zone_page_table_first_level_slot(pindex);
2263 zone_page_table_lookup(zone_page_index_t pindex) argument
2265 unsigned int first_index = zone_page_table_first_level_slot(pindex);
2269 return &second_level[zone_page_table_second_level_slot(pindex)];
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dregistry.c1132 int mode, pindex;
1167 &pindex) != TCL_OK) {
1173 switch (pindex) {
/macosx-10.9.5/BootCache-106/
H A Dkext.c576 static struct BC_history_mount_device * BC_get_history_mount_device(dev_t dev, int* pindex);
4520 static struct BC_history_mount_device * BC_get_history_mount_device(dev_t dev, int* pindex) { argument
4562 if (pindex)
4563 *pindex = mount_idx;
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexinfmt.el66 (defvar texinfo-pindex)
163 texinfo-pindex
364 texinfo-pindex
463 texinfo-pindex texinfo-tindex texinfo-kindex)))
2932 (put 'pindex 'texinfo-format 'texinfo-format-pindex)
2933 (defun texinfo-format-pindex ()
2934 (texinfo-index 'texinfo-pindex))
2961 ("pg" . texinfo-pindex)
3027 ("pg" . pindex)
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c8052 long *pindex;
8109 for (isym = isymbuf, pindex = finfo->indices, ppsection = finfo->sections;
8111 isym++, pindex++, ppsection++)
8117 *pindex = -1;
8216 *pindex = bfd_get_symcount (output_bfd);
8042 long *pindex; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js5294 var pindex = null;
5298 pindex = 0;
5302 pindex = navigationTree[j4]["parentIndex"]+1;
5306 // document.write('treeNodes[' + pindex +'].items['+ lindex +'].MTMakeSubmenu(treeNodes['+(j4+1)+']);<br>');
5308 treeNodes[pindex].items[lindex].MTMakeSubmenu(treeNodes[j4+1]);
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex2128 \def\pindex {\pgindex}
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex3311 \def\pindex {\pgindex}
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex2929 \def\pindex {\pgindex}
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex3415 \def\pindex {\pgindex}
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex3090 \def\pindex {\pgindex}
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex3542 \def\pindex {\pgindex}

Completed in 536 milliseconds

12