HomeSort by: relevance | last modified time | path
    Searched defs:lax (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
lutf8lib.c 96 ** utf8len(s [, i [, j [, lax]]]) --> number of characters that
106 int lax = lua_toboolean(L, 4); local
112 const char *s1 = utf8_decode(s + posi, NULL, !lax);
127 ** codepoint(s, [i, [j [, lax]]]) -> returns codepoints for all
135 int lax = lua_toboolean(L, 4); local
149 s = utf8_decode(s, &code, !lax);
263 int lax = lua_toboolean(L, 2); local
266 lua_pushcfunction(L, lax ? iter_auxlax : iter_auxstrict);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
constvars.c 26 short lax = 20; local
47 const short *leniency = &lax;
80 short *const laudanum = &lax;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
constvars.c 26 short lax = 20; local
47 const short *leniency = &lax;
80 short *const laudanum = &lax;

Completed in 483 milliseconds