Searched refs:SMAP (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/nvi/vi/ |
| HD | vs_smap.c | 32 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 …]
|
| HD | extern.h | 114 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));
|
| HD | vi.h | 211 } 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. */
|
| HD | vs_split.c | 49 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()
|
| HD | vs_line.c | 41 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()
|
| HD | v_mark.c | 87 SMAP *smp; in v_emark()
|
| HD | vs_refresh.c | 47 SMAP *smp; in vs_repaint() 167 SMAP *smp, tmp; in vs_paint()
|
| HD | vi.c | 973 CALLOC_RET(sp, HMAP, SMAP *, SIZE_HMAP(sp), sizeof(SMAP)); in v_init()
|
| HD | v_txt.c | 118 SMAP *esmp; in txt_map_init()
|
| /trueos/sys/boot/i386/loader/ |
| HD | help.i386 | 39 # Tsmap DDisplay BIOS SMAP table 43 Displays the BIOS SMAP (system memory map) table.
|
| /trueos/contrib/nvi/docs/ |
| HD | TODO | 144 VI: Think about setting a dirty/inuse bits on the lines of the SMAP
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrSystem.td | 525 // SMAP Instruction
|