Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Drun.c1224 int ljust = 0, wid = 0, prec = n, pad = 0; in format() local
1227 ljust = 1; in format()
1252 if (ljust) { // print prec chars from t, then pad blanks in format()
1326 int ljust = 0, wid = 0, prec = n, pad = 0; in format() local
1329 ljust = 1; in format()
1354 if (ljust) { // print one char from t, then pad blanks in format()