Searched refs:term (Results 26 - 50 of 144) sorted by relevance

123456

/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h75 unsigned char size; /* size of term */
97 extern int invterm(INVCONTROL *invcntl, char *term);
H A Dmouse.c53 char *s, *term; local
55 if ((term = getenv("TERM")) == NULL) {
58 if (strcmp(term, "emacsterm") == 0 || strcmp(term, "viterm") == 0) {
H A Dcrossref.c338 putposting(char *term, int type) argument
358 return; /* null term */
364 return; /* null term */
366 /* ignore a null term caused by a enum/struct/union without a tag */
367 if (*term == '\0') {
372 ++term;
378 (void) fputs(term, postings);
382 * the line offset is padded so postings for the same term will sort
/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Dinitscr.c25 #include <term.h>
49 fprintf(outf, "INITSCR: term = %s\n", sp);
/opensolaris-onvv-gate/usr/src/cmd/tabs/
H A Dtabs.c45 #include <term.h>
128 static int getmarg(char *term);
477 getmarg(char *term) argument
479 if (strncmp(term, "1620", 4) == 0 ||
480 strncmp(term, "1700", 4) == 0 || strncmp(term, "450", 3) == 0)
482 else if (strncmp(term, "300s", 4) == 0)
484 else if (strncmp(term, "4000a", 5) == 0)
486 else if (strcmp(term, "43") == 0)
488 else if (strcmp(term, "tn30
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dprint.c136 pr_heading(char *term, char *synonyms) argument
150 if (term == (char *)0)
151 term = "";
156 tail[1] = *term;
165 (void) sprintf(buffer, "%s%s%s", terminfo, tail, term);
167 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term);
183 "found in %s\n", term, _ULIBTI);
189 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term);
196 "found in %s or %s\n", term, _ULIBTI,
205 if (do_print && *term) {
[all...]
H A Dsetupterm.c229 setupterm(char *term, int filenum, int *errret) argument
246 if (term == NULL)
247 term = getenv("TERM");
249 if (term == NULL || *term == '\0')
250 term = Def_term;
261 "%s/%c/%s", cp, *term, term) >= sizeof (fname)) {
277 "%s/%c/%s", TERMPATH, *term, term) >
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dtestterm28 testterm|test.term|HP Curses Test Terminal,
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A De.y35 %term CONTIG QTEXT SPACE THIN TAB
36 %term MATRIX LCOL CCOL RCOL COL
37 %term MARK LINEUP
38 %term SUM INT PROD UNION INTER
39 %term LPILE PILE CPILE RPILE ABOVE
40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm44 my ($ospeed, $term, $termios);
63 eval { $term = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed } };
64 $$self{BOLD} = $$term{_md} || "\e[1m";
65 $$self{UNDL} = $$term{_us} || "\e[4m";
66 $$self{NORM} = $$term{_me} || "\e[m";
69 $$self{width} = $ENV{COLUMNS} || $$term{_co} || 80;
/opensolaris-onvv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c57 int dstsize, const char *term);
332 const char *term) /* I - Terminating characters */
344 for (ptr = dst, end = dst + dstsize - 1; *src && !strchr(term, *src); src ++)
329 http_copy_decode(char *dst, const char *src, int dstsize, const char *term) argument
/opensolaris-onvv-gate/usr/src/cmd/tput/
H A Dtput.c53 #include <term.h>
83 char *term = getenv("TERM"); local
101 term = optarg;
112 "usage:\t%s [-T [term]] capname "
120 if (!term || !*term) {
127 (void) setupterm(term, fildes, &setuperr);
133 progname, term);
146 progname, term);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h80 const U8 *term, STRLEN tlen);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm6 $CPAN::Suppress_readline=1 unless defined $CPAN::term;
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmterm.c79 int term; local
92 if ((term = get_ttymode(fd, &termio, &termios, &stermio,
121 if ((uarg = sttyparse(cnt, argvp, term, &termio, &termios,
129 if (set_ttymode(fd, term, &termio, &termios, &stermio,
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h51 #include <term.h>
/opensolaris-onvv-gate/usr/src/cmd/write/
H A Dwrite.c522 permit(term)
523 char *term;
528 if ((fildes = open(term, O_WRONLY|O_NOCTTY)) < 0)
533 gettext("%s in utmpx is not a tty\n"), term);
535 syslog(LOG_CRIT, "%s in utmpx is not a tty\n", term);
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c201 newterm(term, out_fp, in_fp)
202 char *term;
213 term == (char *) 0 ? "NULL" : term, out_fp, in_fp
237 if (__m_setupterm(term, fileno(in_fp), fileno(out_fp), &errret)==ERR) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y39 %term DIGITS
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h160 extern void term(void);
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml237 <value name='/dev/term/a'>
244 <value name='/dev/term/b'>
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c25 #include <term.h>
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y369 | LPAREN expr RPAREN term = {
390 | FUNC LPAREN eexprlist RPAREN term = {
393 | UFUNC LPAREN eexprlist RPAREN term = {
396 | VAR LPAREN eexprlist RPAREN term = {
527 term: label
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1542 resolve_termination_t *term; local
1580 term = mallocL("handle_resolve_request", sizeof(resolve_termination_t));
1581 bzero(term, sizeof(*term));
1582 if (!term) FatalError("ERROR: malloc");
1585 term->qsrv.InterfaceID = InterfaceID;
1586 term->qsrv.Target = zeroAddr;
1587 memcpy(&term->qsrv.qname, &fqdn, MAX_DOMAIN_NAME);
1588 term->qsrv.qtype = kDNSType_SRV;
1589 term
1636 resolve_termination_t *term = context; local
3013 enum_termination_t *term; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dcmd.c40 static struct trenod * term();
154 * term
155 * list && term
156 * list || term
163 r = term(flg);
165 r = makelist((b ? TAND : TORF), r, term(NLFLG));
170 * term
172 * item |^ term
175 term(flg) function
190 right = makefork(FPIN, term(NLFL
[all...]

Completed in 218 milliseconds

123456