Searched refs:itos (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sh/ |
H A D | print.c | 55 void itos(int n); 126 itos(n); in prn() 132 itos(int n) in itos() function 318 itos(n); in prn_buff()
|
H A D | bltin.c | 450 itos(optind); in builtin() 458 itos(optind); in builtin()
|
H A D | jobs.c | 495 itos(jp->j_xval); in printjob() 507 itos(jp->j_xval); in printjob() 512 itos(jp->j_xval); in printjob() 810 itos(jp->j_pid);
|
H A D | macro.c | 239 itos(dolc); 244 itos(retval);
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 1113 # define itos(i) fmtbase((long)(i),0,0)/* want signed conversion */ in xcommands() macro 1120 strcat(hbuf, itos(hline)); in xcommands() 1124 strcat(hbuf, itos(hloff+1)); in xcommands() 1131 strcat(hbuf, itos(location.hist_command)); in xcommands() 1135 strcat(hbuf, itos(location.hist_line+1)); in xcommands() 1148 strcat(debugbuf, itos(count)); in xcommands() 1150 strcat(debugbuf, itos(eol)); in xcommands() 1152 strcat(debugbuf, itos(cur)); in xcommands() 1154 strcat(debugbuf, itos(crallowed)); in xcommands() 1156 strcat(debugbuf, itos(plen)); in xcommands() [all …]
|