Home
last modified time | relevance | path

Searched refs:_seq (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c106 if (cur_term->_move[op]._seq == (char *) 0) {
351 cur_term->_move[op]._seq, 1, putout
356 cur_term->_move[op]._seq, p1, p2,
455 cur_term->_move[index]._seq = cap;
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c107 if (cur_term->_move[op]._seq == NULL) { in add_op()
346 (void) TPUTS(cur_term->_move[op]._seq, 1, in out_seq()
349 (void) TPUTS(tparm(cur_term->_move[op]._seq, p1, p2, in out_seq()
440 cur_term->_move[index]._seq = cap; in cost()
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_core.h590 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_MAX - 1)) argument