HomeSort by relevance Sort by last modified time
    Searched defs:news (Results 1 - 7 of 7) sorted by null

  /external/bison/
maint.mk 140 # NEWS file.
143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
147 news-check-lines-spec ?= 1,10
148 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 19 "http://news.google.com/": "news.mp3",
  /external/mksh/src/
eval.c 1779 char *news; local
    [all...]
histrap.c 885 unsigned char *base, *news; local
906 news = base + (size_t)histfsize;
907 if (*news == COMMAND) {
909 histload(hist_source, news, bytes);
    [all...]
lex.c 1773 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); local
    [all...]
var.c 1333 struct tbl *prev, *curr, *news; local
1349 news = curr;
1351 news = NULL;
1352 if (!news) {
1355 news = alloc(offsetof(struct tbl, name[0]) + ++len, vp->areap);
1356 memcpy(news->name, vp->name, len);
1358 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX;
1359 news->type = vp->type;
1360 news->areap = vp->areap;
1361 news->u2.field = vp->u2.field
    [all...]
edit.c 2382 char *news, *op; local
4727 struct edstate *news; local
    [all...]

Completed in 315 milliseconds