Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 24 of 24) sorted by relevance

/titanic_51/usr/src/lib/libc/port/locale/
H A Dstrfmon.c60 #define PRINT(CH) { \ macro
69 PRINT(*tmps++); \
153 PRINT(*fmt++); in strfmon_impl()
313 PRINT(' '); in strfmon_impl()
316 PRINT('('); in strfmon_impl()
322 PRINT(' '); in strfmon_impl()
330 PRINT(space_char); in strfmon_impl()
333 PRINT(' '); in strfmon_impl()
335 PRINT(space_char); in strfmon_impl()
345 PRINT(' '); in strfmon_impl()
[all...]
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y37 %token DELETE MAPS PLTSKIP WHERE PRINT OBJPAD QSTRING VARSTRING ECHO_OUT
211 | PRINT VARSTRING NEWLINE
217 | PRINT address NEWLINE
222 | PRINT address NUMBER NEWLINE
227 | PRINT address NUMBER SYMBOL NEWLINE
H A Dlex.l62 ^{ws}*print {return (PRINT);}
/titanic_51/usr/src/uts/common/io/chxge/
H A Dch.c40 #define PRINT(a) printf a macro
43 #define PRINT(a) macro
390 PRINT(("driver %s unit: %d\n", driver, unit)); in ch_attach()
394 PRINT(("macinfo allocation failed\n")); in ch_attach()
402 PRINT(("zalloc of chp failed\n")); in ch_attach()
415 PRINT(("attach macinfo: %p chp: %p\n", macinfo, chp)); in ch_attach()
435 PRINT(("PCI config setup failed\n")); in ch_attach()
495 PRINT(("IDs: %x,%x,%x\n", VendorID, DeviceID, SubDeviceID)); in ch_attach()
496 PRINT(("Command: %x\n", Command)); in ch_attach()
509 PRINT(("ma in ch_attach()
[all...]
/titanic_51/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c185 register struct sm_iov *iovp;/* for PRINT macro */
222 #define PRINT(ptr, len) do { \ macro
239 PRINT(with, PADSIZE); \
242 PRINT(with, n); \
351 PRINT(cp, m);
554 PRINT(out, len);
757 PRINT(&sign, 1);
763 PRINT(ox, 2);
774 PRINT(cp, size);
/titanic_51/usr/src/cmd/awk_xpg4/
H A Dawk.y74 %token <node> PRINT PRINTF
175 $$ = node(PACT, $1, node(PRINT, NNULL, NNULL));
457 | PRINT eexprlist fileout SEMI = {
458 $$ = node(PRINT, $2, $3);
460 | PRINT LPAREN exprlist RPAREN fileout SEMI = {
461 $$ = node(PRINT, $3, $5);
H A Dawk0.c53 M_MB_L("print"), KEYWORD, PRINT, NULL,
H A Dawk1.c802 case PRINT: in lexid()
H A Dawk3.c676 case PRINT: in action()
/titanic_51/usr/src/cmd/id/
H A Did.c50 typedef enum PRINT { enum
55 } PRINT; typedef
56 static PRINT mode = CURR;
/titanic_51/usr/src/cmd/adbgen/common/
H A Dadbgen1.c70 #define PRINT 6 /* print member name with format */ macro
420 return (PRINT); in get_type()
448 case PRINT: in generate()
/titanic_51/usr/src/lib/libprtdiag/inc/
H A Ddisplay.h40 #define PRINT 1 macro
/titanic_51/usr/src/cmd/oawk/
H A Dawk.g.y42 %token PRINT PRINTF SPRINTF SPLIT
299 PRINT print_list redir expr
301 | PRINT print_list
H A Dmakeprctab.c70 { PRINT, "print", "print"},
H A Dawk.lx.l136 <A>print { yylval = PRINT; RETURN(PRINT); }
H A Dparse.c242 x = stat2(PRINT, valtonode(lookup(L_record, symtab, 0), CFLD), NULL); in genprint()
/titanic_51/usr/src/cmd/awk/
H A Dawk.g.y70 %token <i> PRINT PRINTF SPRINTF
94 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
185 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
187 | pa_pat ',' pa_pat { $$ = pa2stat($1, $3, stat2(PRINT, rectonode(), NIL)); }
280 PRINT | PRINTF
H A Dmaketab.c77 { PRINT, "print", "print" },
H A Dawk.lx.l165 <A>print { yylval.i = PRINT; RET(PRINT); }
/titanic_51/usr/src/cmd/find/
H A Dfind.c85 PRINT, enumerator
151 "-print", PRINT, Unary,
186 static struct Node PRINT_NODE = { 0, PRINT, 0, 0};
328 * with a PRINT node as its next node in main()
429 enum Command wasop = PRINT;
453 wasop = PRINT;
722 case PRINT:
1067 case PRINT:
1070 (np->action == PRINT) ? '\n' : '\0');
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dargs.c57 #define PRINT 2 macro
180 action = PRINT; in sh_argopts()
327 if(action==PRINT) in sh_argopts()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c60 #define PRINT 2 macro
183 action = PRINT; in sh_argopts()
336 if(action==PRINT) in sh_argopts()
/titanic_51/usr/src/cmd/terminfo/
H A Dtermcap.src2415 # The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT".
H A Dterminfo.src2730 # The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT".