Home
last modified time | relevance | path

Searched refs:SMAP (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/nvi/vi/
HDvs_smap.c32 static int vs_sm_down __P((SCR *, MARK *, recno_t, scroll_t, SMAP *));
36 static int vs_sm_up __P((SCR *, MARK *, recno_t, scroll_t, SMAP *));
48 SMAP *p; in vs_change()
179 SMAP *p, tmp; in vs_sm_fill()
313 SMAP *p, *t; in vs_sm_delete()
335 memmove(p, p + cnt_orig, (((TMAP - p) - cnt_orig) + 1) * sizeof(SMAP)); in vs_sm_delete()
361 SMAP *p, *t; in vs_sm_insert()
390 memmove(p + cnt_orig, p, (((TMAP - p) - cnt_orig) + 1) * sizeof(SMAP)); in vs_sm_insert()
415 SMAP *p, *t; in vs_sm_reset()
464 (((TMAP - p) - diff) + 1) * sizeof(SMAP)); in vs_sm_reset()
[all …]
HDextern.h114 int vs_line __P((SCR *, SMAP *, size_t *, size_t *));
134 int vs_sm_next __P((SCR *, SMAP *, SMAP *));
135 int vs_sm_prev __P((SCR *, SMAP *, SMAP *));
136 int vs_sm_cursor __P((SCR *, SMAP **));
138 recno_t vs_sm_nlines __P((SCR *, SMAP *, recno_t, size_t));
HDvi.h211 } SMAP; typedef
269 SMAP *h_smap; /* First slot of the line map. */
270 SMAP *t_smap; /* Last slot of the line map. */
304 SMAP *sc_smap; /* SMAP entry where sc_col occurs. */
HDvs_split.c49 SMAP *smp; in vs_split()
67 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP)); in vs_split()
112 (sp->t_maxrows - new->rows) * sizeof(SMAP)); in vs_split()
227 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP)); in vs_vsplit()
761 CALLOC_RET(nsp, _HMAP(nsp), SMAP *, SIZE_HMAP(nsp), sizeof(SMAP)); in vs_swap()
HDvs_line.c41 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) in vs_line()
45 SMAP *tsmp; in vs_line()
491 SMAP *smp; in vs_number()
HDv_mark.c87 SMAP *smp; in v_emark()
HDvs_refresh.c47 SMAP *smp; in vs_repaint()
167 SMAP *smp, tmp; in vs_paint()
HDvi.c973 CALLOC_RET(sp, HMAP, SMAP *, SIZE_HMAP(sp), sizeof(SMAP)); in v_init()
HDv_txt.c118 SMAP *esmp; in txt_map_init()
/trueos/sys/boot/i386/loader/
HDhelp.i38639 # Tsmap DDisplay BIOS SMAP table
43 Displays the BIOS SMAP (system memory map) table.
/trueos/contrib/nvi/docs/
HDTODO144 VI: Think about setting a dirty/inuse bits on the lines of the SMAP
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrSystem.td525 // SMAP Instruction