HomeSort by: relevance | last modified time | path
    Searched defs:printfcn (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ls/
ls.c 75 static void (*printfcn)(DISPLAY *); variable in typeref:typename:void (*)(DISPLAY *)
392 printfcn = printscol;
394 printfcn = printacol;
396 printfcn = printlong;
398 printfcn = printstream;
400 printfcn = printcol;
672 printfcn(&d);

Completed in 13 milliseconds