Searched refs:identify (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libtk/library/
H A Dscrlbar.tcl26 %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 Dscale.tcl113 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 Dservice.h163 #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 Dschedule.c123 state.identify = dupstring(state.identify, a->global.identify);
H A Dcommand.c502 if (state.identify)
503 sfprintf(state.string, " identify %s\n", fmtesc(state.identify));
H A Dmain.c611 if (state.identify)
627 n = sfsprintf(cmd, sizeof(cmd) - 1, state.identify, s);
/ast/src/lib/libcodex/
H A Dcodex.h99 Sfio_t* identify; /* decode method string if != 0 */ member in struct:Codexdisc_s
H A Dcodex.c701 * 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 Dvcsfio.c424 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 Dmamake.c279 identify(Stdio_t* sp) function
305 identify(stderr);
343 identify(stderr);
/ast/src/cmd/vczip/
H A Dvczip.c68 "[q:identify?Identify the standard input encoding and write the "
271 codexdisc->identify = sfstdout;

Completed in 26 milliseconds