Searched refs:look (Results 1 - 3 of 3) sorted by relevance
/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...] |
/ast/src/cmd/builtin/ |
H A D | Makefile | 80 :BUILTIN: dlls LICENSE=since=2002,author=gsf -ldll look mime \ 90 look mkdir mkfifo mktemp mv nl od paste rm tail tr uniq uuencode wc
|
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))
|
Completed in 9 milliseconds