Searched refs:identify (Results 1 - 11 of 11) sorted by relevance
/ast/src/lib/libtk/library/ |
H A D | scrlbar.tcl | 26 %W activate [%W identify %x %y] 29 %W activate [%W identify %x %y] 139 set element [$w identify $x $y] 161 $w activate [$w identify $x $y] 370 set element [$w identify $x $y] 394 set element [$w identify $x $y]
|
H A D | scale.tcl | 113 if {[$w identify $x $y] == "slider"} { 131 set el [$w identify $x $y] 235 set el [$w identify $x $y]
|
/ast/src/cmd/coshell/ |
H A D | service.h | 163 #define SETIDENTIFY (1<<5) /* global.identify was set */ 206 char* identify; member in struct:__anon58::__anon59 296 char* identify; member in struct:__anon66
|
H A D | schedule.c | 123 state.identify = dupstring(state.identify, a->global.identify);
|
H A D | command.c | 502 if (state.identify) 503 sfprintf(state.string, " identify %s\n", fmtesc(state.identify));
|
H A D | main.c | 611 if (state.identify) 627 n = sfsprintf(cmd, sizeof(cmd) - 1, state.identify, s);
|
/ast/src/lib/libcodex/ |
H A D | codex.h | 99 Sfio_t* identify; /* decode method string if != 0 */ member in struct:Codexdisc_s
|
H A D | codex.c | 701 * recursively identify and push sfcode() disciplines 740 if (disc->version >= 20090704L && disc->identify) 741 sfprintf(disc->identify, "<%s", meth->name);
|
/ast/src/lib/libvcodex/ |
H A D | vcsfio.c | 424 static ssize_t getheader(Sfdc_t* sfdc, Sfio_t* f, int init, int identify) argument 426 static ssize_t getheader(sfdc, f, init, identify) 430 int identify; 438 if(identify) 460 return identify ? 0 : init ? VCSFERROR(sfdc, "Bad header data") : -1; 473 return identify ? 0 : VCSFERROR(sfdc, "Unknown header data"); 508 return identify ? 0 : VCSFERROR(sfdc, "Failure in obtaining header data"); 509 else if(identify)
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 279 identify(Stdio_t* sp) function 305 identify(stderr); 343 identify(stderr);
|
/ast/src/cmd/vczip/ |
H A D | vczip.c | 68 "[q:identify?Identify the standard input encoding and write the " 271 codexdisc->identify = sfstdout;
|
Completed in 26 milliseconds