Home
last modified time | relevance | path

Searched refs:seq_dump (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/vi/ex/
H A Dex_abbrev.c42 if (seq_dump(sp, SEQ_ABBREV, 0) == 0) in ex_abbr()
H A Dex_map.c52 if (seq_dump(sp, stype, 1) == 0) in ex_map()
/openbsd-src/usr.bin/vi/include/
H A Dcom_extern.h103 int seq_dump(SCR *, seq_t, int);
/openbsd-src/usr.bin/vi/common/
H A Dseq.c264 seq_dump(SCR *sp, seq_t stype, int isname) in seq_dump() function