Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c60 static int parse_encoded(struct termios *, ldterm_cs_data_user_t *, int);
62 static int parse_encoded(struct termios *);
311 if (!parse_encoded(cb, kcswp, term)) {
313 if (!parse_encoded(cb)) {
508 parse_encoded(struct termios *cb function