OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copycell
(Results
1 - 4
of
4
) sorted by null
/external/libvterm/src/
vterm.c
302
void (*
copycell
)(VTermPos dest, VTermPos src, void *user),
337
(*
copycell
)(pos, srcpos, user);
/ndk/sources/host-tools/nawk-20071023/
proto.h
154
extern Cell *
copycell
(Cell *);
run.c
260
args[i] =
copycell
(y);
321
Cell *
copycell
(Cell *x) /* make a copy of a cell in a temp */
function
[
all
...]
/external/libvterm/include/
vterm.h
303
void (*
copycell
)(VTermPos dest, VTermPos src, void *user),
Completed in 74 milliseconds