Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDinfrun.c76 static int currently_stepping (struct execution_control_state *ecs);
987 void init_execution_control_state (struct execution_control_state *ecs);
989 static void handle_step_into_function (struct execution_control_state *ecs);
990 void handle_inferior_event (struct execution_control_state *ecs);
992 static void check_sigtramp2 (struct execution_control_state *ecs);
993 static void step_into_function (struct execution_control_state *ecs);
994 static void step_over_function (struct execution_control_state *ecs);
995 static void stop_stepping (struct execution_control_state *ecs);
996 static void prepare_to_wait (struct execution_control_state *ecs);
997 static void keep_going (struct execution_control_state *ecs);
[all …]
/NextBSD/sys/dev/sound/pci/
HDds1.c795 u_int32_t *ci, r, pcs, rcs, ecs, ws, memsz, cb; in ds_init() local
833 ecs = ds_rd(sc, YDSXGR_EFFCTRLSIZE, 4) << 2; in ds_init()
836 memsz = 64 * 2 * pcs + 2 * 2 * rcs + 5 * 2 * ecs + ws; in ds_init()
850 pcs, rcs, ecs, ws, memsz); in ds_init()
869 cb += 5 * 2 * ecs; in ds_init()
/NextBSD/usr.bin/lex/
HDMakefile21 SRCS= buf.c ccl.c dfa.c ecs.c filter.c gen.c main.c misc.c \
/NextBSD/contrib/flex/
HDChangeLog2769 * buf.c, ccl.c, dfa.c, ecs.c, flexdef.h, gen.c, libmain.c,
2966 * main.c: Fixed seg fault bug in ecs.
4927 configure.in, dfa.c, ecs.c, flex.1, flex.skl, flexdef.h, gen.c,
5055 * FlexLexer.h, ccl.c, dfa.c, ecs.c, flex.skl, flexdef.h, gen.c,
5085 to.do/unicode/ecs.c, to.do/unicode/flex.1, to.do/unicode/flex.skl,
5802 * dfa.c: fixed bug with caseins but not ecs
6209 * dfa.c, ecs.c, flexdef.h, gen.c, main.c, nfa.c, tblcmp.c:
6767 * ccl.c, dfa.c, ecs.c, gen.c, main.c, misc.c, nfa.c, parse.y,
6932 * ccl.c, dfa.c, ecs.c, flex.skl, flexdef.h, gen.c, libmain.c,
6998 * ecs.c: Remove %t cruft
[all …]
HDONEWS147 ecs -Ce option
152 meta-ecs -Cm option
/NextBSD/contrib/file/magic/Magdir/
HDarchive170 # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
/NextBSD/contrib/groff/doc/
HDgroff-15746 -- Request: .ecs
5748 The `ecs' request saves the current escape character in an
5752 The `ecr' request restores the escape character saved with `ecs'.
5753 Without a previous call to `ecs', this request sets the escape
HDgroff.texinfo7631 @DefreqList {ecs, }
7633 The @code{ecs} request saves the current escape character
7639 saved with @code{ecs}.
7640 Without a previous call to @code{ecs}, this request
HDgroff-23961 * ecs: Character Translations.
/NextBSD/contrib/groff/
HDChangeLog.1171964 Adding two requests .ecs and .ecr: Save and restore the escape
HDNEWS1249 requests `ecs' and `ecr'.
/NextBSD/contrib/gcc/
HDFSFChangeLog.115092 Fri Jun 20 09:07:31 1997 Russell King <rmk92@ecs.soton.ac.uk>