/src/lib/libc/termios/ |
tcflow.c | 56 struct termios term; local in function:__weak_alias 68 if (tcgetattr(fd, &term) == -1) 70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
|
tcflow.c | 56 struct termios term; local in function:__weak_alias 68 if (tcgetattr(fd, &term) == -1) 70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
|
tcflow.c | 56 struct termios term; local in function:__weak_alias 68 if (tcgetattr(fd, &term) == -1) 70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
|
tcflow.c | 56 struct termios term; local in function:__weak_alias 68 if (tcgetattr(fd, &term) == -1) 70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
|
/src/lib/libcurses/ |
acs.c | 60 unsigned char acs, term; local in function:__init_acs 101 if (t_acs_chars(screen->term) == NULL) 104 aofac = t_acs_chars(screen->term); 109 if ((term = *++aofac) == '\0') 113 _acs_char[acs] = term | __ALTCHARSET; 115 __CTRACE(__CTRACE_INIT, "__init_acs: %c = %c\n", acs, term); 118 if (t_ena_acs(screen->term) != NULL) 119 ti_puts(screen->term, t_ena_acs(screen->term), 0, 147 unsigned char acs, term; local in function:__init_wacs [all...] |
acs.c | 60 unsigned char acs, term; local in function:__init_acs 101 if (t_acs_chars(screen->term) == NULL) 104 aofac = t_acs_chars(screen->term); 109 if ((term = *++aofac) == '\0') 113 _acs_char[acs] = term | __ALTCHARSET; 115 __CTRACE(__CTRACE_INIT, "__init_acs: %c = %c\n", acs, term); 118 if (t_ena_acs(screen->term) != NULL) 119 ti_puts(screen->term, t_ena_acs(screen->term), 0, 147 unsigned char acs, term; local in function:__init_wacs [all...] |
acs.c | 60 unsigned char acs, term; local in function:__init_acs 101 if (t_acs_chars(screen->term) == NULL) 104 aofac = t_acs_chars(screen->term); 109 if ((term = *++aofac) == '\0') 113 _acs_char[acs] = term | __ALTCHARSET; 115 __CTRACE(__CTRACE_INIT, "__init_acs: %c = %c\n", acs, term); 118 if (t_ena_acs(screen->term) != NULL) 119 ti_puts(screen->term, t_ena_acs(screen->term), 0, 147 unsigned char acs, term; local in function:__init_wacs [all...] |
acs.c | 60 unsigned char acs, term; local in function:__init_acs 101 if (t_acs_chars(screen->term) == NULL) 104 aofac = t_acs_chars(screen->term); 109 if ((term = *++aofac) == '\0') 113 _acs_char[acs] = term | __ALTCHARSET; 115 __CTRACE(__CTRACE_INIT, "__init_acs: %c = %c\n", acs, term); 118 if (t_ena_acs(screen->term) != NULL) 119 ti_puts(screen->term, t_ena_acs(screen->term), 0, 147 unsigned char acs, term; local in function:__init_wacs [all...] |
/src/tests/lib/libc/ttyio/ |
t_ttyio.c | 82 struct termios term; local in function:ATF_TC_BODY 91 memset(&term, 0, sizeof(term)); 92 term.c_iflag = TTYDEF_IFLAG; 93 term.c_oflag = TTYDEF_OFLAG; 94 term.c_cflag = TTYDEF_CFLAG; 95 term.c_lflag = TTYDEF_LFLAG; 96 cfsetspeed(&term, TTYDEF_SPEED); 99 REQUIRE_ERRNO(openpty(&m, &s, name, &term, NULL), -1); 145 if (tcsetattr(s, TCSADRAIN, &term) == -1) [all...] |
t_ttyio.c | 82 struct termios term; local in function:ATF_TC_BODY 91 memset(&term, 0, sizeof(term)); 92 term.c_iflag = TTYDEF_IFLAG; 93 term.c_oflag = TTYDEF_OFLAG; 94 term.c_cflag = TTYDEF_CFLAG; 95 term.c_lflag = TTYDEF_LFLAG; 96 cfsetspeed(&term, TTYDEF_SPEED); 99 REQUIRE_ERRNO(openpty(&m, &s, name, &term, NULL), -1); 145 if (tcsetattr(s, TCSADRAIN, &term) == -1) [all...] |
t_ttyio.c | 82 struct termios term; local in function:ATF_TC_BODY 91 memset(&term, 0, sizeof(term)); 92 term.c_iflag = TTYDEF_IFLAG; 93 term.c_oflag = TTYDEF_OFLAG; 94 term.c_cflag = TTYDEF_CFLAG; 95 term.c_lflag = TTYDEF_LFLAG; 96 cfsetspeed(&term, TTYDEF_SPEED); 99 REQUIRE_ERRNO(openpty(&m, &s, name, &term, NULL), -1); 145 if (tcsetattr(s, TCSADRAIN, &term) == -1) [all...] |
t_ttyio.c | 82 struct termios term; local in function:ATF_TC_BODY 91 memset(&term, 0, sizeof(term)); 92 term.c_iflag = TTYDEF_IFLAG; 93 term.c_oflag = TTYDEF_OFLAG; 94 term.c_cflag = TTYDEF_CFLAG; 95 term.c_lflag = TTYDEF_LFLAG; 96 cfsetspeed(&term, TTYDEF_SPEED); 99 REQUIRE_ERRNO(openpty(&m, &s, name, &term, NULL), -1); 145 if (tcsetattr(s, TCSADRAIN, &term) == -1) [all...] |
/src/usr.bin/newgrp/ |
newgrp.c | 150 char *term; local in function:main 158 term = getenv("TERM"); 174 if (term != NULL) 175 (void)setenv("TERM", term, 1);
|
newgrp.c | 150 char *term; local in function:main 158 term = getenv("TERM"); 174 if (term != NULL) 175 (void)setenv("TERM", term, 1);
|
newgrp.c | 150 char *term; local in function:main 158 term = getenv("TERM"); 174 if (term != NULL) 175 (void)setenv("TERM", term, 1);
|
newgrp.c | 150 char *term; local in function:main 158 term = getenv("TERM"); 174 if (term != NULL) 175 (void)setenv("TERM", term, 1);
|
/src/usr.bin/who/ |
utmpentry.h | 53 uint16_t term; member in struct:utmpentry
|
utmpentry.h | 53 uint16_t term; member in struct:utmpentry
|
utmpentry.h | 53 uint16_t term; member in struct:utmpentry
|
utmpentry.h | 53 uint16_t term; member in struct:utmpentry
|
/src/usr.bin/env/ |
env.c | 61 char **ep, term; local in function:main 68 term = '\n'; 72 term = '\0'; 110 (void)printf("%s%c", *ep, term);
|
env.c | 61 char **ep, term; local in function:main 68 term = '\n'; 72 term = '\0'; 110 (void)printf("%s%c", *ep, term);
|
env.c | 61 char **ep, term; local in function:main 68 term = '\n'; 72 term = '\0'; 110 (void)printf("%s%c", *ep, term);
|
env.c | 61 char **ep, term; local in function:main 68 term = '\n'; 72 term = '\0'; 110 (void)printf("%s%c", *ep, term);
|
/src/usr.bin/tput/ |
tput.c | 54 #include <term.h> 64 char *term; local in function:main 68 term = NULL; 72 term = optarg; 81 if (!term && !(term = getenv("TERM"))) 82 errx(2, "No terminal type specified and no TERM " 84 setupterm(term, 0, NULL); 192 "Usage: %s [-T term] attribute [attribute-args] ...\n" [all...] |