Searched defs:ok (Results 1 - 12 of 12) sorted by relevance
/ast/src/lib/libast/misc/ |
H A D | setenviron.c | 31 * environ==0 is ok 49 static char ok[] = ""; /* delete/optimization ok return*/ local 117 return ok; 132 return ok; 142 return ok;
|
/ast/src/cmd/cs/ |
H A D | cat.c | 142 int ok; local 148 ok = 1; 154 ok = 0; 159 ok = 0; 163 if (ok) return(0);
|
/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 347 int ok = 0; local 375 if (ok) 383 ok = 1; 387 ok = 1; 391 ok = 1; 395 ok = 1; 399 ok = 1; 403 ok = 1; 407 ok = 1; 411 ok [all...] |
/ast/src/lib/libast/sfio/ |
H A D | sfvscanf.c | 125 { char ok[SF_MAXCHAR+1]; member in struct:_accept_s 152 ac->ok[c] = !ac->yes; 155 { ac->ok[*form] = ac->yes; 173 ac->ok[c] = ac->yes; 183 ac->ok[c] = ac->yes; 278 { if((n == 1 && ac->ok[b[0]]) || 1020 { if(!acc.ok[inp])
|
/ast/src/cmd/mailx/ |
H A D | spam.c | 485 int ok; local 513 ok = no = fromours = me = 0; 738 ok++; 768 note(0, "spam: ok=%d no=%d test=%s", ok, no, buf); 770 if (no > ok) 772 if (ok > no) 793 note(0, "spam: host ok#%d `%s' `%s'", __LINE__, local, s); 800 note(0, "spam: host ok#%d `%s' `%s'", __LINE__, local, s);
|
/ast/src/cmd/3d/ |
H A D | strmatch.c | 462 int ok = 0; local 495 if (ok) 503 ok = 1; 507 ok = 1; 511 ok = 1; 515 ok = 1; 519 ok = 1; 523 ok = 1; 527 ok = 1; 531 ok [all...] |
/ast/src/lib/libast/comp/ |
H A D | iconv.c | 1350 int ok; local 1367 ok = 1; 1368 while (ok && *fn > 0) 1416 ok = 0; 1451 int ok = 1; local 1520 ok = 0; 1542 } while (ok);
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 392 goto ok; 412 goto ok; 419 goto ok; 478 ok: 505 register int ok = 1; local 513 ok = 1; 516 ok = getenv(state.strict) != 0; 519 ok = 1; 522 ok = 1; 525 ok [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkGrid.c | 694 int ok; /* temporary TCL result code */ 717 ok = CheckSlotData(masterPtr, slot, slotType, checkOnly); 718 if ((ok!=TCL_OK) && (argc!=4)) { 723 } else if (ok == TCL_OK) { 734 if ((argc==4) && (ok == TCL_OK)) { 693 int ok; /* temporary TCL result code */ local
|
/ast/src/cmd/re/ |
H A D | testglob.c | 251 0, "OK", "ok", 504 int ok; local 620 ok = 0; 950 if (!ok || !(flags & GLOB_APPEND)) { 951 if (ok) { 952 ok = 0; 983 ok = 1;
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 106 short ok; member in struct:Namcache 925 nvcache.ok = 0; 1431 nvcache.ok = 1; 1436 if(np && nvcache.ok && cp[-1]!=']') 1468 nvcache.ok = 0;
|
/ast/src/cmd/nmake/ |
H A D | object.c | 1246 int ok = 1; local 1376 ok = 0; 1385 else if (ok) 1387 ok = 0; 1394 else if (ok) 1396 ok = 0; 1400 if (ok && !sfseek(sp, (Sfoff_t)0, SEEK_SET)) 1500 * empty object files are ok
|
Completed in 795 milliseconds