Searched refs:news (Results 1 - 15 of 15) sorted by relevance
/third_party/mksh/ |
H A D | var.c | 1551 struct tbl *prev, *curr, *news; in arraysearch() local 1567 news = curr; in arraysearch() 1569 news = NULL; in arraysearch() 1570 if (!news) { in arraysearch() 1573 news = alloc(offsetof(struct tbl, name[0]) + ++len, vp->areap); in arraysearch() 1574 memcpy(news->name, vp->name, len); in arraysearch() 1576 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX; in arraysearch() 1577 news->type = vp->type; in arraysearch() 1578 news->areap = vp->areap; in arraysearch() 1579 news in arraysearch() [all...] |
H A D | eval.c | 2069 char *news; in alt_expand() local 2079 news = alloc(l1 + l2 + l3 + 1, ATEMP); in alt_expand() 2080 memcpy(news, start, l1); in alt_expand() 2081 memcpy(news + l1, field_start, l2); in alt_expand() 2082 memcpy(news + l1 + l2, brace_end, l3); in alt_expand() 2083 news[l1 + l2 + l3] = '\0'; in alt_expand() 2084 alt_expand(wp, news, news + l1, in alt_expand() 2085 news + l1 + l2 + l3, fdo); in alt_expand()
|
H A D | lex.c | 1801 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i() local 1803 news[0].ls_base = old_end; in push_state_i() 1804 si->base = &news[0]; in push_state_i() 1805 si->end = &news[STATE_BSIZE]; in push_state_i() 1806 return (&news[1]); in push_state_i()
|
H A D | edit.c | 3561 static void restore_edstate(struct edstate *old, struct edstate *news); 4900 struct edstate *news; in save_edstate() local 4902 news = alloc(sizeof(struct edstate), AEDIT); in save_edstate() 4903 news->cbuf = alloc(old->cbufsize, AEDIT); in save_edstate() 4904 memcpy(news->cbuf, old->cbuf, old->linelen); in save_edstate() 4905 news->cbufsize = old->cbufsize; in save_edstate() 4906 news->linelen = old->linelen; in save_edstate() 4907 news->cursor = old->cursor; in save_edstate() 4908 news->winleft = old->winleft; in save_edstate() 4909 return (news); in save_edstate() 4913 restore_edstate(struct edstate *news, struct edstate *old) restore_edstate() argument [all...] |
H A D | histrap.c | 966 unsigned char *base, *news; in writehistfile() local 989 news = base + (size_t)histfsize; in writehistfile() 990 if (*news == COMMAND) { in writehistfile() 992 histload(hist_source, news, bytes); in writehistfile()
|
/third_party/littlefs/scripts/ |
H A D | coverage.py | 171 def diff_entries(olds, news): 173 for name, (new_hits, new_count) in news.items():
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 549 {"news", KEY_NEWS}, in keyboard_lookup_key()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 1208 news*:NEWS-OS:6*:*)
|
/third_party/eudev/ |
H A D | config.guess | 1238 news*:NEWS-OS:6*:*)
|
/third_party/lame/ |
H A D | config.guess | 1237 news*:NEWS-OS:6*:*)
|
/third_party/node/deps/cares/ |
H A D | config.guess | 1348 news*:NEWS-OS:6*:*)
|
/third_party/node/deps/cares/config/ |
H A D | config.guess | 1348 news*:NEWS-OS:6*:*)
|
/third_party/libevdev/build-aux/ |
H A D | config.guess | 1359 news*:NEWS-OS:6*:*)
|
/third_party/python/ |
H A D | config.guess | 1345 news*:NEWS-OS:6*:*)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 1234 news*:NEWS-OS:6*:*)
|
Completed in 25 milliseconds