Lines Matching refs:nbytes
112 int nbytes = SIZEOF(xTextElt);
138 BufAlloc (xTextElt *, elt, nbytes);
144 nbytes = 254 * 2;
150 nbytes += SIZEOF(xTextElt);
151 BufAlloc (xTextElt *, elt, nbytes);
157 BufAlloc(char *, DummyChar, nbytes);
165 nbytes += SIZEOF(xTextElt);
166 BufAlloc (xTextElt *, elt, nbytes);
178 nbytes = PartialNChars * 2;
184 nbytes += SIZEOF(xTextElt);
185 BufAlloc (xTextElt *, elt, nbytes);
191 BufAlloc(char *, DummyChar, nbytes);
199 nbytes += SIZEOF(xTextElt);
200 BufAlloc (xTextElt *, elt, nbytes);