Searched defs:lookup (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libjcl/
H A Dlib.c61 lookup(register Jcl_t* jcl, const char* name, const char* value, int flags, int set) function
H A Djcllib.h150 #define lookup _jcl_lookup macro
169 extern char* lookup(Jcl_t*, const char*, const char*, int, int);
/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/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/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 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))
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))
/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/pax/
H A Dpaxlib.h149 int (*lookup)(Pax_t*, Paxarchive_t*, Paxfile_t*, int, char**, Sflong_t*); member in struct:Paxformat_s
/ast/src/cmd/tw/
H A Dfind.c506 * Table lookup routine
510 lookup(register char* word) function
1184 if (!(argp = lookup(b)))

Completed in 28 milliseconds