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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c208 etByte flag_leftjustify; /* True if "-" flag is present */ local
253 flag_leftjustify = flag_plussign = flag_blanksign =
257 case '-': flag_leftjustify = 1; c = 0; break;
270 flag_leftjustify = 1;
328 ** flag_leftjustify TRUE if a '-' is present or if the
502 if( flag_zeropad && !flag_leftjustify && length < width){
608 if( !flag_leftjustify ){
624 if( flag_leftjustify ){

Completed in 229 milliseconds