Searched defs:found (Results 1 - 12 of 12) sorted by relevance
/ast/src/lib/libast/sfio/ |
H A D | sfgetr.c | 41 int found; local 55 found = 0; 64 found = 1; 68 found = 1; 73 while(!found) 103 if(s < ends) /* found separator */ 105 found = 1; 121 if(!found && (_Sfmaxr > 0 && un+n+1 >= _Sfmaxr || (f->flags&SF_STRING))) /* already exceed limit */ 149 if(found && rc != 0 && (type&SF_STRING) ) 159 rsrv->slen = found [all...] |
/ast/src/lib/libdll/ |
H A D | dllnext.c | 67 register int found = 0; local 97 if (found) 154 found = 1;
|
/ast/src/cmd/builtin/ |
H A D | look.c | 51 " [+0?The specified \aprefix\a was found in the file.]" 52 " [+1?The specified \aprefix\a was not found in the file.]" 102 int found; local 139 found = 0; 156 found = !n; 211 found = !n; 224 return !found; 289 error(ERROR_system(1), "%s: not found", dict[0]);
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclUnixNotfy.c | 43 * conditions that were found to exist by the 214 int found, sz; 217 for (runPtr = maskPtr, tailPtr = maskPtr + sz, found = 0; 221 found = 1; 225 return !found; 210 int found, sz; local
|
/ast/src/lib/libast/misc/ |
H A D | findlib.h | 61 int found; member in struct:__anon278
|
H A D | magic.c | 2236 int found; local 2241 found = 0; 2292 found = 1; 2302 if (!found)
|
/ast/src/lib/libpp/ |
H A D | ppsearch.c | 33 #define SEARCH_FOUND (SEARCH_USER<<4)/* current binding found */ 424 int found; local 428 found = 1; 431 found = 0; 435 found = 1; 439 if (found) 485 pp.found = dp; 577 message((-2, "search: %s%s not found", (flags & SEARCH_NEXT) ? "next " : "", fp->name)); 584 * if file found then open read file descriptor returned 587 * otherwise 0 returned if file found bu [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkEvent.c | 187 int found; 198 found = 0; 210 found = 1; 219 * Create a new handler if no matching old handler was found. 222 if (!found) { 912 panic("Tk_QueueWindowEvent found unexpected delayed motion event"); 1040 panic("DelayedMotionProc found no delayed mouse motion event"); 186 int found; local
|
/ast/src/cmd/nmake/ |
H A D | bind.c | 873 int found; local 919 found = 0; 940 found = 1; 957 found = 1; 1250 found = 1; 1279 if (!found && r && (name == r->name || reassoc) && (a = associate(internal.bind_p, r, NiL, NiL)) && (b = call(a, name)) && (s = getarg(&b, NiL))) 1369 found = 1; 1376 if (!found && state.targetcontext && r && name != r->name && (x = getrule(base)) && (x->dynamic & D_context)) 1393 found = 1; 1408 if (found) [all...] |
H A D | Makerules.mk | 319 error 3 app not found 327 error 3 $(-instrument) not found 2881 * on return the following are set if found for package $(P) 2885 * .PACKAGE.$(P).found 1 if at least one package lib or header found 2908 .PACKAGE.$(P).found := $(PACKAGE_$(P)_found) 2910 if "$(.PACKAGE.$(P).found)" != "" 3170 .PACKAGE.$(P).found := $(FOUND) 3194 return $(X:/\([A-Za-z_.][A-Za-z0-9_.]*\)/"$$(.PACKAGE.\1.found)"=="1"/G:@/" *"/" \&\& "/G:E) 4197 if "$(.PACKAGE.$(P).found)" [all...] |
/ast/src/cmd/html/ |
H A D | troff2html.c | 773 * pointer created if not found 978 * pointer created if not found 1036 find(char* name, char** found, int verbose) argument 1136 if (found) 1137 *found = hashput(state.symbols, path, path + 1) + 1; 4460 error(2, "%s macro definition end tag %s not found", state.define->name, state.end->name); 4464 error(2, "group end tag %s not found", state.end->name);
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals 4868 proto_error(((char*)0), 2, file, "not found"); 5268 proto_error(((char*)0), 3, list, "not found");
|
Completed in 65 milliseconds