Searched refs:outseq (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 122 row(outseq, orow, nrow) in row() argument 123 struct Sequence *outseq; in row() 158 add_seq(outseq, best); 178 simp_col(outseq, oc, nc) in simp_col() argument 179 struct Sequence *outseq; in simp_col() 235 add_seq(outseq, best); 272 add_seq(outseq, best); 283 column(outseq, ocol, ncol) in column() argument 284 struct Sequence* outseq; in column() 324 add_seq(outseq, best);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 123 row(struct Sequence *outseq, int orow, int nrow) in row() argument 157 add_seq(outseq, best); in row() 177 simp_col(struct Sequence *outseq, int oc, int nc) in simp_col() argument 232 add_seq(outseq, best); in simp_col() 272 add_seq(outseq, best); in simp_col() 283 column(struct Sequence *outseq, int ocol, int ncol) in column() argument 322 add_seq(outseq, best); in column()
|