HomeSort by: relevance | last modified time | path
    Searched defs:printfcn (Results 1 - 2 of 2) 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);
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 25 milliseconds