HelenOS sources

sheet_t           154 uspace/app/edit/edit.c 	sheet_t *sh;
sheet_t            69 uspace/app/edit/sheet.c errno_t sheet_create(sheet_t **rsh)
sheet_t            71 uspace/app/edit/sheet.c 	sheet_t *sh;
sheet_t            73 uspace/app/edit/sheet.c 	sh = calloc(1, sizeof(sheet_t));
sheet_t           105 uspace/app/edit/sheet.c errno_t sheet_insert(sheet_t *sh, spt_t *pos, enum dir_spec dir, char *str)
sheet_t           151 uspace/app/edit/sheet.c errno_t sheet_delete(sheet_t *sh, spt_t *spos, spt_t *epos)
sheet_t           190 uspace/app/edit/sheet.c void sheet_copy_out(sheet_t *sh, spt_t const *spos, spt_t const *epos,
sheet_t           220 uspace/app/edit/sheet.c void sheet_get_cell_pt(sheet_t *sh, coord_t const *coord, enum dir_spec dir,
sheet_t           259 uspace/app/edit/sheet.c void sheet_get_row_width(sheet_t *sh, int row, int *length)
sheet_t           274 uspace/app/edit/sheet.c void sheet_get_num_rows(sheet_t *sh, int *rows)
sheet_t           294 uspace/app/edit/sheet.c 	sheet_t *sh;
sheet_t           339 uspace/app/edit/sheet.c void sheet_place_tag(sheet_t *sh, spt_t const *pt, tag_t *tag)
sheet_t           347 uspace/app/edit/sheet.c void sheet_remove_tag(sheet_t *sh, tag_t *tag)
sheet_t            73 uspace/app/edit/sheet.h 	sheet_t *sh;
sheet_t            88 uspace/app/edit/sheet.h 	sheet_t *sh;
sheet_t            92 uspace/app/edit/sheet.h extern errno_t sheet_create(sheet_t **);
sheet_t            93 uspace/app/edit/sheet.h extern errno_t sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *);
sheet_t            94 uspace/app/edit/sheet.h extern errno_t sheet_delete(sheet_t *, spt_t *, spt_t *);
sheet_t            95 uspace/app/edit/sheet.h extern void sheet_copy_out(sheet_t *, spt_t const *, spt_t const *, char *,
sheet_t            97 uspace/app/edit/sheet.h extern void sheet_get_cell_pt(sheet_t *, coord_t const *, enum dir_spec,
sheet_t            99 uspace/app/edit/sheet.h extern void sheet_get_row_width(sheet_t *, int, int *);
sheet_t           100 uspace/app/edit/sheet.h extern void sheet_get_num_rows(sheet_t *, int *);
sheet_t           106 uspace/app/edit/sheet.h extern void sheet_place_tag(sheet_t *, spt_t const *, tag_t *);
sheet_t           107 uspace/app/edit/sheet.h extern void sheet_remove_tag(sheet_t *, tag_t *);
sheet_t           102 uspace/dist/src/c/demos/edit/edit.c 	sheet_t *sh;
sheet_t            69 uspace/dist/src/c/demos/edit/sheet.c errno_t sheet_create(sheet_t **rsh)
sheet_t            71 uspace/dist/src/c/demos/edit/sheet.c 	sheet_t *sh;
sheet_t            73 uspace/dist/src/c/demos/edit/sheet.c 	sh = calloc(1, sizeof(sheet_t));
sheet_t           103 uspace/dist/src/c/demos/edit/sheet.c errno_t sheet_insert(sheet_t *sh, spt_t *pos, enum dir_spec dir, char *str)
sheet_t           149 uspace/dist/src/c/demos/edit/sheet.c errno_t sheet_delete(sheet_t *sh, spt_t *spos, spt_t *epos)
sheet_t           188 uspace/dist/src/c/demos/edit/sheet.c void sheet_copy_out(sheet_t *sh, spt_t const *spos, spt_t const *epos,
sheet_t           218 uspace/dist/src/c/demos/edit/sheet.c void sheet_get_cell_pt(sheet_t *sh, coord_t const *coord, enum dir_spec dir,
sheet_t           257 uspace/dist/src/c/demos/edit/sheet.c void sheet_get_row_width(sheet_t *sh, int row, int *length)
sheet_t           272 uspace/dist/src/c/demos/edit/sheet.c void sheet_get_num_rows(sheet_t *sh, int *rows)
sheet_t           292 uspace/dist/src/c/demos/edit/sheet.c 	sheet_t *sh;
sheet_t           337 uspace/dist/src/c/demos/edit/sheet.c void sheet_place_tag(sheet_t *sh, spt_t const *pt, tag_t *tag)
sheet_t           345 uspace/dist/src/c/demos/edit/sheet.c void sheet_remove_tag(sheet_t *sh, tag_t *tag)
sheet_t            73 uspace/dist/src/c/demos/edit/sheet.h 	sheet_t *sh;
sheet_t            88 uspace/dist/src/c/demos/edit/sheet.h 	sheet_t *sh;
sheet_t            92 uspace/dist/src/c/demos/edit/sheet.h extern errno_t sheet_create(sheet_t **);
sheet_t            93 uspace/dist/src/c/demos/edit/sheet.h extern errno_t sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *);
sheet_t            94 uspace/dist/src/c/demos/edit/sheet.h extern errno_t sheet_delete(sheet_t *, spt_t *, spt_t *);
sheet_t            95 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_copy_out(sheet_t *, spt_t const *, spt_t const *, char *,
sheet_t            97 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_get_cell_pt(sheet_t *, coord_t const *, enum dir_spec,
sheet_t            99 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_get_row_width(sheet_t *, int, int *);
sheet_t           100 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_get_num_rows(sheet_t *, int *);
sheet_t           106 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_place_tag(sheet_t *, spt_t const *, tag_t *);
sheet_t           107 uspace/dist/src/c/demos/edit/sheet.h extern void sheet_remove_tag(sheet_t *, tag_t *);
HelenOS homepage, sources at GitHub