Searched refs:line (Results 151 - 175 of 245) sorted by relevance

12345678910

/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h35 BString _GetTextForLine(size_t line);
/haiku/src/bin/network/telnetd/
H A Dext.h48 extern int alwayslinemode; /* command line option */
80 extern char line[16];
/haiku/src/apps/diskprobe/
H A DDataView.cpp354 DataView::ConvertLine(char *line, off_t offset, const uint8 *buffer, size_t size) argument
357 line[0] = '\0';
361 line += sprintf(line, fBase == kHexBase ? "%0*" B_PRIxOFF": " : "%0*"
366 strcpy(line, " ");
367 line += kHexByteWidth;
369 line += sprintf(line, "%02x ", *(unsigned char *)(buffer + i));
372 strcpy(line, " ");
373 line
399 char line[255]; local
[all...]
H A DProbeView.cpp414 BGroupView* line = new BGroupView(B_HORIZONTAL); local
415 GridLayout()->AddView(line, 1, 0);
427 line->AddChild(stringView);
438 line->AddChild(fPathView);
444 line->AddChild(stringView);
454 line->AddChild(fTypeControl);
463 line->AddChild(fStopButton);
465 BGroupLayoutBuilder(line).AddGlue();
467 line = new BGroupView(B_HORIZONTAL, B_USE_SMALL_SPACING);
468 GridLayout()->AddView(line,
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_debug_console.cpp28 arch_debug_remove_interrupt_handler(uint32 line) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug_console.cpp21 arch_debug_remove_interrupt_handler(uint32 line) argument
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmalloc.h38 void *_kernel_contigmalloc(const char *file, int line, size_t size, int flags,
H A Dktr.h131 void ktr_tracepoint(u_int mask, const char *file, int line,
136 #define ktr_tracepoint(mask, file, line, format, arg1, arg2, arg3, arg4, arg5, arg6) \
137 driver_printf("(%s:%i) " format "\n", file, line, arg1, arg2, arg3, arg4, arg5, arg6)
/haiku/src/tools/restest/
H A Drestest.cpp65 for (int32 line = 0; charsLeft > 0; line++) {
66 if (line != 0 || indentFirst) {
/haiku/src/kits/shared/
H A DJsonMessageWriter.cpp31 void HandleError(status_t status, int32 line,
207 BStackedMessageEventListener::HandleError(status_t status, int32 line, argument
210 fWriter->HandleError(status, line, message);
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py50 for line in fortunes:
51 if line == "%\n":
55 fortune += line
/haiku/src/kits/package/
H A DPackageInfoParser.cpp48 // map error position to line and column
49 int line = 1;
58 line++;
71 fListener->OnError(error.message, line, column + 1);
174 // ignore escaped line breaks
774 "expected 'included', semicolon, new line or '}'",
833 "expected 'template', semicolon, new line or '}'",
945 "expected 'template', semicolon, new line or '}'",
/haiku/src/apps/stylededit/
H A DStatusView.cpp70 message.AddInt32("line", 1);
195 int32 line = 0, column = 0; local
196 if (B_OK == message->FindInt32("line", &line)
200 snprintf(info, sizeof(info), B_TRANSLATE("line %d, column %d"), (int)line, (int)column);
/haiku/src/kits/interface/
H A DColumnListView.cpp3341 float line = 0.0; local
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3348 if (line > fVisibleRect.bottom)
3352 if (line + rowHeight >= fVisibleRect.top) {
3356 BRect destRect(leftEdge, line, leftEdge + column->Width(),
3357 line + rowHeight);
3487 float line = 0.0; local
3493 if (line > invalidBounds.bottom)
3499 if (line >= invalidBounds.top - rowHeight) {
3528 BRect fullRect(fieldLeftEdge, line,
3660 float line = 0.0; local
4695 float line = 0.0; local
4715 float line = 0.0; local
4749 float line = 0.0; local
[all...]
H A DTextView.cpp812 // recalculate line breaks
816 // don't recalculate line breaks,
1172 // recalculate line breaks and draw the text
1198 // update the start offsets of each line below offset
1211 // recalculate line breaks and draw the text
1298 // recalculate line breaks and draw what's left
1635 // recalc the line breaks and redraw with new style
1638 // the line breaks wont change, simply redraw
1776 STELine* line = (*fLines)[lineNum]; local
1781 result.y = line
1838 STELine* line = (*fLines)[lineNum]; local
3562 STELine* line = NULL; local
4401 STELine* line = (*fLines)[lineNum]; local
4592 STELine* line = (*fLines)[startLine]; local
[all...]
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp51 char line[128]; local
55 sprintf(line, "%s\r", string);
56 return write(handle, line, length + 1);
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp55 void FormatAndThrow(int line, const char* file, const char* msg, int err);
539 void FormatAndThrow(int line, const char *file, const char *msg, int err) argument
541 std::string s("line: ");
542 s += IntToStr(line);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h28 int32 dirtyTop; // dirty line range
211 static void _TruncateLine(TerminalLine* line, int32 length);
220 TerminalLine*& line, TermPos& pos) const;
222 TerminalLine*& line, TermPos& pos) const;
230 int32 fScrollTop; // first line to scroll
231 int32 fScrollBottom; // last line to scroll (incl.)
233 // line buffers for the history (ring buffer)
235 int32 fScreenOffset; // index of screen line 0
/haiku/headers/libs/agg/
H A Dagg_rasterizer_sl_clip.h157 ras.line(Conv::xi(x1), Conv::yi(y1), Conv::xi(x2), Conv::yi(y2));
195 ras.line(Conv::xi(tx1), Conv::yi(ty1),
291 ras.line(Conv::xi(m_x1), Conv::yi(m_y1),
326 ras.line(m_x1, m_y1, x2, y2);
/haiku/src/preferences/keymap/
H A DKeyboardLayout.h75 int32 line; member in struct:KeyboardLayout::parse_state
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp148 RemoteMessage::AddArrayLine(const ViewLineArrayInfo& line) argument
150 Add(line.startPoint);
151 Add(line.endPoint);
152 Add(line.color);
/haiku/src/preferences/mail/
H A DDNSQuery.cpp162 #define MATCH(line, name) \
163 (!strncmp(line, name, sizeof(name) - 1) && \
164 (line[sizeof(name) - 1] == ' ' || \
165 line[sizeof(name) - 1] == '\t'))
/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp56 GOPHER_TYPE_ENDOFPAGE = '.', /**< a dot alone on a line */
94 /** Types of fields in a line */
439 BString line; local
441 while (_GetLine(line) == B_OK) {
445 line.MoveInto(&type, 0, 1);
447 line.Split("\t", false, fields);
/haiku/src/tests/add-ons/kernel/drivers/audio/
H A Dmulti_audio_test.cpp514 char line[1024]; local
515 if (fgets(line, sizeof(line), stdin) == NULL)
519 argv = build_argv(line, &argc);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp356 const char* line = el_gets(fEditLine, &count); local
360 return line;
365 CliContext::AddLineToInputHistory(const char* line) argument
368 history(fHistory, &historyEvent, H_ENTER, line);

Completed in 176 milliseconds

12345678910