Home
last modified time | relevance | path

Searched refs:counted (Results 1 – 21 of 21) sorted by relevance

/titanic_54/usr/src/common/ficl/
H A Dextras.c17 ficlCountedString *counted = (ficlCountedString *)vm->pad; in ficlPrimitiveSystem() local
19 ficlVmGetString(vm, counted, '\n'); in ficlPrimitiveSystem()
20 if (FICL_COUNTED_STRING_GET_LENGTH(*counted) > 0) { in ficlPrimitiveSystem()
22 system(FICL_COUNTED_STRING_GET_POINTER(*counted)); in ficlPrimitiveSystem()
47 ficlCountedString *counted = (ficlCountedString *)filename; in ficlPrimitiveLoad() local
54 ficlVmGetString(vm, counted, '\n'); in ficlPrimitiveLoad()
56 if (FICL_COUNTED_STRING_GET_LENGTH(*counted) <= 0) { in ficlPrimitiveLoad()
65 f = fopen(FICL_COUNTED_STRING_GET_POINTER(*counted), "r"); in ficlPrimitiveLoad()
68 ficlVmTextOut(vm, FICL_COUNTED_STRING_GET_POINTER(*counted)); in ficlPrimitiveLoad()
100 FICL_COUNTED_STRING_GET_POINTER(*counted), line); in ficlPrimitiveLoad()
H A Dprimitives.c1285 ficlCountedString *counted = (ficlCountedString *) in ficlPrimitiveCountedStringQuoteIm() local
1288 ficlVmGetString(vm, counted, '\"'); in ficlPrimitiveCountedStringQuoteIm()
1289 ficlStackPushPointer(vm->dataStack, counted); in ficlPrimitiveCountedStringQuoteIm()
1295 counted->length + sizeof (ficlUnsigned8)); in ficlPrimitiveCountedStringQuoteIm()
1524 ficlCountedString *counted = FICL_POINTER_TO_COUNTED_STRING(vm->pad); in ficlPrimitiveLessNumberSign() local
1525 counted->length = 0; in ficlPrimitiveLessNumberSign()
1539 ficlCountedString *counted; in ficlPrimitiveNumberSign() local
1545 counted = FICL_POINTER_TO_COUNTED_STRING(vm->pad); in ficlPrimitiveNumberSign()
1548 counted->text[counted->length++] = ficlDigitToCharacter(uqr.remainder); in ficlPrimitiveNumberSign()
1561 ficlCountedString *counted; in ficlPrimitiveNumberSignGreater() local
[all …]
H A Ddictionary.c728 ficlCountedString *counted; in ficlDictionarySee() local
729 counted = (ficlCountedString *)(void *)++cell; in ficlDictionarySee()
731 ficlAlignPointer(counted->text + in ficlDictionarySee()
732 counted->length + 1) - 1; in ficlDictionarySee()
733 sprintf(trace, "s\" %.*s\"", counted->length, in ficlDictionarySee()
734 counted->text); in ficlDictionarySee()
738 ficlCountedString *counted; in ficlDictionarySee() local
739 counted = (ficlCountedString *)(void *)++cell; in ficlDictionarySee()
741 ficlAlignPointer(counted->text + in ficlDictionarySee()
742 counted->length + 1) - 1; in ficlDictionarySee()
[all …]
H A Dvm.c2080 ficlVmGetString(ficlVm *vm, ficlCountedString *counted, char delimiter) in ficlVmGetString() argument
2088 strncpy(counted->text, FICL_STRING_GET_POINTER(s), in ficlVmGetString()
2090 counted->text[FICL_STRING_GET_LENGTH(s)] = '\0'; in ficlVmGetString()
2091 counted->length = (ficlUnsigned8)FICL_STRING_GET_LENGTH(s); in ficlVmGetString()
2093 return (counted->text + FICL_STRING_GET_LENGTH(s) + 1); in ficlVmGetString()
/titanic_54/usr/src/data/perfmon/
H A Dreadme.txt14 core - Contains events counted from within a logical processor core.
15 offcore - Contains matrix events counted from the core, but measuring responses that come from offc…
90 This field contains a description of what is being counted by a particular event.
93 In some cases, this field will contain a more detailed description of what is counted by an event.
131 …RUPTS.RECIEVED event is recommended because the hardware interrupt being counted may lead to the m…
136 This field is set for an event which can only be sampled or counted by itself, meaning that when th…
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dgrep.sh96 A line containing foobar should also be counted.
/titanic_54/usr/src/common/ficl/softcore/
H A Dstring.fr7 \ counted string, buffer sized dynamically
H A Doo.fr105 \ takes a counted string method name from the stack (as compiled
/titanic_54/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in192 ** All changes are counted, even if they were later undone by a
194 ** dropping tables are not counted.
197 ** in the inner, recursive call are counted together with the changes
216 ** Changes are counted, even if they are later undone by a ROLLBACK or
218 ** result of the INSERT, UPDATE, or DELETE statement are not counted.
221 ** in the inner, recursive call are counted together with the changes
/titanic_54/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl320 counted when computing this number. The percentage at the right shows
/titanic_54/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-1348 `0' is the drive number, which is counted from _zero_. This expression
357 partition numbers are counted from _zero_, not from one. This
366 counted from `4', regardless of the actual number of primary partitions
H A Dgrub.texi389 disk. The number @samp{0} is the drive number, which is counted from
401 that the partition numbers are counted from @emph{zero}, not from
412 counted from @samp{4}, regardless of the actual number of primary
3815 counted from zero. So, if you want to specify GNU/Hurd here, then you
H A Dgrub.info349 `0' is the drive number, which is counted from _zero_. This expression
358 partition numbers are counted from _zero_, not from one. This
367 counted from `4', regardless of the actual number of primary partitions
3651 counted from zero. So, if you want to specify GNU/Hurd here, then you
H A Dgrub.info-3942 counted from zero. So, if you want to specify GNU/Hurd here, then you
/titanic_54/usr/src/boot/sys/boot/forth/
H A Dsupport.4th39 \ string counted string structure
1177 \ we have relative name, make it absolute and convert to counted string
/titanic_54/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc136 * counted in stat engines for each type. These are used in deciding
/titanic_54/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME200 structures used in this way are reference counted. For more details
/titanic_54/usr/src/cmd/vi/port/
H A Dex.news482 The number of changes inside the macro is counted, and just
/titanic_54/usr/src/contrib/zlib/
H A DChangeLog35 - Clarify that prefix codes are counted in enough.c
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2921 of a pipeline are not counted when computing the time.
H A DRELEASE2474 are not counted with respect to group numbering.