Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 117) sorted by relevance

12345

/original-bsd/sys/netccitt/
H A Dllc_subr.c359 return action; in llc_state_ADM()
395 return action; in llc_state_CONN()
454 return action; in llc_state_RESET_WAIT()
853 action = 0; in llc_state_NORMAL()
864 action = 0; in llc_state_NORMAL()
883 action = 0; in llc_state_NORMAL()
889 action = 0; in llc_state_NORMAL()
993 action = 0; in llc_state_NORMAL()
1002 action = 0; in llc_state_NORMAL()
1497 action = 0; in llc_state_AWAIT()
[all …]
H A Dllc_timer.c59 register int action; in llc_timer() local
127 action = 0; in llc_timer()
132 action = LLC_ACK_TIMER_EXPIRED; in llc_timer()
135 action = LLC_P_TIMER_EXPIRED; in llc_timer()
138 action = LLC_BUSY_TIMER_EXPIRED; in llc_timer()
141 action = LLC_REJ_TIMER_EXPIRED; in llc_timer()
145 (void)llc_statehandler(linkp, (struct llc *)0, action, 0, 1); in llc_timer()
/original-bsd/bin/sh/
H A Dtrap.c65 char *action; local
78 action = NULL;
80 action = *ap++;
85 if (action)
86 action = savestr(action);
131 int action; local
137 action = S_DFL;
139 action = S_CATCH;
141 action = S_IGN;
197 switch (action) {
[all …]
H A Derror.c148 short action; /* operation which encountered the error */ member
217 errmsg(e, action) in errmsg() argument
219 int action;
225 if (ep->errcode == e && (ep->action & action) != 0)
/original-bsd/usr.bin/yacc/
H A Dmkpar.c17 action **parser;
52 action *
64 action *
85 temp = NEW(action);
99 action *
102 register action *actions;
125 action *
149 temp = NEW(action);
186 register action *p; in unused_rules()
349 register action *p; in free_action_row()
[all …]
H A Ddefs.h178 typedef struct action action; typedef
179 struct action struct
181 struct action *next; argument
273 extern action **parser;
H A Dverbose.c108 register action *p;
191 register action *p;
235 register action *p;
260 register action *p; in print_shifts()
263 register action *q;
285 register action *p; in print_reductions()
289 register action *q;
/original-bsd/usr.bin/rdist/
H A Dlookup.c95 lookup(name, action, value) in lookup() argument
97 int action;
106 printf("lookup(%s, %d, %x)\n", name, action, value);
116 if (action != LOOKUP) {
117 if (action != INSERT || s->s_type != CONST) {
125 if (action == LOOKUP) {
136 s->s_type = action == INSERT ? VAR : CONST;
/original-bsd/old/dbx/
H A Deval.c864 Command action; local
875 action = build(O_IF, cond, buildcmdlist(action));
894 Command action; local
909 action = build(O_IF, cond, buildcmdlist(action));
928 Command action; local
938 action = build(O_IF, cond, buildcmdlist(action));
971 Command action; local
1014 action = build(O_IF, cond, buildcmdlist(action));
1044 action = build(O_IF, cond, buildcmdlist(action));
1074 Command action;
[all …]
/original-bsd/local/local.cmd/
H A Dchgbars.c92 char (*action)[]; variable
134 action = (char (*)[]) malloc(t + 1);
135 for (p = (char *) action, i = 0; i < t; i++)
139 (*action)[num1] = both;
142 (*action)[num1 - 1] = open;
143 (*action)[num2] = close;
166 switch ((*action)[line]) {
/original-bsd/lib/libedit/
H A Dvi.c34 el->el_chared.c_vcmd.action = NOP;
45 el->el_chared.c_undo.action = INSERT;
56 el->el_chared.c_vcmd.action = c;
65 el->el_chared.c_vcmd.action = c;
69 el->el_chared.c_vcmd.action = 0;
300 el->el_chared.c_undo.action = DELETE;
319 el->el_chared.c_undo.action = CHANGE;
550 switch (un->action) {
562 un->action = INSERT;
610 un->action = DELETE;
[all …]
H A Dchared.c27 cv_undo(el, action, size, ptr) in cv_undo() argument
29 int action, size;
33 vu->action = action;
302 if (el->el_chared.c_vcmd.action & INSERT)
305 oaction = el->el_chared.c_vcmd.action;
306 el->el_chared.c_vcmd.action = NOP;
331 el->el_chared.c_undo.action = INSERT;
411 el->el_chared.c_undo.action = NOP;
416 el->el_chared.c_vcmd.action = NOP;
450 el->el_chared.c_undo.action = NOP;
[all …]
H A Dchared.h49 int action; member
60 int action; member
/original-bsd/usr.bin/f77/libF77/
H A Dmain.c57 struct action { struct
88 struct action act_fpe[] = {
98 struct action act_fpe[] = {
112 struct action act_ill[] = {
135 register struct action *act = &sig_act[s-1];
/original-bsd/usr.bin/more/
H A Ddecode.c116 register int action = A_INVALID; local
124 action = cmd_search(cmdtable, cmdendtable);
127 if (action != A_PREFIX)
129 return(action);
H A Dcommand.c72 start_mca(action, prompt) in start_mca() argument
73 int action; in start_mca()
80 mca = action;
316 register int action; in commands() local
375 switch (action = cmd_decode(c)) { in commands()
451 start_mca(action, (action==A_F_SEARCH) ? "/" : "?"); in commands()
461 start_mca(action, in commands()
462 (action == A_F_SEARCH) ? "!/" : "!?"); in commands()
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dundodb.c42 temp->action = ADD;
61 temp->action = DELETE;
86 temp->action = MOD;
121 switch (unback->action) in UNForget()
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dundodb.c42 temp->action = ADD;
61 temp->action = DELETE;
85 temp->action = MOD;
122 switch (unback->action) { in UNForget()
/original-bsd/lib/libc/db/hash/
H A Dhsearch.c43 hsearch(item, action)
45 ACTION action; variable
55 if (action == ENTER) {
/original-bsd/lib/libc/gen/
H A Dtermios.c192 tcflow(fd, action) in tcflow() argument
193 int fd, action; in tcflow()
198 switch (action) {
207 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/original-bsd/sys/kern/
H A Dkern_sig.c649 register sig_t action; local
661 action = SIG_DFL;
673 action = SIG_HOLD;
675 action = SIG_CATCH;
677 action = SIG_DFL;
695 action == SIG_DFL)
742 if (action != SIG_DFL)
785 if (action == SIG_DFL)
787 if (action == SIG_CATCH)
1019 register sig_t action; local
[all …]
/original-bsd/local/transcript/src/
H A Dpscatmap.c125 int action; /* action type */ member
342 char action[10]; in GetMap() local
355 &trcode, &trfont, &catcode, &wid, action, &x, &y, in GetMap()
367 if (strcmp(action, act->actName) == 0) break; in GetMap()
388 ch->action = act->actCode; in GetMap()
406 if (ch->action == PLIG) {/* fake ligature, fake width */ in GetMap()
472 emptymap.pschar = emptymap.action = emptymap.pswidth = 0; in WriteTable()
490 map.action = ct->action; in WriteTable()
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dsignal.h43 extern SignalHandler signal _G_ARGS((int sig, SignalHandler action));
45 extern SSignalHandler ssignal _G_ARGS((int sig, SSignalHandler action));
/original-bsd/sbin/routed/
H A Dtrace.h47 #define TRACE_ACTION(action, route) { \ argument
49 traceaction(ftrace, action, route); \
/original-bsd/sys/tahoe/stand/vdformat/
H A Dcmd.c31 char *action; local
35 action = "kill";
37 action = "quit";
38 sprintf(query, "Confirm %s operations", action);

12345