Searched refs:oldloc (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/lib/libc/locale/
H A Dduplocale.c24 duplocale(locale_t oldloc) argument
26 if (oldloc == _LOCALE_UTF8 && _Utf8RuneLocale != NULL)
28 if (oldloc == _LOCALE_C)
30 if (oldloc == LC_GLOBAL_LOCALE)
H A Dfreelocale.c10 freelocale(locale_t oldloc __attribute((__unused__)))
H A Dnewlocale.c25 newlocale(int mask, const char *locname, locale_t oldloc) argument
47 return oldloc == _LOCALE_UTF8 ? _LOCALE_UTF8 : _LOCALE_C;
/openbsd-current/games/adventure/
H A Dio.c278 for (oldloc = -1, seekstart = seekhere;;) {
280 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
285 ltext[oldloc].seekadr = seekhere;
286 ltext[oldloc].txtlen = maystart - seekstart;
289 stext[oldloc].seekadr = seekhere;
290 stext[oldloc].txtlen = maystart - seekstart;
293 ptext[oldloc].seekadr = seekhere;
294 ptext[oldloc].txtlen = maystart - seekstart;
297 if (oldloc >
[all...]
H A Dsave.c86 {&oldloc, sizeof(oldloc)},
H A Ddone.c165 oldloc = loc;
H A Dhdr.h69 extern int loc, newloc, oldloc, oldlc2, wzdark, gaveup, kq, k, k2;
H A Dsubr.c311 oldlc2 = oldloc;
312 oldloc = loc;
365 if (forced(k = oldloc))
367 oldlc2 = oldloc;
368 oldloc = loc;
510 if (atloc[loc] == 0 && atloc[oldloc] == 0
1021 oldloc = 115;
H A Dmain.c52 int loc, newloc, oldloc, oldlc2, wzdark, gaveup, kq, k, k2; variable
/openbsd-current/gnu/llvm/libcxx/src/
H A Dios.cpp125 locale oldloc = loc_storage; local
128 return oldloc;
/openbsd-current/gnu/usr.bin/perl/
H A Dregexp.h1011 char *oldloc; /* the previous locinput */ member in struct:regmatch_state::__anon117::__anon129
H A Dregexec.c9430 ST.oldloc = locinput;
9511 ST.oldloc = locinput;
9581 ? utf8_length((U8 *) ST.oldloc, (U8 *) locinput)
9582 : (STRLEN) (locinput - ST.oldloc);
9589 /* In /a{m,n}b/, ST.oldloc is at "a" x m, locinput is
9591 * between oldloc and locinput matches */
9592 char *li = ST.oldloc;

Completed in 174 milliseconds