/titanic_41/usr/src/lib/libast/common/uwin/ |
H A D | a64l.c | 43 static char letter[65] = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; variable 55 if(!(cp=strchr(letter,c))) in a64l() 57 ul |= (cp-letter)<< (6*n); in a64l() 69 *cp++ = letter[ul&077]; in l64a()
|
/titanic_41/usr/src/uts/common/xen/sys/ |
H A D | evtchn.h | 41 #define _IOC(flag, letter, inum, size) ((letter) << 8 | (inum)) argument
|
/titanic_41/usr/src/cmd/mail/ |
H A D | gethead.c | 297 setletr(int letter, int status) in setletr() argument 300 if (let[letter].change != ' ') in setletr() 303 if (let[letter].change == ' ') changed++; in setletr() 305 let[letter].change = status; in setletr()
|
H A D | mail.h | 327 extern int pipletr(int letter, char *command, int cltype); 338 extern void setletr(int letter, int status);
|
/titanic_41/usr/src/cmd/tbl/ |
H A D | t3.c | 66 if (!letter(c)) continue; in getcomm() 74 if (letter(*cp)) in getcomm()
|
H A D | ts.c | 39 letter(int ch) in letter() function
|
/titanic_41/usr/src/cmd/fgrep/ |
H A D | fgrep.c | 107 wchar_t letter(); 110 letter(a) == letter(b)) 501 return (iflag ? letter(c) : c); in getargc() 518 return (iflag ? letter(c) : c); in getargc() 698 letter(wchar_t c) in letter() function
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | lexer.c | 602 char *txt, letter[2]; local 606 letter[0] = yytokentype; 607 letter[1] = '\0'; 608 txt = letter;
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | term_ascii.c | 88 p->letter = ascii_letter; in ascii_init() 100 p->letter = locale_letter; in ascii_init()
|
H A D | term.h | 92 void (*letter)(struct termp *, int); member
|
H A D | term.c | 249 (*p->letter)(p, '-'); in term_flushln() 254 (*p->letter)(p, p->buf[i]); in term_flushln()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | conn.c | 515 removeProto(string, letter) in removeProto() argument 516 char *string, letter; in removeProto() 519 if ( *string == letter ) 551 findProto(string, letter) in findProto() argument 553 char letter; 556 if ( *string == letter )
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.char.h | 63 #define letter(c) \ macro
|
H A D | sh.set.c | 67 if (vp == p || !letter(*vp)) in doset() 197 if (vp == p || !letter(*vp)) in dolet()
|
H A D | sh.lex.c | 418 } else if (letter(c)) { in getdol() 419 while ((letter(c = getC(DOEXCL)) || digit(c)) && in getdol() 554 if (letter(c) || c == '&') { in getexcl()
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | README.illumos | 68 itself in the manifest. IANA releases these as <year><letter>, eg. 2013i. 69 Instead, you need to encode that letter to its spot in the alphabet. So 2013i
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 98 static int letter(char c); 213 while (letter(*cs) || digit(*cs) || *cs == '-') in expand() 653 letter(char c) in letter() function
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.dfl | 30 # shells beginning with the letter 'r' are considered "restricted"
|
/titanic_41/usr/src/cmd/sh/ |
H A D | ctype.h | 114 #define letter(c) ((c<QUOTE) && _ctype2[c]&(T_IDC)) macro
|
H A D | name.c | 169 if (letter(*argscan)) in setname() 504 if (!letter(*cp))
|
H A D | hashserv.c | 513 if (letter(*s)) in argpath()
|
H A D | word.c | 187 if (!letter(arg->argval[0])) in word()
|
/titanic_41/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 503 char letter; member 525 if (whattodo[j].letter == argv[i][1]) {
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | termcap.ed | 52 /* Make a 2 letter code into an integer we can switch on easily */
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | builtins.mm | 373 single letter options are represented by the letter itself, 379 Used after a letter option to indicate that the option 384 Used after a letter option to indicate that the option 401 The \f5optget()\fP function returns the matching option letter if
|