Searched defs:itos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dprint.c55 void itos(int n);
126 itos(n);
132 itos(int n) function
318 itos(n);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c1113 # 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 65 milliseconds