Searched refs:csub (Results 1 – 16 of 16) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | control.c | 217 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 D | awk.h | 101 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 D | run.c | 52 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 D | parse.c | 197 a->csub = b; in celltonode()
|
H A D | awkgram.y | 488 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
|
H A D | tran.c | 242 p->csub = CUNK; in setsymtab()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | langs2.c | 4 extern int csub (int); 8 return csub (x / 2); in foo__Fi() 19 extern int csub (); 23 return csub (x / 2);
|
H A D | langs2.cxx | 1 extern "C" int csub (int); 5 return csub (x / 2); in foo()
|
H A D | langs0.c | 6 int csub (int x) in csub() function 9 csub (x) in csub()
|
H A D | langs.exp | 96 if [runto csub] then { 162 if [runto csub] then {
|
/openbsd/gnu/gcc/gcc/config/frv/ |
H A D | lib1funcs.asm | 67 csub gr0, gr8, gr8, cc0, 1
|
H A D | frv.md | 2401 ;; 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 D | lib1funcs.asm | 60 csub gr0, gr8, gr8, cc0, 1
|
H A D | frv.md | 4199 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 D | frv.cpu | 3201 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | frv.cpu | 3667 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")
|