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

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

Completed in 145 milliseconds