/ast/src/cmd/3d/ |
H A D | syscall3d.c | 51 void* pointer; member in union:__anon18 331 arg[r].pointer = (r <= n) ? va_arg(vp, void*) : (void*)0; 336 case 6: arg[6].pointer = a6; 337 case 5: arg[5].pointer = a5; 338 case 4: arg[4].pointer = a4; 339 case 3: arg[3].pointer = a3; 340 case 2: arg[2].pointer = a2; 341 case 1: arg[1].pointer = a1; 460 r = (*state.trap.intercept[m].call)(&state.trap.intercept[m], cp->call, call, arg[1].pointer, arg[2].pointer, ar [all...] |
/ast/src/lib/libmam/ |
H A D | mam.h | 61 char* pointer; member in union:rule::__anon359 78 char* pointer; member in union:var::__anon360
|
/ast/src/lib/libtk/library/demos/ |
H A D | dialog1.tcl | 8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
|
/ast/src/lib/libcs/ |
H A D | msgblast.c | 99 (ap++)->pointer = b; 111 (ap++)->pointer = (void*)(dp = (struct dirent*)vp); 146 (ap++)->pointer = (void*)(sp = (struct stat*)vp); 167 (ap++)->pointer = (void*)(fp = (struct statvfs*)vp); 193 (ap++)->pointer = (void*)b; 199 else (ap++)->pointer = 0;
|
H A D | msglist.c | 156 p = (ap++)->pointer; 166 dp = (struct dirent*)(ap++)->pointer; 196 st = (struct stat*)(ap++)->pointer; 207 fp = (struct statvfs*)(ap++)->pointer; 222 p = (ap++)->pointer; 234 if (p = (ap++)->pointer) r += buffer(sp, p, strlen(p));
|
H A D | msg.h | 155 char* pointer; member in union:__anon343
|
/ast/src/lib/libast/include/ |
H A D | ftwalk.h | 56 void* pointer; /* local pointer value */ \
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | ptv.h | 55 void* pointer; member in union:Ptvprefix_s::__anon94
|
H A D | pt.h | 57 void* pointer; member in union:Ptprefix_s::__anon93
|
H A D | ptopen.c | 58 b->data.pointer = 0; 112 * prefix pointer returned on success
|
/ast/src/cmd/html/ |
H A D | html2rtf.h | 84 void* pointer; member in union:Data_u 109 Sfio_t* in; /* input file pointer */ 111 Sfio_t* out; /* output file pointer */ 114 Stack_t* sp; /* tag stack pointer */
|
/ast/src/cmd/mam/ |
H A D | mamnew.c | 347 r->local.pointer = (char*)x; 416 col = dumpname(col, r->local.pointer ? ((struct local*)r->local.pointer)->base : r->name); 458 col = dumpname(1, r->local.pointer ? (((struct local*)r->local.pointer)->target ? ((struct local*)r->local.pointer)->target : ((struct local*)r->local.pointer)->base) : r->name);
|
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 290 if (pc->data.pointer) 291 sfsprintf(val, sizeof(val), " %s", ((Cxedit_t*)pc->data.pointer)->name); 298 sfsprintf(val, sizeof(val), " %p", pc->data.pointer); 308 sfsprintf(a, sizeof(a), " [%d]%p", (sp-1) - bp, (sp-1)->value.pointer); 316 sfsprintf(b, sizeof(b), " [%d]%p", sp - bp, sp->value.pointer); 594 return cxsuball(cx, (Cxpart_t*)pc->data.pointer, r); 602 codecast(Cx_t* cx, Cxcompile_t* cc, Cxtype_t* t, Cxcallout_f cast, void* pointer) argument 609 c.data.pointer = pointer; 622 code(Cx_t* cx, Cxcompile_t* cc, Cxexpr_t* expr, int op, int pp, Cxtype_t* type1, Cxtype_t* type2, void* pointer, Cxnumber_ argument [all...] |
H A D | cx.h | 270 void* data; /* data pointer */ 277 char* data; /* data pointer */ 285 void* pointer; /* generic pointer */ member in union:Cxvalue_u 433 Cxfunction_f function; /* pointer if function */
|
H A D | cxopen.c | 43 static const char name_pointer[] = "pointer"; 354 type = (Cxtype_t*)value->pointer; 384 BT(CX_pointer, &name_pointer[0], 0, "A generic pointer.", 0,0,0) 776 if ((i = (*a->type->match->execf)(cx, pc->data.pointer, a->type, &a->value, disc)) < 0) 787 if ((i = (*a->type->match->execf)(cx, pc->data.pointer, a->type, &a->value, disc)) < 0) 796 if (!(x->data.pointer = (*a->type->match->compf)(cx, a->type, b->type, &b->data, disc))) 798 if (a->type->match->freef && cxatfree(cx, expr, a->type->match->freef, x->data.pointer)) 800 (*a->type->match->freef)(cx, x->data.pointer, disc); 2401 * return initialized global state pointer 2427 * pointer t [all...] |
/ast/src/cmd/tw/ |
H A D | expr.c | 246 v.string = sum((Exsum_t*)node->local.pointer, PATH(ftw)); 285 v.string = sum((Exsum_t*)node->local.pointer, PATH(ftw)); 376 sp = (Exsum_t*)node->local.pointer; 386 v = (lp = (Local_t*)ftw->local.pointer) ? lp->value[MEMOFFSET(sym->index)] : exzero(sym->type); 581 node->local.pointer = (char*)sp; 634 if (!(lp = (Local_t*)ftw->local.pointer)) 644 lp = (Local_t*)ftw->local.pointer;
|
H A D | tw.c | 585 if (state.localmem && (lp = (Local_t*)ftw->local.pointer))
|
/ast/src/lib/libexpr/ |
H A D | exgram.h | 62 x->local.pointer = 0; 96 if (x->data.variable.symbol->local.pointer) 98 dtclose((Dt_t*)x->data.variable.symbol->local.pointer); 99 x->data.variable.symbol->local.pointer = 0;
|
H A D | expr.h | 122 char* pointer; member in struct:Exlocal_s 199 } compiled; /* compiled function pointer */
|
H A D | exparse.y | 483 if ($4 && !$2->local.pointer) 490 if (!($2->local.pointer = (char*)dtopen(disc, Dtoset))) 943 if ((($$->data.variable.index = $2) == 0) != ($1->local.pointer == 0)) 944 exerror("%s: is%s an array", $1->name, $1->local.pointer ? "" : " not");
|
H A D | Oexparse.c | 1334 if (exvsp[-1].integer && !exvsp[-3].id->local.pointer) 1341 if (!(exvsp[-3].id->local.pointer = (char*)dtopen(disc, Dtoset))) 1873 if (((exval.expr->data.variable.index = exvsp[0].expr) == 0) != (exvsp[-1].id->local.pointer == 0)) 1874 exerror("%s: is%s an array", exvsp[-1].id->name, exvsp[-1].id->local.pointer ? "" : " not");
|
H A D | exeval.c | 91 if (!(b = (Exassoc_t*)dtmatch((Dt_t*)expr->data.variable.symbol->local.pointer, v.string))) 96 dtinsert((Dt_t*)expr->data.variable.symbol->local.pointer, b); 722 for (assoc = (Exassoc_t*)dtfirst((Dt_t*)expr->data.generate.array->data.variable.symbol->local.pointer); assoc; assoc = (Exassoc_t*)dtnext((Dt_t*)expr->data.generate.array->data.variable.symbol->local.pointer, assoc))
|
/ast/src/cmd/ksh93/sh/ |
H A D | nvtype.c | 202 a = alignof(pointer); 1062 /* need to save the string pointer */
|