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

/openbsd-current/bin/ls/
H A Dls.c61 static void (*printfcn)(DISPLAY *); variable
322 printfcn = printscol;
324 printfcn = printacol;
326 printfcn = printlong;
328 printfcn = printstream;
330 printfcn = printcol;
585 printfcn(&d);

Completed in 129 milliseconds