Searched refs:putn (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c316 return (putn(i));
347 return (putn(i));
383 return (putn(i));
429 return (putn(i));
453 return (putn(!i));
463 return (putn(~i));
474 return (putn(ccode));
508 return (putn(egetn(value(S_status /* "status" */)) == 0));
580 return (putn(i));
H A Dsh.set.c281 return (putn(exp(vp)));
307 return (putn(i));
313 putn(int n) function
318 tprintf("TRACE- putn()\n");
H A Dsh.h494 extern tchar *putn(int);
H A Dsh.dol.c537 tchar *cp = putn(upb - lwb + 1);
H A Dsh.func.c486 set(S_status, putn(exp(&v)));
H A Dsh.c239 doldol = putn(getpid()); /* For $$ */
H A Dsh.lex.c1077 np = putn(event);
H A Dsh.proc.c294 set(S_status /* "status" */, putn(reason));
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S254 callw putn # Print a newline
493 callw putn # Leave some space
503 * putn: print a crlf
519 putn: movw $crlf,%si # To next line label

Completed in 88 milliseconds