Searched refs:Char (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c64 static Char STRCPATH[] = {'C', 'P', 'A', 'T', 'H', '\0'};
65 static Char STRLPATH[] = {'L', 'P', 'A', 'T', 'H', '\0'};
66 static Char STRMPATH[] = {'M', 'P', 'A', 'T', 'H', '\0'};
68 static Char STREPATH[] = {'E', 'P', 'A', 'T', 'H', '\0'};
71 static Char *syspaths[] = {STRKPATH, STRCPATH, STRLPATH, STRMPATH,
81 dosetpath(Char **arglist, struct command *c)
84 Char **pathvars, **cmdargs;
143 Char *val = globone(cmdargs[i], G_ERROR);/*FIXRESET*/
171 Char *val, *name;
198 dogetxvers(Char **
[all...]
H A Dsh.hist.c42 Char HistLit = 0;
149 Char *cp;
217 addWordToHash(struct hashValue *h, const Char *word)
222 assert(sizeof(Char) >= 4);
231 assert(sizeof(Char) == 2);
244 assert(sizeof(Char) == 1);
266 addCharToHash(struct hashValue *h, Char ch)
314 addWordToHash(struct hashValue *h, const Char *word)
324 addCharToHash(struct hashValue *h, Char c)
326 Char
[all...]
H A Dsh.c99 static Char INVCHAR;
100 Char *INVPTR = &INVCHAR;
101 Char **INVPPTR = &INVPTR;
109 Char *ffile = NULL;
129 Char *gointr;
130 Char *arginp;
131 Char *evalp;
132 Char **evalvec;
133 Char *alvecp;
134 Char **alve
[all...]
H A Ded.xmap.c106 Char ch; /* single character of Xkey */
126 static void unparsech (struct Strbuf *, Char);
177 Char tch;
545 printOne(const Char *key, const XmapVal *val, int ntype)
577 unparsech(struct Strbuf *buf, Char ch)
612 parseescape(const Char **ptr)
614 const Char *p;
615 Char c;
663 Char ch;
683 c = (Char) va
[all...]
H A Dtc.sched.c48 Char **t_lex;
63 dosched(Char **v, struct command *c)
68 Char *cp;
84 const Char *fmt;
89 Char *buf, *str;
194 Char **v, *cp;
H A Ded.screen.c422 Char **b;
504 T_Cols = (Char) Val(T_co);
505 T_Lines = (Char) Val(T_li);
520 EchoTC(Char **v)
529 Char **globbed;
720 Char *name;
765 static Char strA[] = {033, '[', 'A', '\0'};
766 static Char strB[] = {033, '[', 'B', '\0'};
767 static Char strC[] = {033, '[', 'C', '\0'};
768 static Char str
[all...]
H A Dsh.proc.h81 Char *p_command; /* command */
H A Dtw.h91 Char *element;
H A Dsh.sem.c61 static Char *splicepipe (struct command *, Char *);
130 Char *sCName;
137 const Char *name_end;
143 Char *name, *home;
169 Char *vCD[2];
170 Char **ot_dcom = t->t_dcom;
336 Char *cmd = unparse(t);
777 static Char *
778 splicepipe(struct command *t, Char *c
[all...]
H A Dsh.proc.c135 static void pads (Char *);
136 static void pkill (Char **, int);
488 Char *reason_str;
533 Char *jobcommand[3];
593 dowait(Char **v, struct command *c)
692 static Char *cmdstr;
695 static Char *cmdp;
702 Char *ncmdstr;
715 Char *
821 Char **arg
[all...]
H A Dsh.print.c126 putwraw(Char c)
137 xputwchar(Char c)
H A Dtc.printf.c57 const Char *Bp;
255 Bp = va_arg(ap, Char *);
H A Dtc.who.c209 Char **vp = NULL;
513 Char *cp = str2short(CGETS(26, 7, "%n has %a %l from %m."));
515 Char *cp = str2short(CGETS(26, 8, "%n has %a %l."));
518 Char *str;
620 dolog(Char **v, struct command *c)
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h50 bool isAtStartOfComment(char Char);
/freebsd-9.3-release/usr.bin/lex/
H A Dscan.l102 Char nmdef[MAXLINE], myesc();
410 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
424 cclinstal( (Char *) nmstr, lastccl + 1 );
437 Char *nmdefptr;
438 Char *ndlookup();
635 yylval = myesc( (Char *) yytext );
H A Decs.c105 * Char ccls[];
107 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz],
118 Char ccls[];
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2recover.c54 typedef char Char; typedef
62 Char inFileName[BZ_MAX_FILENAME];
63 Char outFileName[BZ_MAX_FILENAME];
64 Char progName[BZ_MAX_FILENAME];
148 Char mode;
261 static Bool endsInBz2 ( Char* name )
301 Int32 main ( Int32 argc, Char** argv )
310 Char* p;
467 Char* split;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp209 SDValue Src, SDValue Char, SDValue Length,
215 Char = DAG.getZExtOrTrunc(Char, DL, MVT::i32);
216 Char = DAG.getNode(ISD::AND, DL, MVT::i32, Char,
220 Limit, Src, Char);
208 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
H A DSystemZSelectionDAGInfo.h51 SDValue Src, SDValue Char, SDValue Length,
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h86 /// EmitPutChar - Emit a call to the putchar function. This assumes that Char
88 Value *EmitPutChar(Value *Char, IRBuilder<> &B, const DataLayout *TD,
96 /// EmitFPutC - Emit a call to the fputc function. This assumes that Char is
98 Value *EmitFPutC(Value *Char, Value *File, IRBuilder<> &B,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp394 unsigned char Char = Str[i]; local
395 if (isPrintable(Char) && Char != '\\' && Char != '"')
396 OS << (char)Char;
399 << (char)('0'+ ((Char >> 6) & 7))
400 << (char)('0'+ ((Char >> 3) & 7))
401 << (char)('0'+ ((Char >> 0) & 7));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp36 MDHelper(VMContext), Root(0), Char(0) {
65 if (!Char)
66 Char = createTBAAScalarType("omnipotent char", getRoot());
68 return Char;
/freebsd-9.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp470 char Char; local
473 Char = 'u';
476 Char = 's';
486 Char = 't';
488 Char = 's';
491 Char = '?';
496 Char = toupper(static_cast<unsigned char>(Char));
497 Res = Char;
/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h207 #define Char char macro
209 #define Char void macro
213 extern Char *MALLOC ANSI((size_t));
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h119 SDValue Src, SDValue Char, SDValue Length,
118 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument

Completed in 418 milliseconds

1234