Home
last modified time | relevance | path

Searched refs:nChars (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dtools.c722 int nChars = 0; in ficlPrimitiveWordsBackend() local
765 if (nChars + wp->length >= columns) { in ficlPrimitiveWordsBackend()
766 pPad[nChars++] = '\n'; in ficlPrimitiveWordsBackend()
767 pPad[nChars] = '\0'; in ficlPrimitiveWordsBackend()
768 nChars = 0; in ficlPrimitiveWordsBackend()
774 nChars += sprintf(pPad + nChars, "%s", cp); in ficlPrimitiveWordsBackend()
776 if (nChars > columns - 10) { in ficlPrimitiveWordsBackend()
777 pPad[nChars++] = '\n'; in ficlPrimitiveWordsBackend()
778 pPad[nChars] = '\0'; in ficlPrimitiveWordsBackend()
779 nChars = 0; in ficlPrimitiveWordsBackend()
[all …]
H A Dvm.c2273 ficlVmPushTib(ficlVm *vm, char *text, ficlInteger nChars, ficlTIB *pSaveTib) in ficlVmPushTib() argument
2279 vm->tib.end = text + nChars; in ficlVmPushTib()
H A Dficl.h1157 ficlVmPushTib(ficlVm *vm, char *text, ficlInteger nChars, ficlTIB *pSaveTib);