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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c452 unsigned wBoundaries[4] = { 2-1, 2+3-1, 2+3+5-1, 0 }; local
454 while (nWords >= 2 && nChars < (wBoundaries[nWords-2]+1) + 4)
456 wBoundaries[nWords-1] = 0xffffffff; /* don't end word past this point */
464 if (i == wBoundaries[w]) { /* end a word here and move to next */

Completed in 109 milliseconds