Searched defs:extract (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/builtin/
H A Dlook.c68 #define EXTRACT(f,p,b,n) (((b)&&((f)&D_FLAG))?extract(p,b,n):(p))
71 extract(register const char* cp, char* buff, int len) function
/ast/src/cmd/mailx/
H A Dnames.c160 extract(struct header* hp, unsigned long flags, register char* s) function
168 note(DEBUG, "extract type=0x%08x data=\"%s\"%s", flags, s, (hp->h_clear & flags) ? " [clear]" : "");
/ast/src/cmd/std/
H A Dlocale.c731 extract(Sfio_t* sp, register Keyword_t* key, void* data, unsigned int flags) function
892 extract(sp, key, state.conv, flags);
902 extract(sp, key, tmlocale(), flags);
/ast/src/cmd/re/
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) function
1156 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
1909 extract(tabs, line, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test|TEST_OK);
2031 skip = extract(tabs, line, re, s, ans, msg, "OK", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2047 skip = extract(tabs, line, re, s, ans, msg, "OK", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2068 skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2089 skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2099 skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2165 skip = extract(tabs, line, re, s, ans, msg, "NOMATCH", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2176 skip = extract(tab
[all...]

Completed in 100 milliseconds