Home
last modified time | relevance | path

Searched refs:csub (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dcontrol.c217 free(csub->last); in control_free_sub()
220 free(csub->name); in control_free_sub()
221 free(csub->format); in control_free_sub()
222 free(csub); in control_free_sub()
854 if (csub->last != NULL && strcmp(value, csub->last) == 0) { in control_check_subs_session()
861 free(csub->last); in control_check_subs_session()
862 csub->last = value; in control_check_subs_session()
1057 switch (csub->type) { in control_check_subs_timer()
1090 csub = xcalloc(1, sizeof *csub); in control_add_sub()
1092 csub->type = type; in control_add_sub()
[all …]
/openbsd/usr.bin/awk/
H A Dawk.h101 uschar csub; /* CCON, CTEMP, CFLD, etc. */ member
223 #define isexit(n) ((n)->csub == JEXIT)
224 #define isbreak(n) ((n)->csub == JBREAK)
225 #define iscont(n) ((n)->csub == JCONT)
226 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE)
227 #define isret(n) ((n)->csub == JRET)
234 #define istrue(n) ((n)->csub == BTRUE)
235 #define istemp(n) ((n)->csub == CTEMP)
H A Drun.c52 if (p->ctype == OCELL && (p->csub < CUNK || p->csub > CFREE)) { in tempfree()
54 p->csub, p->ctype, p->sval); in tempfree()
296 if (t->csub == CCOPY) { in call()
299 t->csub = CTEMP; in call()
309 t->csub = CTEMP; in call()
311 } else if (t == y && t->csub == CCOPY) { in call()
312 t->csub = CTEMP; in call()
337 y->csub = CCOPY; /* prevents freeing until call is over */ in copycell()
529 z->csub = CVAR; in array()
972 x->csub = CFLD; in indirect()
[all …]
H A Dparse.c197 a->csub = b; in celltonode()
H A Dawkgram.y488 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
H A Dtran.c242 p->csub = CUNK; in setsymtab()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dlangs2.c4 extern int csub (int);
8 return csub (x / 2); in foo__Fi()
19 extern int csub ();
23 return csub (x / 2);
H A Dlangs2.cxx1 extern "C" int csub (int);
5 return csub (x / 2); in foo()
H A Dlangs0.c6 int csub (int x) in csub() function
9 csub (x) in csub()
H A Dlangs.exp96 if [runto csub] then {
162 if [runto csub] then {
/openbsd/gnu/gcc/gcc/config/frv/
H A Dlib1funcs.asm67 csub gr0, gr8, gr8, cc0, 1
H A Dfrv.md2401 ;; csub gr0,op0,op0,op2
4495 case MINUS: return \"csub %4, %z5, %2, %1, %e0\";
4586 case NEG: return \"csub %., %4, %2, %1, %e0\";
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dlib1funcs.asm60 csub gr0, gr8, gr8, cc0, 1
H A Dfrv.md4199 case MINUS: return \"csub %4, %z5, %2, %1, %e0\";
4290 case NEG: return \"csub %., %4, %2, %1, %e0\";
/openbsd/gnu/usr.bin/binutils/cpu/
H A Dfrv.cpu3201 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dfrv.cpu3667 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")