Home
last modified time | relevance | path

Searched refs:itos (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dprint.c54 void itos(int n);
125 itos(n); in prn()
131 itos(int n) in itos() function
317 itos(n); in prn_buff()
H A Dbltin.c449 itos(optind); in builtin()
457 itos(optind); in builtin()
H A Djobs.c495 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 Dmacro.c238 itos(dolc);
243 itos(retval);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c1178 # define itos(i) fmtbase((long)(i),0,0)/* want signed conversion */ in xcommands() macro
1185 strcat(hbuf, itos(hline)); in xcommands()
1189 strcat(hbuf, itos(hloff+1)); in xcommands()
1196 strcat(hbuf, itos(location.hist_command)); in xcommands()
1200 strcat(hbuf, itos(location.hist_line+1)); in xcommands()
1213 strcat(debugbuf, itos(count)); in xcommands()
1215 strcat(debugbuf, itos(eol)); in xcommands()
1217 strcat(debugbuf, itos(cur)); in xcommands()
1219 strcat(debugbuf, itos(crallowed)); in xcommands()
1221 strcat(debugbuf, itos(plen)); in xcommands()
[all …]