Searched refs:curpos (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c344 unsigned int curpos; /* Current best table index */ local
361 curpos = pjk;
367 table[curpos] = table[curj]; /* Old key to new site */
369 printf("Switch curpos = %o, curj = %o, oldi = %o\n",
370 curj, curpos, i);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1149 * if <cur> is non-zero and <= <off>, then correspodning <curpos> will start the search
1151 Edpos_t ed_curpos(Edit_t *ep,genchar *phys, int off, int cur, Edpos_t curpos) argument
1163 pos = curpos;

Completed in 25 milliseconds