Searched refs:SMAP (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | vs_smap.c | 28 static int vs_sm_down(SCR *, MARK *, recno_t, scroll_t, SMAP *); 32 static int vs_sm_up(SCR *, MARK *, recno_t, scroll_t, SMAP *); 44 SMAP *p; in vs_change() 175 SMAP *p, tmp; in vs_sm_fill() 309 SMAP *p, *t; in vs_sm_delete() 331 memmove(p, p + cnt_orig, (((TMAP - p) - cnt_orig) + 1) * sizeof(SMAP)); in vs_sm_delete() 357 SMAP *p, *t; in vs_sm_insert() 386 memmove(p + cnt_orig, p, (((TMAP - p) - cnt_orig) + 1) * sizeof(SMAP)); in vs_sm_insert() 411 SMAP *p, *t; in vs_sm_reset() 460 (((TMAP - p) - diff) + 1) * sizeof(SMAP)); in vs_sm_reset() [all …]
|
H A D | vi.h | 209 } SMAP; typedef 267 SMAP *h_smap; /* First slot of the line map. */ 268 SMAP *t_smap; /* Last slot of the line map. */ 302 SMAP *sc_smap; /* SMAP entry where sc_col occurs. */
|
H A D | vs_line.c | 37 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) in vs_line() 41 SMAP *tsmp; in vs_line() 489 SMAP *smp; in vs_number()
|
H A D | vs_split.c | 45 SMAP *smp; in vs_split() 63 CALLOC(sp, _HMAP(new), SIZE_HMAP(sp), sizeof(SMAP)); in vs_split() 108 (sp->t_maxrows - new->rows) * sizeof(SMAP)); in vs_split() 223 CALLOC(sp, _HMAP(new), SIZE_HMAP(sp), sizeof(SMAP)); in vs_vsplit() 757 CALLOC_RET(nsp, _HMAP(nsp), SIZE_HMAP(nsp), sizeof(SMAP)); in vs_swap()
|
H A D | v_mark.c | 83 SMAP *smp; in v_emark()
|
H A D | vs_refresh.c | 44 SMAP *smp; in vs_repaint() 164 SMAP *smp, tmp; in vs_paint()
|
H A D | vi.c | 969 CALLOC_RET(sp, HMAP, SIZE_HMAP(sp), sizeof(SMAP)); in v_init()
|
H A D | v_txt.c | 114 SMAP *esmp; in txt_map_init()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 281 int vs_line(SCR *, SMAP *, size_t *, size_t *); 301 int vs_sm_next(SCR *, SMAP *, SMAP *); 302 int vs_sm_prev(SCR *, SMAP *, SMAP *); 303 int vs_sm_cursor(SCR *, SMAP **); 305 recno_t vs_sm_nlines(SCR *, SMAP *, recno_t, size_t);
|
/freebsd/stand/i386/loader/ |
H A D | help.i386 | 39 # Tsmap DDisplay BIOS SMAP table 43 Displays the BIOS SMAP (system memory map) table.
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 216 XEN_CPUFEATURE(SMAP, 5*32+20) /*S Supervisor Mode Access Prevention */
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5342 UINT32 SMAP:1; ///< SMAP Enable. member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 759 // SMAP Instruction
|