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

/freebsd-11-stable/stand/ficl/
H A Dtools.c744 int nChars = 0; local
760 nChars += sprintf(pPad + nChars, "%s", cp);
762 if (nChars > 70)
764 pPad[nChars] = '\0';
765 nChars = 0;
777 len = nCOLWIDTH - nChars % nCOLWIDTH;
779 pPad[nChars++] = ' ';
782 if (nChars > 70)
784 pPad[nChars]
[all...]
H A Dvm.c472 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib) argument
480 pVM->tib.end = text + nChars;
H A Dficl.h638 void vmPushTib (FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib);
950 ** terminated, you can pass -1 as nChars rather than count it.
972 int ficlExecC(FICL_VM *pVM, char *pText, FICL_INT nChars);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c427 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
430 if (nChars < 1)
433 Char *number = xmalloc((nChars+nWords)*sizeof(Char));
441 while (nWords >= 2 && nChars < (wBoundaries[nWords-2]+1) + 4)
445 for (i = 0; i<nChars; i++) {
460 number[nChars + w] = 0; /* terminate last word */
468 unsigned j = nChars-1 + w;
494 samples, nChars, w+1, hashFcnName, (int)((sec/samples)*1e9),
495 (int)((double)samples*nChars/sec/1e6));

Completed in 69 milliseconds