Searched defs:look (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/builtin/ |
H A D | look.c | 23 * look for lines beginning with <prefix> in sorted a sorted file 33 "[-?@(#)$Id: look (AT&T Research) 2008-02-14 $\n]" 35 "[+NAME?look - displays lines beginning with a given prefix]" 95 look(Sfio_t* fp, char* prefix, char* maxprefix, int flags) function 302 if (look(fp, bp, ep, flags))
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 865 lookup(register Lookup_t* look, const char* name, unsigned int flags) argument 877 look->flags = 0; 878 look->call = -1; 879 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1; 880 look->section = -1; 889 if (look->standard >= 0) 891 look->standard = p->standard; 895 if (look->call >= 0) 897 look->call = p->call; 901 look 1002 print(Sfio_t* sp, register Lookup_t* look, const char* name, const char* path, int listflags, Error_f conferror) argument 1427 Lookup_t look; local 1586 Lookup_t look; local [all...] |
Completed in 23 milliseconds