Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 25 of 59) sorted by relevance

123

/titanic_41/usr/src/lib/libast/common/uwin/
H A Da64l.c43 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 Devtchn.h41 #define _IOC(flag, letter, inum, size) ((letter) << 8 | (inum)) argument
/titanic_41/usr/src/cmd/mail/
H A Dgethead.c297 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 Dmail.h327 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 Dt3.c66 if (!letter(c)) continue; in getcomm()
74 if (letter(*cp)) in getcomm()
H A Dts.c39 letter(int ch) in letter() function
/titanic_41/usr/src/cmd/fgrep/
H A Dfgrep.c107 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 Dlexer.c602 char *txt, letter[2]; local
606 letter[0] = yytokentype;
607 letter[1] = '\0';
608 txt = letter;
/titanic_41/usr/src/cmd/mandoc/
H A Dterm_ascii.c88 p->letter = ascii_letter; in ascii_init()
100 p->letter = locale_letter; in ascii_init()
H A Dterm.h92 void (*letter)(struct termp *, int); member
H A Dterm.c249 (*p->letter)(p, '-'); in term_flushln()
254 (*p->letter)(p, p->buf[i]); in term_flushln()
/titanic_41/usr/src/cmd/bnu/
H A Dconn.c515 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 Dsh.char.h63 #define letter(c) \ macro
H A Dsh.set.c67 if (vp == p || !letter(*vp)) in doset()
197 if (vp == p || !letter(*vp)) in dolet()
H A Dsh.lex.c418 } 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 DREADME.illumos68 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 Dglob.c98 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 Dyppasswdd.dfl30 # shells beginning with the letter 'r' are considered "restricted"
/titanic_41/usr/src/cmd/sh/
H A Dctype.h114 #define letter(c) ((c<QUOTE) && _ctype2[c]&(T_IDC)) macro
H A Dname.c169 if (letter(*argscan)) in setname()
504 if (!letter(*cp))
H A Dhashserv.c513 if (letter(*s)) in argpath()
H A Dword.c187 if (!letter(arg->argval[0])) in word()
/titanic_41/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c503 char letter; member
525 if (whattodo[j].letter == argv[i][1]) {
/titanic_41/usr/src/lib/libcurses/screen/
H A Dtermcap.ed52 /* Make a 2 letter code into an integer we can switch on easily */
/titanic_41/usr/src/lib/libshell/common/
H A Dbuiltins.mm373 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

123