Searched refs:line (Results 1 - 25 of 245) sorted by path

12345678910

/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dgen_err_list.py14 for line in errors_h:
16 match = re.match(r'#\s?define\s+(?P<define>\w+)\s+(?P<expr>.+)', line)
92 for line in strerror_c:
94 match = re.match(r'\t*case (?P<define>\w+):', line)
98 match = re.match(r'\t*//\s+(?P<define>\w+):*$', line)
103 match = re.match(r'\t*return "(?P<str>.+)";', line)
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh98 listdev | while read line; do
100 case "$line" in
104 desc="${line/device /}"
108 devicestr=${line#*:}
109 device="${line%:*}"
152 vendorstr=${line#*:}
153 vendor="${line%:*}"
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css207 text-decoration:line-through;
289 /* All these borders may interfere with text on the line bellow. Make
/haiku/headers/cpp/
H A DPlotFile.h80 PlotFile& line(const int x0, const int y0,
/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h70 void line(int x1, int y1, int x2, int y2);
316 void rasterizer_cells_aa<Cell>::line(int x1, int y1, int x2, int y2) function in class:agg::rasterizer_cells_aa
326 line(x1, y1, cx, cy);
327 line(cx, cy, x2, y2);
359 //Vertical line - we have to calculate start and end cells,
361 //all cells of the line. We know exactly there's only one
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);
H A Dagg_renderer_primitives.h155 void line(int x1, int y1, int x2, int y2, bool last=false) function in class:agg::renderer_primitives
201 line(m_curr_x, m_curr_y, x, y, last);
/haiku/headers/posix/
H A Dshadow.h40 extern struct spwd* sgetspent(const char* line);
41 extern int sgetspent_r(const char* line, struct spwd *spwd, char *buffer,
/haiku/headers/private/debugger/model/
H A DDisassembledCode.h46 bool AddCommentLine(const BString& line);
47 bool AddInstructionLine(const BString& line,
59 bool _AddLine(const BString& line,
/haiku/headers/private/debugger/source_language/
H A DSyntaxHighlighter.h36 virtual int32 GetLineHighlightRanges(int32 line,
/haiku/headers/private/debugger/types/
H A DSourceLocation.h13 SourceLocation(int32 line = 0, int32 column = 0)
15 fLine(line),
/haiku/headers/private/kernel/arch/
H A Ddebug_console.h29 void arch_debug_remove_interrupt_handler(uint32 line);
/haiku/headers/private/libroot/
H A Duser_group.h113 status_t parse_passwd_line(char* line, char*& name, char*& password, uid_t& uid,
125 status_t parse_group_line(char* line, char*& name, char*& password, gid_t& gid,
137 status_t parse_shadow_pwd_line(char* line, char*& name, char*& password,
/haiku/headers/private/shared/
H A DCommandPipe.h68 virtual status_t ReadLine(const BString& line) = 0;
72 // This function reads line-by-line from "file". It calls IsCanceled()
74 // (currently). And it calls ReadLine() for each complete line.
H A DJsonEventListener.h14 /*! This constant line number can be used in raising an error where the
15 client raising the error does not know on which line the error arose.
28 virtual void HandleError(status_t status, int32 line,
H A DJsonWriter.h22 void HandleError(status_t status, int32 line,
/haiku/src/add-ons/accelerants/radeon/
H A Dimpactv.c37 int line; local
50 // at line disp + 18 the accumulator is initialized;
51 // simulate timing during vertical blank and find the last CRT line where
52 // a new TV line is started
54 for( line = mode->timing.v_display - 1 + 18; line < mode->timing.v_total - 2; ++line ) {
58 v_first = line + 1;
117 SHOW_FLOW( 2, "Restart in frame %d, line %d, pixel %d",
290 // according to TV standard, having the sync delay of 1 line an
[all...]
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dmodule.cpp48 move_to_and_clear_line(int line) argument
50 kprintf(" \x1b[%dd\x1b[G\x1b[K", line + 1);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dsound.h22 line=0, aux1, mic, loopback enumerator in enum:adc_source
50 char line_mix_gain; /* 0..31 line mix to output gain. 12.0 to -34.5 dB in 1.5dB steps */
51 char line_mix_mute; /* non-zero mutes line mix */
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c304 * @function: Function in which the log line occurred
305 * @file: File in which the log line occurred
306 * @line: Line number on which the log line occurred
307 * @level: Level at which the line is logged
320 int line, u32 level, void *data, const char *format, ...)
331 ret = ntfs_log.handler(function, file, line, level, data, format, args);
341 * @function: Function in which the log line occurred
342 * @file: File in which the log line occurred
343 * @line
319 ntfs_log_redirect(const char *function, const char *file, int line, u32 level, void *data, const char *format, ...) argument
444 ntfs_log_handler_fprintf(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
557 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
590 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
622 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
[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/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp174 BString line, word(name);
177 line.SetTo('\t', level);
179 line << '\"';
180 line << word;
182 line << '\"';
187 line << ' ';
192 line << '\"';
193 line << word;
195 line << '\"';
203 line << " {";
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp125 next_token(char*& line, const char* lineEnd, Token& token) argument
128 while (line != lineEnd && isspace(*line))
129 line++;
131 // comment/end of line
132 if (line == lineEnd || *line == '#') {
137 switch (*line) {
140 line++;
149 line
245 char* line = descriptor; local
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp345 BString line; local
347 ssize_t length = ReceiveLine(line);
359 if (strncmp(line.String(), "+OK", 3) != 0) {
360 if (line.Length() > 0) {
362 << line.String();
371 fLog = line;
628 // a line "\r\n.\r\n" marks the end of the message (thus the need for
630 // "\r\n.Stuff" at the start of a line get deleted "\r\nStuff", since
633 // messages start with a period on the very first line, so we can
634 // search for the previous line'
723 ReceiveLine(BString& line) argument
[all...]
H A DPOP3.h63 ssize_t ReceiveLine(BString& line);

Completed in 127 milliseconds

12345678910