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

/freebsd-13-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-13-stable/contrib/tcsh/
H A Dsh.hist.c437 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
440 if (nChars < 1)
443 Char *number = xmalloc((nChars+nWords)*sizeof(Char));
451 while (nWords >= 2 && nChars < (wBoundaries[nWords-2]+1) + 4)
455 for (i = 0; i<nChars; i++) {
470 number[nChars + w] = 0; /* terminate last word */
478 unsigned j = nChars-1 + w;
504 samples, nChars, w+1, hashFcnName, (int)((sec/samples)*1e9),
505 (int)((double)samples*nChars/sec/1e6));

Completed in 55 milliseconds