Searched refs:chars (Results 26 - 41 of 41) sorted by relevance

12

/haiku/src/apps/serialconnect/
H A DTermView.cpp165 if (newCell.chars[0] == 0) {
171 wcstombs(buffer, (wchar_t*)newCell.chars,
449 cell.chars[0] = 0;
/haiku/src/libs/glut/
H A Dglut_mroman.c2319 static const StrokeCharRec chars[] = { variable
2450 StrokeFontRec glutStrokeMonoRoman = { "Roman", 128, chars, 119.048, -33.3333 };
H A Dglut_roman.c2319 static const StrokeCharRec chars[] = { variable
2450 StrokeFontRec glutStrokeRoman = { "Roman", 128, chars, 119.048, -33.3333 };
H A Dglut_hel10.c1545 static const BitmapCharRec * const chars[] = { variable
1776 chars
H A Dglut_tr10.c1544 static const BitmapCharRec * const chars[] = { variable
1775 chars
H A Dglut_8x13.c1808 static const BitmapCharRec * const chars[] = { variable
2071 chars
H A Dglut_9x15.c1810 static const BitmapCharRec * const chars[] = { variable
2073 chars
H A Dglut_hel12.c1555 static const BitmapCharRec * const chars[] = { variable
1786 chars
H A Dglut_hel18.c1664 static const BitmapCharRec * const chars[] = { variable
1895 chars
H A Dglut_tr24.c1827 static const BitmapCharRec * const chars[] = { variable
2058 chars
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp297 int32 chars = str.CountChars(); local
301 for (int32 i = 0, c = 0; i < len && c < chars; c++) {
/haiku/src/bin/unzip/
H A Dfileio.c872 /* 2: ready to read VMS_line_length chars */
1289 ((Uz_Globs *)pG)->chars = 0;
1327 ((Uz_Globs *)pG)->chars = 0;
1331 ((Uz_Globs *)pG)->chars +=
1332 (TABSIZE - (((Uz_Globs *)pG)->chars % TABSIZE));
1335 ++((Uz_Globs *)pG)->chars;
1337 if (((Uz_Globs *)pG)->chars >= ((Uz_Globs *)pG)->width)
1343 ((Uz_Globs *)pG)->chars = 0;
1937 char tmp_fnote[2 * AMIGA_FILENOTELEN]; /* extra room for squozen chars */
2208 /* convert multi-line text into single line with no ctl-chars
[all...]
/haiku/src/apps/terminal/
H A DTermView.h107 const char* chars);
H A DTermView.cpp340 // TODO: Make the special word chars user-settable!
769 TermView::SetKeymap(const key_map* keymap, const char* chars) argument
772 fKeymapChars = chars;
1420 // No chars to draw : we just fill the rectangle with the
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1835 BString chars(separator + 1);
1837 const char* c = chars.CharAt(0, &length);
1840 c = chars.CharAt(1, &length);
/haiku/src/system/kernel/debug/
H A Ddebug.cpp251 const char* chars, int32 charCount)
253 // move the following chars to make room for the ones to insert
259 // insert chars
260 memcpy(buffer + position, chars, charCount);
265 // print the new chars (and the following ones)
291 // move the subsequent chars
490 // clear chars
250 insert_chars_into_line(char* buffer, int32& position, int32& length, const char* chars, int32 charCount) argument

Completed in 233 milliseconds

12