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

  /external/toybox/toys/pending/
vi.c 23 struct linestack *ls;
33 // linestack, what to show, where to show it
34 void linestack_show(struct linestack *ls, struct linestack_show *lss)
44 TT.ls = xzalloc(sizeof(struct linestack));
  /external/toybox/lib/
linestack.c 3 // A linestack is an array of struct ptr_len.
7 void linestack_addstack(struct linestack **lls, struct linestack *throw,
10 struct linestack *catch = *lls;
19 *lls = xmalloc(sizeof(struct linestack)+catch->max*sizeof(struct ptr_len));
20 memcpy(*lls, catch, sizeof(struct linestack)+pos*sizeof(struct ptr_len));
39 // Insert one line/len into a linestack at pos
40 void linestack_insert(struct linestack **lls, long pos, char *line, long len)
43 // This allocates enough memory for the linestack to have one ptr_len.
46 struct linestack ls
    [all...]
lib.h 253 // linestack.c
255 struct linestack { struct
260 void linestack_addstack(struct linestack **lls, struct linestack *throw,
262 void linestack_insert(struct linestack **lls, long pos, char *line, long len);
263 void linestack_append(struct linestack **lls, char *line);
264 struct linestack *linestack_load(char *name);
  /external/toybox/
Android.mk 62 lib/linestack.c \
  /external/toybox/generated/
globals.h 953 struct linestack *ls;
  /external/toybox/www/
index.html     [all...]
news.html     [all...]

Completed in 138 milliseconds