Home
last modified time | relevance | path

Searched refs:newl (Results 1 – 8 of 8) sorted by relevance

/openbsd/sbin/dmesg/
H A Ddmesg.c65 int ch, newl, skip, i; in main() local
163 for (newl = skip = i = 0, p = bufdata + cur.msg_bufx; in main()
171 newl = skip = 0; in main()
174 if (newl && ch == '<') { in main()
180 newl = ch == '\n'; in main()
187 if (!newl) in main()
/openbsd/usr.bin/vi/common/
H A Dscreen.c92 MALLOC(sp, sp->newl, len); in screen_init()
93 if (sp->newl == NULL) { in screen_init()
99 memcpy(sp->newl, orig->newl, len); in screen_init()
189 free(sp->newl); in screen_end()
H A Dscreen.h128 size_t *newl; /* Newline offset array. */ member
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c302 REALLOCARRAY((sp), (sp)->newl, \
304 if ((sp)->newl == NULL) { \
717 lb + last, sp->newl[cnt] - last)) in s()
719 last = sp->newl[cnt] + 1; in s()
783 lno, lb + last, sp->newl[cnt] - last)) in s()
785 last = sp->newl[cnt] + 1; in s()
1242 sp->newl[sp->newl_cnt++] = lbclen; \ in re_sub()
/openbsd/gnu/llvm/compiler-rt/lib/BlocksRuntime/
H A Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument
53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong()
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument
73 return __sync_bool_compare_and_swap(dst, oldl, newl); in OSAtomicCompareAndSwapLong()
/openbsd/sys/arch/arm64/dev/
H A Drtkit.c349 char *newl; in rtkit_crashlog_dump_str() local
362 newl = memchr(buf, '\n', buf - end); in rtkit_crashlog_dump_str()
363 if (newl) in rtkit_crashlog_dump_str()
364 *newl = 0; in rtkit_crashlog_dump_str()
366 if (!newl) in rtkit_crashlog_dump_str()
368 buf = newl + 1; in rtkit_crashlog_dump_str()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash56.C161 link *newl = new link_item(item); in prepend() local
162 ListDProto::prepend(newl); in prepend()
168 link *newl = new link_item(item); in append() local
169 ListDProto::append(newl); in append()
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c186 #define newl (Perl_po2()->po2_newl) macro
2253 newl = strlen(s); in Perl_OS2_handler_install()
2436 if (newl == 0 || oldl == 0) in perllib_mangle()
2447 if (l + newl - oldl > STATIC_FILE_LENGTH || newl > STATIC_FILE_LENGTH) in perllib_mangle()
2449 strcpy(mangle_ret + newl, s + oldl); in perllib_mangle()