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