Searched refs:startpos (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | tbl_data.c | 50 int startpos, endpos; in getdata() local 57 startpos = *pos; in getdata() 58 ccp = p + startpos; in getdata() 88 ln, startpos, "%s", p + startpos); in getdata() 113 (*pos - startpos == 2 && in getdata() 114 p[startpos] == '\\' && p[startpos + 1] == '^')) { in getdata() 154 while (p[startpos] == ' ') in getdata() 155 startpos++; in getdata() 156 while (endpos > startpos && p[endpos - 1] == ' ') in getdata() 166 if (endpos - startpos == 2 && in getdata() [all …]
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw2.h | 206 u32 startpos [ 1]; member 241 PADDR_B (startpos), 259 PADDR_B (startpos), 264 PADDR_B (startpos), 688 PADDR_B (startpos), 832 PADDR_B (startpos), 1596 PADDR_B (startpos),
|
H A D | sym_fw1.h | 215 u32 startpos [ 1]; member 250 PADDR_B (startpos), 724 PADDR_B (startpos), 888 PADDR_B (startpos), 1741 PADDR_B (startpos),
|
H A D | sym_hipd.c | 1798 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); in sym_fw1_patch() 1839 scriptb0->startpos[0] = cpu_to_scr(np->squeue_ba); in sym_fw2_patch()
|
/freebsd/usr.bin/indent/ |
H A D | indent.c | 1282 char *startpos = e_code; in indent_declaration() local 1305 if (e_code == startpos && ps.want_blank) { in indent_declaration()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar.c | 3100 int64_t startpos, int length) in copy_from_lzss_window() argument 3105 windowoffs = lzss_offset_for_position(&rar->lzss, startpos); in copy_from_lzss_window() 3123 int64_t startpos, size_t length) in copy_from_lzss_window_to_unp() argument 3143 windowoffs = lzss_offset_for_position(&rar->lzss, startpos); in copy_from_lzss_window_to_unp() 3351 …nt8_t *globaldata, uint32_t globaldatalen, uint32_t registers[8], size_t startpos, uint32_t length) in create_filter() argument 3370 filter->blockstartpos = startpos; in create_filter()
|