Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 160) sorted by path

1234567

/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE325 The Covered Software is a "commercial item," as that term is
327 computer software" (as that term is defined at 48
H A DTargetdirs99 /dev/term \
/illumos-gate/usr/src/boot/common/
H A Dhelp.common9 In command help, a term enclosed with <...> indicates a value as
10 described by the term. A term enclosed with [...] is optional,
/illumos-gate/usr/src/boot/forth/
H A Dbrand-illumos.4th36 s" term-putimage" sfind if
H A Dframes.4th129 swap R> R> term-drawrect
H A Dlogo-illumos.4th40 s" term-putimage" sfind if
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch57 /dev/term
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y249 | term
282 | term
334 | print prarg GT term {
384 term:
385 term '/' ASGNOP term { $$ = op2(DIVEQ, $1, $4); }
386 | term '+' term { $$ = op2(ADD, $1, $3); }
387 | term '-' term { $$ = op2(MINUS, $1, $3); }
388 | term '*' term { $$ = op2(MULT, $1, $3); }
389 | term '/' term { $$ = op2(DIVIDE, $1, $3); }
390 | term '%' term { $$ = op2(MOD, $1, $3); }
[all …]
/illumos-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:
/illumos-gate/usr/src/cmd/bnu/
H A DDevices64 # systemx term/00 - Any direct
H A DREADME57 from "term/xx" to "Direct"
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dnetmasks33 # The term network-number refers to a number obtained from the Internet Network
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME122 interested in waiting for longer term things to happen but merely to
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6746 direction initially, but the right longer-term answer seems to be
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c841 char *expect_strtok (s, term) in expect_strtok() argument
842 char *s, *term; in expect_strtok()
878 if (strchr (term, *str) == (char *) 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c219 static void term __P((int));
1067 /*CONSTANTCONDITION*/ SIGNAL(SIGINT, term); /* Interrupt */ in setup_signals()
1068 /*CONSTANTCONDITION*/ SIGNAL(SIGTERM, term); /* Terminate */ in setup_signals()
1790 term(sig) in term() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE164 the term "modification".) Each licensee is addressed as "you".
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y32 %term EQUAL 1
33 %term LP 2
34 %term RP 3
35 %term SM 4
36 %term ARROW 5
37 %term COLON 6
38 %term DCOLON 7
39 %term NAME 8
40 %term STRING 9
42 %term NOTIFY 11
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c174 static char term[256] = "network"; variable
597 (void) strncpy(term, cp, sizeof (term)); in main()
598 term[sizeof (term) - 1] = '\0'; in main()
619 strlen(term) + strlen("/") + strlen(speeds[speed]) + 1 < in main()
620 sizeof (term)) { in main()
621 (void) strcat(term, "/"); in main()
622 (void) strcat(term, speeds[speed]); in main()
651 name, term, NULL, in main()
735 name, term, NULL, AF_INET6); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h158 extern void term(void);
H A Dmain.c213 (void) sigset(SIGTERM, (void (*)(int))term); in main()
H A Dtimer.c156 term(void) in term() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c78 static char term[64]; variable
434 getstr(f, term, sizeof (term), "Terminal type"); in recvauth()
440 getstr(f, term, sizeof (term), "Terminal type"); in recvauth()
481 buflen = strlen(term) + strlen(lusername) + 32; in recvauth()
499 term, lusername); in recvauth()
1191 "-t", term, /* Remote Terminal */ in doit()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c637 heredoc(tchar *term) in heredoc() argument
657 Dv[0] = term; Dv[1] = NOSTR; gflag = 0; in heredoc()
668 setname(term); in heredoc()
686 if (eq(lbuf, term)) { in heredoc()
H A Dsh.file.c116 char *term; in termchars() local
125 if ((term = getenv("TERM")) == NULL) in termchars()
127 if (tgetent(bp, term) != 1) in termchars()

1234567