Searched refs:position (Results 151 - 175 of 464) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tre/dist/tests/agrep/
H A Drun-tests.sh37 for extra in "" -c -H -l -n -s -M --show-position --color \
38 "-H -n -s --color --show-position"; do
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.h222 So a position is encoded as an index into the parse tree together with
227 unsigned constraint; /* Constraint for matching this position. */
228 } position; typedef in typeref:struct:__anon673
233 position *elems; /* Elements of this position set. */
238 and the token value of the lowest-numbered position of the state that
337 position_set *follows; /* Array of follow sets, indexed by position
338 index. The follow of a position is the set
341 matching the given position in a string
343 maximum possible position inde
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c672 new->position = output_position;
716 if (fwrite (delayed_buf, 1, temp->position, output_stream) != temp->position)
740 if (fwrite (delayed_buf + temp->position, 1,
741 input_text_length - temp->position, output_stream)
742 != input_text_length - temp->position
756 node->position += position_shift_amount;
782 future_write->position += position_shift_amount;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h83 int64_t position; member in struct:archive_read_filter
145 int64_t position; member in struct:archive_read_client
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCMetadata.h118 roots_iterator removeStackRoot(roots_iterator position) { argument
119 return Roots.erase(position);
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format.el125 (lambda (position &optional _quality _coding-system)
126 (1- (position-bytes position)))))
132 (byte-to-position (1+ byte)))))
185 (point-min) (line-end-position)))))
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dstm32l4xx-fix-it-block.s11 @ patched belongs to an IT block in the position where it can
12 @ be, that is the last position in the IT block.
/netbsd-current/external/bsd/less/dist/
H A DMakefile.wnm31 output.obj pattern.obj position.obj prompt.obj search.obj signal.obj \
H A DMakefile.o9c30 output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
H A DMakefile.o2e26 output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
H A DMakefile.o9u29 output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
H A Dlsystem.c20 #include "position.h"
244 * position and the position marked by the given letter.
258 * mpos = the marked position.
265 tpos = position(TOP);
268 bpos = position(BOTTOM);
297 error("Cannot seek to start position", NULL_PARG);
H A DMakefile.wng82 opttbl.c os.c output.c pattern.c position.c \
94 output.o pattern.o position.o prompt.o search.o signal.o \
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-eof.mk10 # In the following conditions, ${SIDE_EFFECT} is the position of the first
/netbsd-current/distrib/utils/more/
H A Dcommand.c163 if (position(TOP) == NULL_POSITION) {
193 if ((pos = position(BOTTOM)) != NULL_POSITION) {
219 (pos = position(BOTTOM)) != NULL_POSITION &&
242 if (cp > cmdbuf && position(TOP) == NULL_POSITION) {
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.h38 int position; member in struct:tab_position
/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Ddata.h187 /** Aproximate position */
188 size_t position; member in struct:cbor_error
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_debug.c318 struct crtc_position position; local
331 pipe_ctx->stream_res.tg->funcs->get_position(pipe_ctx->stream_res.tg, &position);
332 h_pos[i] = position.horizontal_count;
333 v_pos[i] = position.vertical_count;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dgrph_object_defs.h166 unsigned int position; /* offset in mm from right side of the board */ member in struct:connector_layout_info
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dinput-scrub.c124 char * saved_position; /* Caller's saved position in buf. */
253 input_scrub_include_file (const char *filename, char *position)
255 next_saved_file = input_scrub_push (position);
264 input_scrub_include_sb (sb *from, char *position, enum expansion expansion)
281 next_saved_file = input_scrub_push (position);
251 input_scrub_include_file(const char *filename, char *position) argument
262 input_scrub_include_sb(sb *from, char *position, enum expansion expansion) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.cc40 /* Save the current position in the gcov file. */
306 /* Move to a given position in a gcov file. */
329 gcov_write_tag. The current file position is the end of the
334 gcov_write_length (gcov_position_t position) argument
338 gcov_nonruntime_assert (current_position >= position + 2 * GCOV_WORD_SIZE);
340 gcov_seek (position + GCOV_WORD_SIZE);
341 gcov_write_unsigned (current_position - position - 2 * GCOV_WORD_SIZE);
503 /* Reset to a known position. BASE should have been obtained from
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dgen-uninames31 (let* ((i1 (position #\; line))
32 (i2 (position #\; line :start (1+ i1)))
80 (let ((i2 (or (position #\Space name :start i1) (length name))))
204 (let ((i2 (or (position #\Space name :start i1) (length name))))
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddiv.cpp349 if (pt->position >= V0) {
350 if (pt->position > vertical_position
351 && pt->position < page_length
352 && (next_trap == 0 || pt->position < *next_trap_pos)) {
354 *next_trap_pos = pt->position;
358 vunits pos = pt->position;
486 : next(p), position(n), nm(s)
499 else if ((*p)->position == pos) {
506 first_free_slot->position = pos;
524 if (p->position
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Damdgpu_dce120_timing_generator.c188 /* Get current H and V position */
191 struct crtc_position *position)
199 position->horizontal_count = get_reg_field_value(value,
202 position->vertical_count = get_reg_field_value(value,
210 position->nominal_vcount = get_reg_field_value(value,
604 * @param [out] position
608 struct crtc_position *position)
618 position->horizontal_count = get_reg_field_value(
623 position->vertical_count = get_reg_field_value(
633 position
189 dce120_timing_generator_get_crtc_position( struct timing_generator *tg, struct crtc_position *position) argument
607 dce120_timing_generator_get_position(struct timing_generator *tg, struct crtc_position *position) argument
648 struct crtc_position position; local
[all...]
/netbsd-current/common/lib/libc/gen/
H A Drb.c189 unsigned int position; local
203 position = RB_DIR_LEFT;
219 position = (diff < 0);
220 tmp = parent->rb_nodes[position];
227 if (position == RB_DIR_RIGHT)
233 * Verify our sequential position
254 RB_SET_POSITION(self, position);
263 KASSERT(position == RB_DIR_LEFT || position == RB_DIR_RIGHT);
270 if (parent == rbt->rbt_minmax[position])
[all...]

Completed in 389 milliseconds

1234567891011>>