Searched refs:lookup (Results 1 - 17 of 17) sorted by relevance

/ast/src/cmd/dsslib/lookup/
H A Dlib.c24 DSSLIB(lookup)
H A DMakefile7 lookup plugin=dss :LIBRARY: lookup.c lib.c -ldss
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c44 Sf_key_lookup_t lookup; member in struct:__anon259
206 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n);
213 h = (*fp->lookup)(fp->handle, &fp->fmt, a, &s, &n);
341 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument
352 fmt.lookup = lookup;
373 sfkeyprintf_20000308(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument
385 fmt.lookup = lookup;
/ast/src/lib/libjcl/
H A Djcllib.h150 #define lookup _jcl_lookup macro
169 extern char* lookup(Jcl_t*, const char*, const char*, int, int);
H A Dfind.c131 else if (t = lookup(jcl, v, NiL, flags, DEFAULT))
263 if (s = lookup(jcl, s, NiL, 0, 0))
H A Dlib.c61 lookup(register Jcl_t* jcl, const char* name, const char* value, int flags, int set) function
H A Dparse.c208 if (v = lookup(jcl, t, NiL, 0, DEFAULT|MUST))
690 v = lookup(jcl, t, NiL, 0, MUST);
2098 else if (!lookup(jcl, tok, val, 0, DEFAULT))
2129 if (!lookup(jcl, v, t, 0, 0))
2146 else if (!lookup(jcl, tok, val, 0, i))
/ast/src/lib/libdll/
H A Ddlfcn.c435 lookup(Dll_t* dll, const char* name) function
476 if (!(address = lookup(dll, name)) && name[0] != '_' && strlen(name) < (sizeof(buf) - 1))
480 address = lookup(dll, buf);
/ast/src/lib/libast/port/
H A Dlcgen.c158 lookup(register Table_t* tab, register char* s) function
160 lookup(tab, s)
454 if (!(lp = (Language_t*)lookup(&state.language, b)))
502 else if (!(lp->charset = (Charset_t*)lookup(&state.charset, arg[3])))
572 if (!(mp->language = (Language_t*)lookup(&state.language, arg[1])))
577 if (!(mp->territory = (Territory_t*)lookup(&state.territory, arg[2])))
584 else if (!(mp->charset = (Charset_t*)lookup(&state.charset, arg[3])))
H A Dastlicense.c210 lookup(register const Item_t* item, const char* name, int size) function
332 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data))
458 /* this hack viewpath lookup works for default package setups */
606 h = lookup(key, x, n);
722 if ((h = lookup(key, v, s - v)) < 0)
738 switch (c = lookup(lic, v, s - v))
H A Dastconf.c320 * value==0 just does lookup
865 lookup(register Lookup_t* look, const char* name, unsigned int flags) function
933 error(-7, "astconf lookup name=%s mid=%s", name, mid->name);
968 error(-6, "astconf lookup name=%s standard=%d:%d section=%d:%d call=%d:%d", look->name, look->standard, mid->standard, look->section, mid->section, look->call, mid->call);
1467 if (lookup(&look, name, flags))
1508 if (lookup(&altlook, altname, flags))
1656 if (!lookup(&look, f, flags))
/ast/src/lib/libcmd/
H A Dstty.c589 static const Tty_t *lookup(const char *name) function
647 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS)))
835 sfprintf(sp,"[+%s?%s.]",name,lookup(name)->description);
943 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS))
/ast/src/cmd/pax/
H A Dpaxlib.h149 int (*lookup)(Pax_t*, Paxarchive_t*, Paxfile_t*, int, char**, Sflong_t*); member in struct:Paxformat_s
H A Dmisc.c456 * sfkeyprintf() lookup
693 if (gp->archive && gp->archive->format->lookup)
695 if ((k = (*gp->archive->format->lookup)(&state, gp->archive, f, op->index, &s, &n)) < 0)
819 * set up lookup() handle and call sfkeyprintf()
/ast/src/cmd/tw/
H A Dfind.c506 * Table lookup routine
510 lookup(register char* word) function
1184 if (!(argp = lookup(b)))
/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c366 * This function executes a lookup disc and then performs
367 * the lookup on the given node <np>
369 static char* lookup(Namval_t *np, int type, Sfdouble_t *dp,Namfun_t *handle) function
430 return(lookup(np,LOOKUPS,(Sfdouble_t*)0,handle));
436 lookup(np,LOOKUPN, &d ,handle);
/ast/src/cmd/INIT/
H A Dproto.c1579 lookup __PARAM__((register const Item_t* item, const char* name, int size), (item, name, size)) __OTORP__(register const Item_t* item; const char* name; int size;){
1689 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data))
1960 h = lookup(key, x, n);
2076 if ((h = lookup(key, v, s - v)) < 0)
2092 switch (c = lookup(lic, v, s - v))

Completed in 68 milliseconds