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

/ast/src/lib/libvcodex/
H A Dvcopen.c85 char *spec; member in struct:Stack_s
90 Vcodex_t* vcmake(char* spec, int type) argument
92 Vcodex_t* vcmake(spec, type)
93 char* spec; /* method specification */
111 if(!(spec = vcsubstring(spec, VC_METHSEP, meth, sizeof(meth), 0)) )
115 spec - sp->spec;
134 sp->spec = spec;
[all...]
H A Dvcalias.c84 char* s; /* spec of new aliases */
184 /* map an alias. Arguments are passed onto the first method of the aliased spec */
186 char* vcgetalias(char* spec, char* meth, ssize_t mtsz) argument
188 char* vcgetalias(spec, meth, mtsz)
189 char* spec; /* name.arg1.arg2... */
201 if(!(alias = Alias) || !spec)
202 return spec;
205 if(!(args = vcsubstring(spec, VC_METHSEP, name, sizeof(name), 0)) || *args != 0 )
206 return spec;
220 return spec;
[all...]
H A Dvcsfio.c934 static ssize_t getwindow(char* spec, Vcwmethod_t** vcwmt) argument
936 static ssize_t getwindow(spec, vcwmt)
937 char* spec; /* window/size specification */
944 if(!spec)
945 spec = "";
947 wsize = (ssize_t)vcatoi(spec);
948 while(isdigit(*spec))
949 spec += 1;
950 if(*spec == 'k' || *spec
[all...]
/ast/src/lib/libtk/library/
H A Dcomdlg.tcl43 foreach spec $specs {
44 if {[llength $spec] < 4} {
45 error "\"spec\" should contain 5 or 4 elements"
47 set cmdsw [lindex $spec 0]
49 set rname($cmdsw) [lindex $spec 1]
50 set rclass($cmdsw) [lindex $spec 2]
51 set def($cmdsw) [lindex $spec 3]
52 set verproc($cmdsw) [lindex $spec 4]
/ast/src/lib/libtksh/tcl/
H A DtclIOUtil.c48 char *spec, int atOk, char *arg, char *nextArg,
75 FileForRedirect(interp, spec, atOK, arg, nextArg, flags, skipPtr, closePtr,
78 char *spec; /* Points to character just after
81 * spec: used for error reporting. */
91 * in spec, 2 if it was in nextArg. */
97 * was opened. Unmodified if spec refers
105 if ((atOK != 0) && (*spec == '@')) {
106 spec++;
107 if (*spec == '\0') {
108 spec
[all...]
/ast/src/cmd/re/
H A Dtestfmt.c318 char* spec; local
467 if (!(spec = field[0]))
468 bad("NIL spec\n", NiL, NiL, 0);
473 for (p = spec; *p; p++)
493 bad("bad spec\n", spec, NiL, 0);
H A Dtestmatch.c622 char* spec; local
778 if (!(spec = field[0]))
779 bad("NIL spec\n", NiL, NiL, 0);
791 for (p = spec; *p; p++)
796 bad("nmatch too large\n", spec, NiL, 0);
969 bad("bad spec\n", spec, NiL, 0);
H A Dtestfnmatch.c491 char* spec; local
643 if (!(spec = field[0]))
644 bad("NIL spec\n", NiL, NiL, 0);
659 for (p = spec; *p; p++)
822 bad("bad spec\n", spec, NiL, 0);
H A Dtestglob.c507 char* spec; local
772 if (!(spec = field[0]))
773 bad("NIL spec\n", NiL);
779 for (p = spec; *p; p++) {
895 bad("bad spec\n", spec);
H A Dtestregex.c1080 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument
1114 printf("%s%s", spec, TABS(*tabs++));
1140 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument
1156 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
1241 char* spec; local
1525 if (!(spec = field[0]))
1526 bad("NIL spec\n", NiL, NiL, 0, 0);
1536 for (p = spec; *p; p++)
1762 bad("bad spec\n", spec, Ni
[all...]
/ast/src/cmd/bzip/
H A Dbzip2.c169 # define APPEND_FILESPEC(root, spec) \
171 if ((spec)[0] == '-') { \
172 root = snocString((root), (spec)); \
176 hFile = _findfirst((spec), &c_file); \
178 root = snocString ((root), (spec)); \

Completed in 32 milliseconds