HomeSort by: relevance | last modified time | path
    Searched refs:SMAP (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_smap.c 38 static int vs_sm_down __P((SCR *, MARK *, db_recno_t, scroll_t, SMAP *));
42 static int vs_sm_up __P((SCR *, MARK *, db_recno_t, scroll_t, SMAP *));
54 SMAP *p;
171 * right position. There isn't any way to tell if an SMAP
185 SMAP *p, tmp;
188 /* Flush all cached information from the SMAP. */
314 * Delete a line out of the SMAP.
319 SMAP *p, *t;
341 memmove(p, p + cnt_orig, (((TMAP - p) - cnt_orig) + 1) * sizeof(SMAP));
362 * Insert a line into the SMAP
    [all...]
vi.h 182 * Structure for mapping lines to the screen. An SMAP is an array, with one
188 * The SMAP always has an entry for each line of the physical screen, plus a
212 } SMAP;
269 SMAP *h_smap; /* First slot of the line map. */
270 SMAP *t_smap; /* Last slot of the line map. */
285 * Macros to get to the head/tail of the smap. If the screen only has
287 * the off-by-one errors that can result. If stepping through an SMAP
304 SMAP *sc_smap; /* SMAP entry where sc_col occurs. */
310 #define VIP_N_REFRESH 0x0010 /* Repaint (from SMAP) on the next refresh. *
    [all...]
v_event.c 44 SMAP *smp;
202 SMAP *smp;
220 SMAP *smp;
243 SMAP *smp;
vs_split.c 54 SMAP *smp;
72 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
117 (sp->t_maxrows - new->rows) * sizeof(SMAP));
232 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
774 CALLOC_RET(nsp, _HMAP(nsp), SMAP *, SIZE_HMAP(nsp), sizeof(SMAP));
vs_line.c 44 * PUBLIC: int vs_line __P((SCR *, SMAP *, size_t *, size_t *));
47 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp)
51 SMAP *tsmp;
213 * information about the lines displayed in the SMAP. If we're
567 SMAP *smp;
v_mark.c 93 SMAP *smp;
vi.c 1033 CALLOC_RET(sp, HMAP, SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
vs_refresh.c 148 SMAP *smp, tmp;
719 fprintf(stderr, "smap error\n");
v_txt.c 125 SMAP *esmp;
2666 * on entries in the SMAP array.
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
cpufeatureset.h 214 XEN_CPUFEATURE(SMAP, 5*32+20) /*S Supervisor Mode Access Prevention */
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 92 "GENERIC64|FISTTP|Rdtscp|MONITOR|CX16|LAHF_SAHF|AVX2|SSE4A|ABM|SVME|AES|PCLMULQDQ|PRFCHW|FMA|BMI|F16C|Xsaveopt|FSGSBase|Movbe|BMI2|RdRnd|ADX|RdSeed|SMAP|SHA|XSAVEC|XSAVES|ClflushOpt|CLZERO|MWAITX" },
412 BITFIELD (SMAP),
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 92 "GENERIC64|FISTTP|Rdtscp|MONITOR|CX16|LAHF_SAHF|AVX2|SSE4A|ABM|SVME|AES|PCLMULQDQ|PRFCHW|FMA|BMI|F16C|Xsaveopt|FSGSBase|Movbe|BMI2|RdRnd|ADX|RdSeed|SMAP|SHA|XSAVEC|XSAVES|ClflushOpt|CLZERO|MWAITX" },
396 BITFIELD (SMAP),
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 92 "GENERIC64|FISTTP|Rdtscp|MONITOR|CX16|LAHF_SAHF|AVX2|SSE4A|ABM|SVME|AES|PCLMULQDQ|PRFCHW|FMA|BMI|F16C|Xsaveopt|FSGSBase|Movbe|BMI2|RdRnd|ADX|RdSeed|SMAP|SHA|XSAVEC|XSAVES|ClflushOpt|CLZERO|MWAITX" },
374 BITFIELD (SMAP),
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 92 "GENERIC64|FISTTP|Rdtscp|MONITOR|CX16|LAHF_SAHF|AVX2|SSE4A|ABM|SVME|AES|PCLMULQDQ|PRFCHW|FMA|BMI|F16C|Xsaveopt|FSGSBase|Movbe|BMI2|RdRnd|ADX|RdSeed|SMAP|SHA|XSAVEC|XSAVES|ClflushOpt|CLZERO|MWAITX" },
396 BITFIELD (SMAP),
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 1173 SUBARCH (smap, SMAP, SMAP, false),
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 1157 SUBARCH (smap, SMAP, SMAP, false),

Completed in 39 milliseconds