Searched refs:pos1 (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/xlint/lint2/ |
| D | chk.c | 306 char *pos1; in chkmd() local 323 pos1 = xstrdup(mkpos(&def1->s_pos)); in chkmd() 325 msg(3, pos1, hte->h_name, mkpos(&sym->s_pos)); in chkmd() 326 free(pos1); in chkmd() 343 char *pos1; in chkvtui() local 378 pos1 = xstrdup(mkpos(&def->s_pos)); in chkvtui() 380 msg(17, pos1, hte->h_name, in chkvtui() 382 free(pos1); in chkvtui() 387 pos1 = xstrdup(mkpos(&def->s_pos)); in chkvtui() 389 msg(4, pos1, hte->h_name, mkpos(&call->f_pos)); in chkvtui() [all …]
|
| /mirbsd/src/usr.bin/sort/ |
| D | msort.c | 303 u_char *pos1, *pos2, *end; in cmp() local 306 pos1 = rec1->data; in cmp() 309 end = pos1 + min(rec1->offset, rec2->offset); in cmp() 311 end = pos1 + min(rec1->length, rec2->length); in cmp() 312 for (; pos1 < end; ) { in cmp() 313 if ((r = cwts[*pos1++] - cwts[*pos2++])) in cmp()
|
| /mirbsd/src/gnu/usr.bin/texinfo/util/ |
| D | texindex.c | 139 long int length1, long int pos1, char *start2, 516 compare_general (char *str1, char *str2, long int pos1, long int pos2, int use_keyfields) in compare_general() argument 529 int tem = compare_field (&keyfields[i], start1, length1, pos1, in compare_general() 730 long int pos1, char *start2, long int length2, long int pos2) in compare_field() argument 734 if (pos1 > pos2) in compare_field()
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | node.c | 614 long pos1 = 0; in cm_node() local 628 pos1 = ftell (output_stream); in cm_node() 633 epilogue_len = ftell (output_stream) - pos1; in cm_node()
|
| /mirbsd/src/gnu/usr.bin/perl/emacs/ |
| D | cperl-mode.el | 8191 (let ((pos1 (point)) 8255 (goto-char pos1) 8259 (setq pos1 (point)) 8264 (goto-char pos1)
|